Hi all, I have something like this in my main.cf:
smtpd_recipient_restrictions = reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject This is a mail server used only as outgoing SMTP server, either for local hosts (which is only 127.0.0.1) and a list of authenticated users. Now I want a special authenticated user to be allowed to send mails with an "unknown recipient domain". Is this possible? (The reason for this strange requirement is, that this "user" is a software product. This software delivers its mails via the local SMTP server. When it tries to send emails to an invalid domain, postfix should not reject this email during the internal SMTP communication. Instead I want it to accept it and create a bounce message to the original sender). Any hints how to solve this? Thanks and regards -stefan-