Ok, here's an update on this, and I have to an answer from Victor on the postfix list because the doc is missing
this part stays the same: relay_recipient_maps = hash:/etc/postfix/to_relay_recipients.map local_recipient_maps = hash:/etc/postfix/to_local_recipients.map smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_sender, reject_non_fqdn_recipient, check_recipient_maps, What changes is that to_relay_recipients.map isn't normal "man 5 access" syntax. not knowing the undocumented fact, I was whitlististing Imail nobody domains (or any other relay domain to be whitelisted) like this: [EMAIL PROTECTED] ok domain.com ok ... as man 5 access shows. but it should be [EMAIL PROTECTED] ok @domain.com ok ... with the leading @ for the nobody domain. gotcha!! Len
