diff options
Diffstat (limited to 'doc/clamsmtpd.conf.5')
-rw-r--r-- | doc/clamsmtpd.conf.5 | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5 index 13268d1..29abe55 100644 --- a/doc/clamsmtpd.conf.5 +++ b/doc/clamsmtpd.conf.5 @@ -68,14 +68,21 @@ directory of the clamsmtp distribution. .Sh SETTINGS The various settings are as follows: .Bl -tag -width Fl -.It Ar Bounce -When this flag is set +.It Ar Action +This option controls what .Xr clamsmtpd 8 -actively rejects messages with viruses. This may cause the sender to receive -a message back notifying them of the virus. In most cases this is not a good -idea since many viruses spoof sender addresses. +does when it finds a virus. The options are: +.Bl -inset +.It Ar bounce +Bounce the email. In most cases this is not a good idea since many viruses +spoof sender addresses. +.It Ar drop +Silently drop the email. Recommended. +.It Ar pass +Pass on the email. Inserts an 'X-Virus-Infected' header. +.El .Pp -[ Default: off ] +[ Default: drop ] .It Ar ClamAddress Specifies the address to connect to .Xr clamd 8 |