|
Revision 1, 1.2 kB
(checked in by wombat, 10 years ago)
|
|
Initial revision
|
| Line | |
|---|
| 1 | # HLDFilter Config File. Anything following a '#' will be ignored. |
|---|
| 2 | |
|---|
| 3 | maildir=/home/wombat/.Mail # the directory containing all your mail folders |
|---|
| 4 | statsdir=/home/wombat/public_html/stats # directory containing your stats web |
|---|
| 5 | # pages. |
|---|
| 6 | |
|---|
| 7 | loglevel=1 # set to 0 if you don't want logs |
|---|
| 8 | statslevel=1 # Stats |
|---|
| 9 | |
|---|
| 10 | email=wombat@hld.ca # your email address |
|---|
| 11 | smtpserver=localhost # your outgoing mailserver |
|---|
| 12 | rejectmsg=Message Not Accpepted # message to reject with |
|---|
| 13 | |
|---|
| 14 | CheckSenderValidity=yes # check how valid the sender's email address is |
|---|
| 15 | tidyMessages=yes # clean up messages? (not tested thorougly) |
|---|
| 16 | replyInvalidUser=no # should we reply to invalid users? |
|---|
| 17 | RejectedSpamBounceISP=yes # send mail to abuse@theirISP.com? |
|---|
| 18 | IgnoreSpamBounceISP=no # do the same when we ignore |
|---|
| 19 | InvalidUserBounceISP=yes # again, but with invalid email addresses |
|---|
| 20 | |
|---|
| 21 | Stats_HideSpammersEmail=no # hide the spammers email addresses |
|---|
| 22 | Stats_HideAcceptedEmail=no # hide the accepted email addresses |
|---|
| 23 | TopSpammersCount=10 # 0 is all. This is the max number shown |
|---|
| 24 | TopAcceptedCount=10 # 0 is all. |
|---|