Quanah Gibson-Mount: > I recently tweaked my settings for my postfix configuration so that I have > the following defined for the 465 & submission port smtpds: > > -o smtpd_recipient_restrictions= > -o smtpd_relay_restrictions=permit_sasl_authenticated,reject > -o smtpd_end_of_data_restrictions= > > However, this broke cbpolicyd checking on those ports.
This overrides main.cf:smtpd_end_of_data_restrictions. > I believe the correct solution is to just set: > > -o smtpd_recipient_restrictions= > -o smtpd_relay_restrictions=permit_sasl_authenticated,reject This does not override main.cf:smtpd_end_of_data_restrictions. I suppose that's what makes the difference. Wietse