too restrictive
This commit is contained in:
parent
4b08d0d40e
commit
054f894e7d
|
|
@ -27,6 +27,6 @@ localhost:10026 inet n - n - - smtpd
|
|||
-o smtpd_helo_restrictions=
|
||||
-o smtpd_sender_restrictions=
|
||||
-o smtpd_recipient_restrictions=permit_mynetworks,reject
|
||||
-o mynetworks=127.0.0.0/8
|
||||
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
|
||||
-o mynetworks=127.0.0.0/8,[::1]/128 # IPv6 HINZUFÜGEN!
|
||||
-o smtpd_authorized_xforward_hosts=127.0.0.0/8,[::1]/128
|
||||
-o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
|
||||
Loading…
Reference in New Issue