X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=main.cf;h=704122a1e47cdf53cb4ab1254c4093e5be4b9454;hb=444719912c6a6e3e77c71da2dfb7ad2c6672f19a;hp=b6681fb219079349d3b4dd0442a61203b50ee27b;hpb=2e3e06737761f20ab62558115f9891525b9d16ab;p=sysconfig%2Fpostfix.git diff --git a/main.cf b/main.cf index b6681fb..704122a 100644 --- a/main.cf +++ b/main.cf @@ -257,7 +257,7 @@ unknown_local_recipient_reject_code = 450 # (the value on the table right-hand side is not used). # # Added by Alex Dehnert -mynetworks = 66.92.29.156/32, 66.92.29.144/32, 127.0.0.1/32, 18.111.8.18/32, 18.208.0.0/24 +mynetworks = 66.92.29.156/32, 66.92.29.144/32, 127.0.0.1/32, 18.111.8.18/32, 18.102.208.0/24 #mynetworks = 168.100.189.0/28, 127.0.0.0/8 #mynetworks = $config_directory/mynetworks #mynetworks = hash:/etc/postfix/network_table @@ -272,7 +272,7 @@ smtpd_sasl_auth_enable = yes broken_sasl_auth_clients = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth -smtpd_tls_cert_file=/etc/ssl/certs/postfix.crt +smtpd_tls_cert_file=/etc/ssl/local-certs/postfix.crt smtpd_tls_key_file=/etc/ssl/private/postfix.key smtpd_use_tls = yes smtpd_tls_auth_only = yes @@ -689,3 +689,4 @@ home_mailbox = .maildir/ # 2005-01-19 owner_request_special = no +smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated permit_auth_destination reject_unauth_destination