summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-03-20 21:20:59 +0000
committerStef Walter <stef@memberwebs.com>2005-03-20 21:20:59 +0000
commit574e3512c03ad21f2c4c514ebb0c12767171ad57 (patch)
treeeab097fee4b16f2b643489188b1fe1dd96df8488
parent5960213312f8d8841e85b06fea6bf88dc8bd2603 (diff)
Documentation fixes.
-rw-r--r--configure.in4
-rw-r--r--doc/clamsmtpd.conf.58
2 files changed, 8 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 6472880..5348785 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(clamsmtp, 1.3 nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(clamsmtp, 1.3)
+AC_INIT(clamsmtp, 1.3.90, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(clamsmtp, 1.3.90)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"
diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5
index 191066f..13268d1 100644
--- a/doc/clamsmtpd.conf.5
+++ b/doc/clamsmtpd.conf.5
@@ -90,9 +90,9 @@ a header. You can include the following special formatting characters in the
string to include special values:
.Bl -inset
.It Ar %i
-Client Address
+Client IP Address
.It Ar %l
-Local Address
+Local IP Address
.It Ar %d
Current Date
.El
@@ -160,11 +160,15 @@ This option enables transparent proxy support, which allows you to route all
SMTP traffic that's going through a gateway through clamsmtp which will then
send it on to its final destination. This setup usually involves firewall
rules which redirect traffic to clamsmtp, and the setup varies from OS to OS.
+.Pp
+[ Default: off ]
.It Ar User
The user to run as. If this option is specified then
.Xr clamsmtpd 8
must be started as root. It will then drop root privileges and run as the
specified user. The user can either be a name or a numerical user id.
+.Pp
+[ Optional ]
.It Ar VirusAction
This is a command to run when a virus is found. See the VIRUS ACTION section
in