2002-12-09 08:47:15 +00:00
|
|
|
#
|
|
|
|
# Example configuration file for plugins
|
|
|
|
#
|
|
|
|
|
|
|
|
# enable this to get configuration via http; see perldoc
|
|
|
|
# plugins/http_config for details.
|
|
|
|
# http_config http://localhost/~smtpd/config/ http://www.example.com/smtp.pl?config=
|
|
|
|
|
2002-07-06 07:16:35 +00:00
|
|
|
quit_fortune
|
2002-07-08 02:30:11 +00:00
|
|
|
require_resolvable_fromhost
|
|
|
|
rhsbl
|
2002-07-15 12:16:10 +00:00
|
|
|
dnsbl
|
2002-09-10 11:03:20 +00:00
|
|
|
check_badmailfrom
|
|
|
|
check_badrcptto
|
2002-07-06 07:16:35 +00:00
|
|
|
|
2002-07-08 02:30:11 +00:00
|
|
|
# this plugin needs to run after all other "rcpt" plugins
|
|
|
|
check_relay
|
2002-08-06 12:01:22 +00:00
|
|
|
|
2002-10-10 01:49:34 +00:00
|
|
|
# content filters
|
2002-09-08 10:07:34 +00:00
|
|
|
klez_filter
|
2002-12-09 08:47:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
# You can run the spamassassin plugin with options. See perldoc
|
|
|
|
# plugins/spamassassin for details.
|
|
|
|
#
|
2002-10-10 01:49:34 +00:00
|
|
|
spamassassin
|
|
|
|
|
2002-12-09 08:47:15 +00:00
|
|
|
# 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
|
2002-10-10 01:49:34 +00:00
|
|
|
queue/qmail-queue
|
2002-09-08 10:07:34 +00:00
|
|
|
|