Paolo, > # I run a front-line MX. Is this setting correct? > # Could it lookup the list from LDAP? > @local_domains_maps = ( 1 );
If all mail is known to be incoming, then it is ok to set @local_domains_maps = ( 1 ); otherwise don't do it, use an explicit list. > # Could it lookup the list from LDAP? There is a LDAP attribute amavisLocal. It usually is not even needed. See section: Special handling of optional LDAP attribute 'amavisLocal' in README.lookups > # Never send DSNs > $sa_dsn_cutoff_level = -999; Functionally the same, but cleaner / more obvious: $final_spam_destiny = D_DISCARD; > # Actually never seen so high scores! > $sa_quarantine_cutoff_level = 200; So don't bother to set it. Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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/
