Quoting Michele Menciassi <[EMAIL PROTECTED]>: > 1) i must specify the list of valid domains in amavisd configuration file > in debian i must edit the file /etc/amavis/conf.d/05-domain_id > and change the value of variable > @local_domains_acl = (); > well.. i've the list of my domain in a postfix MySQL table called > 'domain'... > can i set the amavisd configuration to read the domain list into the > postfix MySQL table? > so if i add or del a domain with postfixadmin GUI i've my amavisd domain > list rightly updated.
I just use $sql_select_policy for this mysql, and set local = 'Y' You will have to do a few tricks with sql or tables probably, cause of how amavis asks for the domain and the way you are storing it. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/
