summaryrefslogtreecommitdiff
path: root/doc/clamsmtpd.conf.5
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-07-13 23:50:43 +0000
committerStef Walter <stef@memberwebs.com>2006-07-13 23:50:43 +0000
commit358cc7fb2c4a28ec2d786f87445a966c55f55652 (patch)
treeb6c204443f4b2344a1a4d87177f2571e4ed4dd88 /doc/clamsmtpd.conf.5
parentbcb73670d04b2354a2c265aff76d354805c7139c (diff)
* Add support for passing emails
* Bring in some changes from proxsmtp
Diffstat (limited to 'doc/clamsmtpd.conf.5')
-rw-r--r--doc/clamsmtpd.conf.519
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