forked from EnderUNIX/spamGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspamguard.conf
27 lines (21 loc) · 1.09 KB
/
spamguard.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#spamguard 1.8 Configuration file
#logtype = "sendmail"
logtype = "qmail" #log types: qmail, qsheff, sendmail, postfix
#logfile = "/var/log/maillog"
logfile = "/var/log/qmail/qmail-send/current"
ignorefile = "/usr/local/etc/spamguard/spam-ignore.txt"
#badmailfile = "/etc/mail/access" # For Sendmail
badmailfile = "/var/qmail/control/badmailfrom"
highfile = "/usr/local/etc/spamguard/spam-high.txt" #the addresses in this file will be added in badmail file when they sent mail more than pcnt value
sysadmin = "[email protected]"
hostname = "EnderUNIX.org"
# use mailx program for Solaris. Please check your "mail" path
mail_command = "/bin/mail"
makemap_command = "/usr/sbin/makemap hash /etc/mail/access < /etc/mail/access" #sendmail , postfix only
wcnt = 40 # warning count
bcnt = 100 # block count
pcnt = 300 # paranoid count
statfile = "/usr/local/etc/spamguard/spamguard.stat"
enable_subj_filt = 0 # these lines for qsheff support.
qsheff_rules_file = "/usr/local/etc/qsheff-II/qsheff.rules"
trim_subj_str = "[!! SPAM] ,[?? Probable Spam] ,[!!! VIRUS] ";