From 574e3512c03ad21f2c4c514ebb0c12767171ad57 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 20 Mar 2005 21:20:59 +0000 Subject: Documentation fixes. --- configure.in | 4 ++-- doc/clamsmtpd.conf.5 | 8 ++++++-- 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 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 -- cgit v1.2.3