Correction : postfix : smtpd_sender_restrictions .
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 25 May 2013 10:07:44 +0000 (12:07 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 25 May 2013 10:10:25 +0000 (12:10 +0200)
etc/postfix/main.cf

index 01456c1..8348003 100644 (file)
@@ -31,7 +31,8 @@ maximal_queue_lifetime = 5d
 message_size_limit = 20480000
 mime_header_checks =
 milter_header_checks =
-mynetworks = 127.0.0.0/8 #, [::1]/128
+mynetworks = 127.0.0.0/8
+       #[::1]/128
 nested_header_checks =
 non_smtpd_milters =
 parent_domain_matches_subdomains =
@@ -158,7 +159,7 @@ smtpd_sender_restrictions =
        reject_unauth_pipelining
        reject_non_fqdn_sender
        #reject_unknown_sender_domain
-       reject
+       permit
 smtpd_starttls_timeout = 300s
 #smtpd_tls_always_issue_session_ids = yes
 smtpd_tls_CAfile = /etc/postfix/$mydomain/smtpd/x509/ca/crt.pem