James B. Byrne:
> > Well nothing works without correct configuration. Is your SMTP
> > server correctly set up to sign local submissions on 127.0.0.1
> > and the TCP port that mailman is talking to?
> >
> > You'd have to verify that first. Only then does it make sense
> > to try to make signing work with mailman submission on 127.0.0.1.
> >
>
> This is my MSA configuration in Master.cf
>
> submission inet n - n - - smtpd -v
> -o smtpd_tls_security_level=encrypt
> -o smtpd_sasl_auth_enable=yes
> -o
> smtpd_client_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
> # -o smtpd_client_restrictions=check_sender_access
> hash:/etc/postfix/sender_access,permit_sasl_authenticated,reject
> -o
> smtpd_recipient_restrictions=permit_sasl_authenticated,permit_tls_clientcerts,reject_unauth_destination
> # -o smtpd_sender_restrictions=check_sender_access
> hash:/etc/postfix/sender_access,permit_sasl_authenticated,permit_tls_clientcerts,reject
> -o
> smtpd_sender_restrictions=permit_sasl_authenticated,permit_tls_clientcerts,reject
> -o milter_macro_daemon_name=ORIGINATING
> -o syslog_name=postfix-p587
With this port 587 service, have you ever been able to send out any
Mailman email at all, regardless of whether it is DKIM signed?
Wietse