cvsuser 03/11/06 14:31:38
Modified: config plugins Log: reinstate the default plugins config (from revision 1.9) Revision Changes Path 1.11 +33 -0 qpsmtpd/config/plugins Index: plugins =================================================================== RCS file: /cvs/public/qpsmtpd/config/plugins,v retrieving revision 1.10 retrieving revision 1.11 diff -u -w -r1.10 -r1.11 --- plugins 4 Nov 2003 22:52:48 -0000 1.10 +++ plugins 6 Nov 2003 22:31:38 -0000 1.11 @@ -6,8 +6,41 @@ # plugins/http_config for details. # http_config http://localhost/~smtpd/config/ http://www.example.com/smtp.pl?config= +quit_fortune + +check_earlytalker +count_unrecognized_commands 4 + +require_resolvable_fromhost + +rhsbl +dnsbl +check_badmailfrom +check_badrcptto +check_spamhelo + +# sender_permitted_from + # this plugin needs to run after all other "rcpt" plugins check_relay + +# content filters +klez_filter + + +# You can run the spamassassin plugin with options. See perldoc +# plugins/spamassassin for details. +# +spamassassin + +# rejects mails with a SA score higher than 20 and munges the subject +# of the score is higher than 10. +# +# spamassassin reject_threshold 20 munge_subject_threshold 10 + + +# run the clamav virus checking plugin +# clamav # queue the mail with qmail-queue queue/qmail-queue
