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
opendmarc and opendkim can support sasl auth, why not make it more simple ?
Thanks for config snippet anyway
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
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 :)
/
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
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