On Tue, 2005-06-28 at 18:57 +1200, Simon wrote: > Hi There, > > We have a postfix/amavis server setup as a final destination server for > our (hosting) clients. This is working well... with mysql for all the > settings. > > I have a new client that has their own mail server in-house but would > like to use our server as a "Pass-thought" server for checking SPAM/AV > etc before forwarding on to their server.... > > Is this an amavis question or a postfix question?
Both. You need to add the domain to relay_domains in postfix, add the domain to @local_domains_maps in amavis, and use transport_maps in postfix to make it work. Point the mx records to your filtering boxes, not the final domain. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ 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/
