Jeff: > I want the back-end to tell the front-end gateway 550 for > [EMAIL PROTECTED], but I want it to tell my other internal MTAs OK, > whilst not breaking regular recipient verification.
Reject [EMAIL PROTECTED] on the FRONT_END host. smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/access ...stuff... reject_unauth_destination ...stuff... reject_unverified_recipient ...stuff... /etc/postfix/access [EMAIL PROTECTED] reject Wietse