Bhagwant wrote: > hi to all > can somebody tell wats the deal with amavis in > debian.............it creates a conf.d directory............can somebody > tell me gud documentation on it and wats the working of files in conf.d > and presendence order...............can u help me out > ...............thanx in advance >
In /usr/share/amavis/conf.d/ 10-debian_scripts 20-package In /etc/amavis/conf.d/ 01-debian 05-domain_id 05-node_id 15-av_scanners 15-content_filter_mode 20-debian_defaults 25-amavis_helpers 30-template_localization 50-user They are loaded in the order above. So, if you place *your* settings in 50-user (and leave the rest alone), they will *usually* override settings in previous files. The documentation for amavisd-new will not differ for the Debian package (other than amavisd.conf is not used). The package maintainers simply distributed amavisd-new settings into a number of config files. There is one thing that is a bit convoluted however, in /usr/share/amavis/conf.d/20-package, virus and spam scanning is disabled (the default is there is no dependency on spamassassin or a virus scanner). To re-enable spam and virus scanning, edit /etc/amavis/conf.d/15-content_filter_mode and follow the instructions there. I suggest reading amavisd.conf-sample (should be on your disk somewhere, or download and extract the source code for the version you are using), -- Gary V ------------------------------------------------------------------------- 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://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ 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/
