diff options
author | Stef Walter <stef@memberwebs.com> | 2004-11-20 06:01:33 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-11-20 06:01:33 +0000 |
commit | 1342758ecf45e5c891027c1ac136b14c51253ad7 (patch) | |
tree | 3b1719182502e87b1f4359c713b01562914cd26e | |
parent | 7db7fe89692e4be2802788c678e1b7f38cf5c36d (diff) |
Documentation fixes
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/clamsmtpd.8 | 2 | ||||
-rw-r--r-- | doc/clamsmtpd.conf.5 | 8 |
4 files changed, 7 insertions, 5 deletions
@@ -11,3 +11,4 @@ João Carlos Mendes Luís <jcmendes@int.gov.br> Jasper Slits <jasper@insiders.nl> Yamamoto Takao <takao@oakat.org> Ben Mesman <ben@bncnetservice.nl> +Olivier Beyssac <ob@r14.freenix.org> @@ -1,6 +1,7 @@ 1.2 ???? - Added the sample virus_action.sh script to the distribution + - Documentation fixes [Olivier Beyssac] 1.1 [2004-10-30] - Added CLIENT and SERVER variables to VirusAction script environment. diff --git a/doc/clamsmtpd.8 b/doc/clamsmtpd.8 index 7fa18fb..3a87066 100644 --- a/doc/clamsmtpd.8 +++ b/doc/clamsmtpd.8 @@ -98,7 +98,7 @@ using the .Fl d option. .Sh LOOPBACK FEATURE -In some cases it's advantagous to consolidate the virus scanning and filtering +In some cases it's advantageous to consolidate the virus scanning and filtering for several mail servers on one machine. .Nm allows this by providing a loopback feature to connect back to the IP that an diff --git a/doc/clamsmtpd.conf.5 b/doc/clamsmtpd.conf.5 index b40baa8..e9cac98 100644 --- a/doc/clamsmtpd.conf.5 +++ b/doc/clamsmtpd.conf.5 @@ -50,14 +50,14 @@ or .Pa /etc/ directories. If .Xr clamsmtpd 8 -does not find it's configuration file it'll print a warning when it starts up along +does not find its configuration file it'll print a warning when it starts up along with the location it's expecting to find it in. You can also specify a different location for a config file by passing the .Fl f argument to .Xr clamsmtpd 8 .Pp -The settings are specified one per line. The setting names comes first, followed +The settings are specified one per line. The setting names come first, followed by a colon and then the value. Comments start with the '#' character on a line of their own. Whitespace is ignored at the beginning of line, end of line and around the colons. @@ -114,7 +114,7 @@ Specifies the maximum number of connections to accept at once. also needs to be setup to accept at least this number of connections. [ Default: 64 ] .It Ar ScanHeader -A header to add to scanned messages. Put an empty value to supress adding +A header to add to scanned messages. Put an empty value to suppress adding a header. [ Default: 'X-Virus-Scanned: ClamAV using ClamSMTP' ] .It Ar OutAddress @@ -122,7 +122,7 @@ The address of the SMTP server to send email to once it's been scanned. See syntax of addreses below. [ Required ] .It Ar TempDirectory -The directory to write temp files too. This directory needs to be +The directory to write temp files to. This directory needs to be accessible to both .Xr clamd 8 and |