This is a discussion on Re: [AMaViS-user] dspam and SA within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Anders, > Hi! > I have a setup postfix amavisd SA dspam. > But i wonder if i can disable ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Anders,
> Hi! > I have a setup postfix amavisd SA dspam. > But i wonder if i can disable SA and only use dspam for catching the spam? > bypass_spam will disable all spam check. it's not the same if you disable one module in amavisd or disable the spam checking with @bypass_spam_checks_maps = (1); When you start amavisd it will look if it found some programs in the path like gzip,unrar,dspam... If these optional programs/utilities are not disabled in amavisd.conf they will be used. If you've installed dspam and you don't want to use it then you can uninstall dspam or exclude it in amavisd.conf (# $dspam = 'dspam';). But as I understand the concept of amavisd then I mean that is not possible to do only spam scanning with dspam and amavisd and without spamassassin. I think some calls in "sub spam_scan" depends on spamassassin (train dspam bayes which depends on the sa score etc.). -- Best Regards Daniel Luttermann ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |