That 'general advice' actually helped a lot. Sometimes when you get deep into something it helps to have someone remind you of the basics. Checking --lint and running with -D is definitely something I should have tried before and helped me solve the problem (and helped me to correct couple other things that I didn't realize needed correcting).
I am trying to whitelist mail sent from our branch offices sent through our email server to local users. Each of my branch offices is on 1 of 3 different ISPs. Our domain name is gvadaum.com. The syntax actually worked the way I originally expected it to: whitelist_from_rcvd [EMAIL PROTECTED] first_isp_domain.com whitelist_from_rcvd [EMAIL PROTECTED] second_isp_domain.com whitelist_from_rcvd [EMAIL PROTECTED] third_isp_domain.com The IP for our mailserver that is used to both send and receive email is listed in trusted_networks: trusted_networks 69.20.70.56 It is working just fine now. Thanks! Regards, John Schneider
