16 lines
757 B
Plaintext
16 lines
757 B
Plaintext
dovecot unix - n n - - pipe
|
|
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
|
|
|
|
# we need to be permissive with the helo restrictions since the client can only
|
|
# authenticate after HELO has been sent
|
|
submission inet n - n - - smtpd
|
|
-o smtpd_etrn_restrictions=reject
|
|
-o smtpd_sasl_type=dovecot
|
|
-o smtpd_sasl_path=private/auth
|
|
-o smtpd_sasl_auth_enable=yes
|
|
-o smtpd_helo_restrictions=permit
|
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
|
-o smtpd_sender_restrictions=permit_sasl_authenticated,reject
|
|
-o smtpd_relay_restrictions=permit_sasl_authenticated,reject
|
|
-o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
|