Mike wrote:
> Just wondering the proper syntax to configure amavis to read local domains
> from multiple sources?
> That is to say I need to combine so that the @local_domains_maps ends up as
> the sum total of all three entities below...
> @local_domains_maps = ( [".$mydomain"] );
> @local_domains_maps = ( read_hash("/etc/amavis/localaliases") );
> @local_domains_maps = ( read_hash("/etc/amavis/virtualdomains") );
> Cheers,
>>>>>> Mike <<<<<
@local_domains_maps = ( [".$mydomain"],
read_hash("/etc/amavis/localaliases"),
read_hash("/etc/amavis/virtualdomains") );
Looks like this works in this case. Simply comma separate the items.
Gary V
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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/