-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
This is an entry for an existing PR.
When using the role we get errors in the logs:
Jan 02 12:00:29 theHostName postfix/smtpd[133726]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of: reject_unauth_destination, defer_unauth_destinat>
Jan 02 12:00:30 theHostName postfix/master[133716]: warning: process /usr/lib/postfix/sbin/smtpd pid 133726 exit status 1
Jan 02 12:00:30 theHostName postfix/master[133716]: warning: /usr/lib/postfix/sbin/smtpd: bad command startup -- throttling
Research result:
Apparently somewhere in the Postfix config
mynetworks = 127.0.0.0/8 [::1]/128
and
smtpd_relay_restrictions = permit_mynetworks, reject
or similar are required to allow relaying on localhost.
@andanotheruser has submitted a PR #143