I have a relayhost configured and when I start postfix I get this error in mail.err:
Jul 17 16:13:25 luna postfix/smtpd[30323]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of: reject_unauth_destination, defer_unauth_destination, reject, defer, defer_if_permit or check_relay_domains
After manually adding to main.cf at least:
smtpd_relay_restrictions = permit_sasl_authenticated,reject_unauth_destination
the error went away.
I have a relayhost configured and when I start postfix I get this error in mail.err:
Jul 17 16:13:25 luna postfix/smtpd[30323]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of: reject_unauth_destination, defer_unauth_destination, reject, defer, defer_if_permit or check_relay_domains
After manually adding to main.cf at least:
smtpd_relay_restrictions = permit_sasl_authenticated,reject_unauth_destination
the error went away.Could you please add this option?