>Where abouts in the main.cf would I put a line to access a hashed map file >containing list of users with domain attached, and error message. This file >is a list of the unknown users from the logs.
hash:/etc/postfix/to_recipients_unknown.map containing [EMAIL PROTECTED] 554 ACL to_recipients_unknown you can put this very high in the smtpd_recipient_restrictions list, like first, since you want to reject these ASAP, wasting no other checking on them. Len >As well I have a list of the servers generating to many errors that I want >to add the map into my config as well. > >Thanks >Terry
