summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-03 03:08:59 +0000
committerStef Walter <stef@memberwebs.com>2004-09-03 03:08:59 +0000
commit5ffcde771f80f20d560180a631bf0b9aa363b318 (patch)
tree32b1dc6c8ccf0caff69644c1ded22822ded665a8 /doc
parent6a250c8a1e581287d7ff3c88582ab337e21ac50f (diff)
pidfile should be an argument not a configuration option
Diffstat (limited to 'doc')
-rw-r--r--doc/clamsmtpd.87
-rw-r--r--doc/clamsmtpd.conf2
-rw-r--r--doc/clamsmtpd.conf.56
3 files changed, 7 insertions, 8 deletions
diff --git a/doc/clamsmtpd.8 b/doc/clamsmtpd.8
index 8ee3d80..2317b59 100644
--- a/doc/clamsmtpd.8
+++ b/doc/clamsmtpd.8
@@ -44,6 +44,7 @@
.Nm
.Op Fl d Ar level
.Op Fl f Ar configfile
+.Op Fl p Ar pidfile
.Nm
.Fl v
.Sh DESCRIPTION
@@ -79,6 +80,12 @@ specifies an alternate location for the
configuration file. See
.Xr clamsmtpd.conf 5
for more details on where the configuration file is located by default.
+.It Fl p
+.Ar pidfile
+specifies a location for the a process id file to be written to. This file
+contains the process id of
+.Nm
+and can be used to stop the daemon.
.It Fl v
Prints the clamsmtp version number and exits.
.El
diff --git a/doc/clamsmtpd.conf b/doc/clamsmtpd.conf
index 979103c..18ff33a 100644
--- a/doc/clamsmtpd.conf
+++ b/doc/clamsmtpd.conf
@@ -35,6 +35,4 @@ OutAddress: 10026
# Whether or not to keep virus files
#Quarantine: off
-# The location for a pid file for stopping clamsmtpd
-#PidFile: (none)
diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5
index 5a7e521..1a6cd99 100644
--- a/doc/clamsmtpd.conf.5
+++ b/doc/clamsmtpd.conf.5
@@ -96,12 +96,6 @@ character or number):
.It Ar MaxConnections
Specifies the maximum number of connections to accept at once.
[ Default: 64 ]
-.It Ar PidFile
-This option causes
-.Xr clamsmtpd 8
-to write a file with the daemon's process id, which can be used to stop the
-daemon.
-[ Optional ]
.It Ar ScanHeader
A header to add to scanned messages. Put an empty value to supress adding
a header.