Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/postfix/main.cf
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ smtpd_sender_restrictions =
reject_unknown_sender_domain,
permit

# Strict relay rules to close the open relay loophole safely with MYNETWORKS:
# Strict relay rules to close the open relay loophole:
smtpd_relay_restrictions =
reject_unauth_pipelining,
reject_unauth_destination,
permit_mynetworks
permit_mynetworks,
reject_unauth_destination

# Recipient restrictions:
smtpd_recipient_restrictions =
Expand Down