Re: Permit SASL authenticated users to bypass DMARC

2014-03-21 Thread Peter
On 03/17/2014 11:08 PM, Oriental Sensation wrote: > Birta, > > Thanks for the prompt input. I think the correct way is the following, > though: > > smtps inet n - n - - smtpd >-o smtpd_milters=inet:smtp:10025 > > Which basically will apply DKIM sign

Re: Permit SASL authenticated users to bypass DMARC

2014-03-21 Thread Benny Pedersen
opendmarc and opendkim can support sasl auth, why not make it more simple ? Thanks for config snippet anyway

Re: Mails time before queue manager

2014-03-21 Thread Larry Stone
On Fri, 21 Mar 2014, Viktor Dukhovni wrote: While the OP is not helping by modifying the very information that could be used to solve his problem, the above is taking the admonition way to far. Please apologize and try to stay calm. I'm calm. But I apologize for the apparent tone of my reply.

Re: Mails time before queue manager

2014-03-21 Thread Viktor Dukhovni
On Fri, Mar 21, 2014 at 03:25:58PM -0500, Larry Stone wrote: > You are either deliberately lying or you are in so far over your head that > you have no business being anywhere near any computer as an administrator. While the OP is not helping by modifying the very information that could be used t

RE: Mails time before queue manager

2014-03-21 Thread Larry Stone
On Sat, 22 Mar 2014, KK Patnaik wrote: No I didn't add anything. There are lot of logs like that in my server. I am just trying to resolve the delay of the emails. Please advise. Please do not top-post on this mailing list. KK Patnaik: Mar 20 10:43:55 smtp2 postfix/smtp[13548]: 25142124292D

Re: Sending notification to sender

2014-03-21 Thread Robert Schetterer
Am 21.03.2014 18:47, schrieb Ignacio Garcia: > Hi there and thanks in advance for your help. > > I wish I could send an automated notification upon receiving emails from > a couple of domains. for example, let's assume those domains are > hotmail.com and gmail.com. What I need is, everytime my us

RE: Mails time before queue manager

2014-03-21 Thread KK Patnaik
No I didn't add anything. There are lot of logs like that in my server. I am just trying to resolve the delay of the emails. Please advise. -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Friday, March 21, 2

Re: Sending notification to sender

2014-03-21 Thread Wietse Venema
Ignacio Garcia: > Thanks for your reply. This is not a matter of backscatter or similar. > This is just for notification purposes that a client of a customer of > mine requires. Is this notification sent to ALL email senders at hotmail, gmail, etc? That would be totally insane. Is this for all

Re: Sending notification to sender

2014-03-21 Thread Ignacio Garcia
Thanks for your reply. This is not a matter of backscatter or similar. This is just for notification purposes that a client of a customer of mine requires. Thanks anyway Ignacio El 21/03/2014 18:52, li...@rhsoft.net escribió: Am 21.03.2014 18:47, schrieb Ignacio Garcia: I wish I could send

Re: Sending notification to sender

2014-03-21 Thread li...@rhsoft.net
Am 21.03.2014 18:47, schrieb Ignacio Garcia: > I wish I could send an automated notification upon receiving emails from a > couple of domains. for example, let's > assume those domains are hotmail.com and gmail.com. What I need is, everytime > my users receive a message from > either any...@hotm

Sending notification to sender

2014-03-21 Thread Ignacio Garcia
Hi there and thanks in advance for your help. I wish I could send an automated notification upon receiving emails from a couple of domains. for example, let's assume those domains are hotmail.com and gmail.com. What I need is, everytime my users receive a message from either any...@hotmail.co

Re: A strange issue with postfix and altermime - redux

2014-03-21 Thread Nick Warr
On 21/03/2014 17:25, Wietse Venema wrote: Nick Warr: On 21/03/2014 16:54, Viktor Dukhovni wrote: On Fri, Mar 21, 2014 at 02:24:49PM +, Nick Warr wrote: This is the entry in master.cf dfilt unix- n n - - pipe flags=Rq user=filter argv=/etc/postf

Re: A strange issue with postfix and altermime - redux

2014-03-21 Thread Wietse Venema
Nick Warr: > On 21/03/2014 16:54, Viktor Dukhovni wrote: > > On Fri, Mar 21, 2014 at 02:24:49PM +, Nick Warr wrote: > > > >> This is the entry in master.cf > >> > >> dfilt unix- n n - - pipe > >> flags=Rq user=filter argv=/etc/postfix/disclaimer -f ${s

Re: A strange issue with postfix and altermime - redux

2014-03-21 Thread Nick Warr
On 21/03/2014 16:54, Viktor Dukhovni wrote: On Fri, Mar 21, 2014 at 02:24:49PM +, Nick Warr wrote: This is the entry in master.cf dfilt unix- n n - - pipe flags=Rq user=filter argv=/etc/postfix/disclaimer -f ${sender} -- ${recipient} Any advice o

Re: A strange issue with postfix and altermime - redux

2014-03-21 Thread Viktor Dukhovni
On Fri, Mar 21, 2014 at 02:24:49PM +, Nick Warr wrote: > This is the entry in master.cf > > dfilt unix- n n - - pipe > flags=Rq user=filter argv=/etc/postfix/disclaimer -f ${sender} -- > ${recipient} > > Any advice or recommendations? Edit the filte

Re: Problem with TLS and multiple emails over same connection

2014-03-21 Thread Viktor Dukhovni
On Fri, Mar 21, 2014 at 03:50:24PM +0100, Stefan Moravcik wrote: > I am trying to accomplish a connection cache for TLS. I set it up for non - > TLS connections and it works just great. The Postfix connection cache moves file descriptors between processes. Unfortunately, the OpenSSL library does

Problem with TLS and multiple emails over same connection

2014-03-21 Thread Stefan Moravcik
Hello, I am trying to accomplish a connection cache for TLS. I set it up for non - TLS connections and it works just great. Then i tried to look at the TLS connections. First i enabled the session cache with smtpd_tls_session_cache_database, that works great as well. The problem is, that each ema

Re: Mails time before queue manager

2014-03-21 Thread Wietse Venema
KK Patnaik: > Most of the messages are staying in the queue for such long time and that is > delaying the delivery of the mail to the recipient. So you just added 29 thousand seconds of delay by hand. You just wasted my time with false evidence. Goodbye. Wietse > -Original Message--

completed: delivery status (and text) filter

2014-03-21 Thread Wietse Venema
The Postfix delivery status filter support is complete as of postfix-2.12-20140321. This can replace the delivery status codes and explanatory text of successful or unsuccessful deliveries by Postfix mail delivery agents. It was originally implemented for sites that want to turn certain SMTP

A strange issue with postfix and altermime - redux

2014-03-21 Thread Nick Warr
Well, I sent the message though, with altermime enabled, and it chopped it off. I've disabled it to send this message. Nick Original Message Message-ID: <532c4b17.2020...@krescendo.com> Date: Fri, 21 Mar 2014 14:22:15 + From: Nick Warr User-Agent: Mozilla/5.0 (

A strange issue with postfix and altermime

2014-03-21 Thread Nick Warr
I am running a CentOS 6.3 server with postfix 2.6 and altermime 0.3.10. I use altermime to append disclaimers to emails submitted by my users through port port 587, and 99.95% of the time it works without issue, recently we've had a few issues with messages sent from Mac Outlook clients, the i

RE: Mails time before queue manager

2014-03-21 Thread KK Patnaik
Most of the messages are staying in the queue for such long time and that is delaying the delivery of the mail to the recipient. -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Friday, March 21, 2014 5:18 PM

Re: Mails time before queue manager

2014-03-21 Thread Wietse Venema
KK Patnaik: > Mar 20 10:43:55 smtp2 postfix/smtp[13548]: 25142124292D: > to=, relay=aspmx.l.google.com[74.125.142.26]:25, > delay=29217, delays=29775/1441/0.14/1.4, dsn=2.0.0, status=sent (250 > 2.0.0 OK 1395326635 > ac8si2519638icc.108 - gsmtp Here, the message is in the queue for 29217 second

RE: Mails time before queue manager

2014-03-21 Thread KK Patnaik
Mar 20 10:06:59 smtp2 postfix/smtpd[9007]: 25142124292D: client=mm3. oursmtpmail.com[xx.xx.xx.xx], sasl_method=LOGIN, sasl_username=2smtp Mar 20 10:06:59 smtp2 postfix/cleanup[10918]: 25142124292D: message-id=<20140320140659.25142124292D@smtp2. oursmtpmail.com> Mar 20 10:19:52 smtp2 postfix/qmgr[74