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: Permit SASL authenticated users to bypass DMARC

2014-03-17 Thread Andreas Schulze
Oriental Sensation: smtps inet n - n - - smtpd -o smtpd_milters=inet:smtp:10025 I used to define macros for each milter in main.cf: dkim_milter = inet:[127.0.0.1]:10025 dmarc_milter = inet:[127.0.0.1]:10026 and use them in master.cf: smtp inet

Re: Permit SASL authenticated users to bypass DMARC

2014-03-17 Thread Oriental Sensation
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 signatures but jump over DMARC auth. This was easy indeed, thanks :) /

Re: Permit SASL authenticated users to bypass DMARC

2014-03-17 Thread Birta Levente
On 17/03/2014 10:32, Oriental Sensation wrote: Hello group, I have an issue with Postfix, Dovecot, OpenDKIM and OpenDMARC cooperating together to achieve the following: Enable me to send Email from my phone device after authenticating my identity with SASL. It seems OpenDMARC is not recognizing

Permit SASL authenticated users to bypass DMARC

2014-03-17 Thread Oriental Sensation
Hello group, I have an issue with Postfix, Dovecot, OpenDKIM and OpenDMARC cooperating together to achieve the following: Enable me to send Email from my phone device after authenticating my identity with SASL. It seems OpenDMARC is not recognizing the IP (obviously an arbitrary one where my devi