Неворотин Вадим a écrit : > Cool)) But then how to combine permit_sasl_authenticated and > permit_tls_clientcerts? The purpose is to allow send mails only for > users with valid certificate and valid login+password))) >
smtpd_client_restrictions =
permit_mynetworks
reject
smtpd_helo_restrictions =
permit_sasl_authenticated
reject
smtpd_sender_restrictions =
permit_tls_clientcerts
reject
if you want complex mechanics, use a policy server, a milter or a
proxy_filter.
