Matt wrote:

> mydestination = cinteractive.com

> relay_domains = psteering.com, powersteeringsoftware.com, cinteractive.com

I missed this one. Domains can only be listed in one address class.
Since you relay everything, you probably want:

mydestination =

Also

> smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, 
> reject_unauth_pipelining
> reject_unauth_destination

You have reject_unauth_destination twice here.

smtpd_recipient_restrictions =
     permit_mynetworks,
     reject_unauth_destination
     
and reject_unauth_pipelining works better if you place it in:

smtpd_data_restrictions = reject_unauth_pipelining


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to