Few fixes

This commit is contained in:
Antoine Nguyen
2015-10-14 18:49:36 +02:00
parent d47f9d1634
commit e3f5d2d51d
3 changed files with 7 additions and 3 deletions

View File

@@ -86,6 +86,10 @@ strict_rfc821_envelopes = yes
%{dovecot_enabled} $lmtp_sasl_auth_cache_name
%{dovecot_enabled} $address_verify_map
smtpd_sender_login_maps =
%{db_driver}:/etc/postfix/sql-sender-login-mailboxes.cf
%{db_driver}:/etc/postfix/sql-sender-login-aliases.cf
# Recipient restriction rules
smtpd_recipient_restrictions =
permit_mynetworks

View File

@@ -23,7 +23,7 @@ submission inet n - - - - smtpd
-o smtpd_reject_unlisted_recipient=no
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_sender_restrictions=reject_sender_login_mismatch
-o smtpd_recipient_restrictions=
-o milter_macro_daemon_name=ORIGINATING
-o smtpd_proxy_filter=inet:[127.0.0.1]:10026