forked from Deuxfleurs/nixcfg
Force IPv4 when sending to gmail
Because Free does not provide rDNS on IPv6 so GMail complains that it does not find a PTR record for our IPv6 address
This commit is contained in:
parent
02c65de5fe
commit
2695fe4ae8
3 changed files with 9 additions and 5 deletions
|
@ -19,11 +19,6 @@ smtps inet n - n - - smtpd
|
||||||
-o smtpd_sasl_auth_enable=yes
|
-o smtpd_sasl_auth_enable=yes
|
||||||
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
||||||
-o milter_macro_daemon_name=ORIGINATING
|
-o milter_macro_daemon_name=ORIGINATING
|
||||||
slow unix - - n - 5 smtp
|
|
||||||
-o syslog_name=postfix-slow
|
|
||||||
-o smtp_destination_concurrency_limit=3
|
|
||||||
-o slow_destination_rate_delay=1
|
|
||||||
|
|
||||||
|
|
||||||
#628 inet n - - - - qmqpd
|
#628 inet n - - - - qmqpd
|
||||||
pickup fifo n - n 60 1 pickup
|
pickup fifo n - n 60 1 pickup
|
||||||
|
@ -42,6 +37,14 @@ proxywrite unix - - n - 1 proxymap
|
||||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
||||||
smtp unix - - n - - smtp
|
smtp unix - - n - - smtp
|
||||||
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
|
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
|
||||||
|
|
||||||
|
smtp-ipv4 unix - - n - - smtp
|
||||||
|
-o syslog_name=postfix-ipv4
|
||||||
|
-o inet_protocols=ipv4
|
||||||
|
slow unix - - n - 5 smtp
|
||||||
|
-o syslog_name=postfix-slow
|
||||||
|
-o smtp_destination_concurrency_limit=3
|
||||||
|
-o slow_destination_rate_delay=1
|
||||||
relay unix - - n - - smtp
|
relay unix - - n - - smtp
|
||||||
-o smtp_fallback_relay=
|
-o smtp_fallback_relay=
|
||||||
showq unix n - n - - showq
|
showq unix n - n - - showq
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
#orange.com slow:
|
#orange.com slow:
|
||||||
#orange.fr slow:
|
#orange.fr slow:
|
||||||
#smtp.orange.fr slow:
|
#smtp.orange.fr slow:
|
||||||
|
gmail.com smtp-ipv4:
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue