>I just ran the dnsreport.com for my domain and it comes back with this = >warning: > >mx1.gfps.k12.mt.us's abuse response: > >>> RCPT TO: <[EMAIL PROTECTED]> > <<< 550 : User unknown in relay recipient table > >I do have a relay_recipients.map file that is an extract from my Imail = >server. Do I need to modify that file to include the aliase, etc that are = >configured in the aliases.map file or is there a setting I can set in main.= >cf to allow mail to abuse?
you need a to_local_recipients.map file with abuse and postmaster to the IMGate domain name, and you need to_relay_recipients.map containg abuse and postmaster for all Imail domains. If you don't have those on Imail, then you can cheat with recipient_canonical_maps = hash:/etc/postfix/recipient_canonical.map that contains: abuse@ [EMAIL PROTECTED] postmaster@ [EMAIL PROTECTED] Len
