diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-23 23:36:46 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-23 23:36:46 +0000 |
commit | 7d9b8da3c4473b0be8ce6a6bb5afffd9d28dd755 (patch) | |
tree | 57b3b7d2a51ecafecfb6d3b35339b738d5e64e16 /doc | |
parent | 58e0f4b3ee454a6ca561e007901df978ee636a4d (diff) |
PidFile in the config file support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clamsmtpd.conf.5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5 index f528eb9..e481af9 100644 --- a/doc/clamsmtpd.conf.5 +++ b/doc/clamsmtpd.conf.5 @@ -86,6 +86,14 @@ on. See syntax of addresses below. The address and port to listen for SMTP connections on. See syntax of addresses below. [ Default: port 10025 on all local IP addresses ] +.It 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. If the +.Fl p +argument is passed on the command line, then this setting will be ignored. +[ Default: none ] .It Ar Quarantine Quarantine files that contain viruses by leaving them in the .Ar TempDirectory @@ -101,7 +109,7 @@ also needs to be setup to accept at least this number of connections. .It Ar ScanHeader A header to add to scanned messages. Put an empty value to supress adding a header. -[ Default: 'X-AV-Checked: ClamAV using ClamSMTP' ] +[ Default: 'X-Virus-Scanned: ClamAV using ClamSMTP' ] .It Ar OutAddress The address of the SMTP server to send email to once it's been scanned. See syntax of addreses below. @@ -133,6 +141,7 @@ This is a command to run when a virus is found. See the VIRUS ACTION section in .Xr clamsmtpd 8 for a discussion of this option. +[ Default: off ] .El .Sh ADDRESSES Addresses can be specified in multiple formats: |