Matt,
> What didn't show properly in my original email was the following:
> # cat /etc/postfix/relay_domains
> merchant-gould.com OK
> merchantgould.com OK
Sorry, I missed that on a quick reading.
> I thought historically this worked. In any event, I forced the value in
> amavisd.conf and it appears to be working.
> @local_domains_maps = ( [".$mydomain", "merchant-gould.com"] );
Could it be that you had an explicit assignment to @local_domains_maps
which removed the \%local_domains from the list so that it was not used?
Try:
@local_domains_maps = ( read_hash('/etc/postfix/relay_domains') );
Mark
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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/