too restrictive

This commit is contained in:
Andreas Knuth 2026-01-17 16:32:16 -06:00
parent 4b08d0d40e
commit 054f894e7d
1 changed files with 2 additions and 2 deletions

View File

@ -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