Anders Norrbring skrev:
> I'm setting up a new mail server and get a bit confused by amavis-new 
> parameter @local_domains_maps.
> What good does it do really?
> 
> I have a server hosting 30 domains, and currently domains are managed by 
> web-cyradm, so all the virtual domains are stored in a MySQL server.
> 
> Do I at all need to use @local_domains_maps, or can I simply unset it as 
> per default?

Also a question about amavisd.conf-sample, I see this:

# use old or new style of banned lookup table; not both to avoid confusion
#
# @banned_filename_maps = ();   # to disable old-style
   $banned_namepath_re = undef;  # to disable new-style

If I use the definitions above these lines, what should it read? As it 
looks here, my spontaneous thought is that @banned_filename_maps is used 
and $banned_namepath_re is disabled?

Yet I have this above;
# new-style of banned lookup table
$banned_namepath_re = new_RE(
[...]
);

My guess is that I should comment out $banned_namepath_re = undef;, am I 
correct there?

-- 

Anders Norrbring
Norrbring Consulting

-------------------------------------------------------------------------
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/

Reply via email to