Skip to content

Commit

Permalink
reject_unknown_recipient_domain
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed Oct 1, 2022
1 parent ae2ee39 commit 0d8e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emailwiz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ postconf -e 'smtpd_sasl_type = dovecot'
postconf -e 'smtpd_sasl_path = private/auth'

# Sender and recipient restrictions
postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination'
postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unknown_recipient_domain'

# NOTE: the trailing slash here, or for any directory name in the home_mailbox
# command, is necessary as it distinguishes a maildir (which is the actual
Expand Down

0 comments on commit 0d8e3cc

Please sign in to comment.