A. Meyer: > Hello! > > # postconf mail_version > mail_version = 2.11.3
Look at smtpd_relay_restrictions (new with Postfix 2.11): smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination Replace defer_unauth_destination with reject_unauth_destination. Wietse