diff options
Diffstat (limited to 'mail/mailscanner/files/patch-docs:man:MailScanner.conf.5')
-rw-r--r-- | mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 | 58 |
1 files changed, 49 insertions, 9 deletions
diff --git a/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 b/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 index 94401810ece2..988a5e59840d 100644 --- a/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 +++ b/mail/mailscanner/files/patch-docs:man:MailScanner.conf.5 @@ -1,12 +1,12 @@ ---- ../MailScanner-install-4.44.6.orig/docs/man/MailScanner.conf.5 Mon Aug 22 16:18:05 2005 -+++ docs/man/MailScanner.conf.5 Mon Aug 22 16:18:27 2005 +--- ../MailScanner-install-4.48.4.orig/docs/man/MailScanner.conf.5 Wed Dec 7 18:33:04 2005 ++++ docs/man/MailScanner.conf.5 Wed Dec 7 18:33:54 2005 @@ -1,4 +1,4 @@ -.TH "MailScanner.conf" "5" "4.42.9" "Julian Field" "Mail" -+.TH "MailScanner.conf" "5" "4.44.6" "Julian Field" "Mail" ++.TH "MailScanner.conf" "5" "4.48.4" "Julian Field" "Mail" .SH "NAME" .LP MailScanner.conf \- Main configuration for MailScanner -@@ -326,6 +326,16 @@ +@@ -326,6 +326,23 @@ .br If more messages are found in the queue than this, then switch to an "accelerated" mode of processing messages. This will cause it to stop scanning messages in strict date order, but in the order it finds them in the queue. If your queue is bigger than this size a lot of the time, then some messages could be greatly delayed. So treat this option as "in emergency only". @@ -19,11 +19,51 @@ +.br +If this is set to yes, then email messages passing through MailScanner will be processed and checked, and all the other options in this file will be used to control what checks are made on the message. If this is set to no, then email messages will NOT be processed or checked *at all*, and so any viruses or other problems will be ignored. + ++.TP ++\fBReject Messages\fR ++Default: no ++.br ++ ++.br ++You may not want to receive mail from certain addresses and/or to certain addresses. If so, you can do this with your email transport (sendmail, Postfix, etc) but that will just send a one\-line message which is not helpful to the user sending the message. If this is set to yes, then the message set by the "Rejection Report" will be sent instead, and the incoming message will be deleted. If you want to store a copy of the original incoming message then use the "Archive Mail" setting to archive a copy of it. The purpose of this option is to set it to be a ruleset, so that you can reject messages from a few offending addresses where you need to send a polite reply instead of just a brief 1\-line rejection message. + .TP \fBMaximum Attachments Per Message\fR Default: 200 -@@ -1701,12 +1711,64 @@ +@@ -853,6 +870,15 @@ + There is no point quarantining most viruses these days, so if you set this to "no" then no infections listed in your "Silent Viruses" setting will be quarantined, even if you have chosen to quarantine infections in general. This is currently set to "yes" so the behaviour is the same as it was in in previous versions. This can also be the filename of a ruleset. + + .TP ++\fBQuarantine Modified Body\fR ++Default: no ++.br ++ ++.br ++Do you want to store copies of messages which have been disarmed by having their HTML modified at all? This can also be the filename of a ruleset. ++ ++ ++.TP + \fBQuarantine Whole Message\fR + Default: no + .br +@@ -885,6 +911,16 @@ + .br + Set where to find all the strings used so they can be translated into your local language. This can also be the filename of a ruleset so you can produce different languages for different messages. + ++ ++.TP ++\fBRejection Report\fR ++Default: %reports\-dir%/rejection.report.txt ++.br ++ ++.br ++Set where to find the message text sent to users who triggered the ruleset you are using with the "Reject Message" option. ++ ++ + .TP + \fBDeleted Bad Filename Message Report\fR + Default: %reports\-dir%/deleted.filename.message.txt +@@ -1701,12 +1737,64 @@ .br .br @@ -55,16 +95,16 @@ +$Message \- a perl reference to the list of line of the message +.RE +.br - - ++ ++ +.TP +\fBMax Custom Spam Scanner Size\fR +Default: 20000 +.br -+ + +.br +How much of the message should be passed tot he Custom Spam Scanner. Most spam tools only need the first 20kbytes of the message to determine if it is spam or not. Passing more than is necessary only slows things down. This can also be the filename of a ruleset. -+ + +.TP +\fBCustom Spam Scanner Timeout\fR +Default: 20 |