I'm running postfix-1.1.11-5 and have a question, we have our Imgate set up
to only allow e-mail to valid recipients using the config below.
smtpd_client_restrictions =
reject_unauth_pipelining,
reject_non_fqdn_recipient,
reject_non_fqdn_sender,
check_recipient_access hash:/etc/postfix/to_valid_domains_white.map, (these
are for domains that use catchall accounts)
check_recipient_access hash:/etc/postfix/to_valid_recipients.map,
permit_mynetworks,
reject
Now, whenever someone sends an e-mail to an unknown user of ours, it gets
rejected with the following message
------------------------------------------
The message that you sent was undeliverable to the following:
[EMAIL PROTECTED] (554 <usamail.usouthal.edu[207.157.122.102]>: Client
host rejected: Access denied)
Information about your message:
----------------------------------------------
How do I make this so it says "Unknown User" instead of "Client host
rejected: Access denied"?
Thanks,
Steven Copeland