diff options
author | Stef Walter <stef@memberwebs.com> | 2004-11-20 06:00:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-11-20 06:00:56 +0000 |
commit | f07d5b4338ba88c340569d273382a9c846811dff (patch) | |
tree | f142783c2be90d91b832825d66c8392311e00d23 | |
parent | ecd1d9cb121de85f6604ab91e1fb30d43012961d (diff) |
Documentation fixes
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/proxsmtpd.8 | 2 | ||||
-rw-r--r-- | doc/proxsmtpd.conf.5 | 6 |
4 files changed, 9 insertions, 4 deletions
@@ -8,3 +8,4 @@ Rubio Vaughan <rubio@passim.net> PATCHES: João Carlos Mendes Luís <jcmendes@int.gov.br> Ben Mesman <ben@bncnetservice.nl> +Olivier Beyssac <ob@r14.freenix.org>
\ No newline at end of file @@ -1,3 +1,7 @@ +0.7 ????? + + - Documentation fixes [Olivier Beyssac] + 0.6 [2004-10-30] - Added CLIENT and SERVER variables to VirusAction script environment. - Even better logging for network errors and filter warnings. diff --git a/doc/proxsmtpd.8 b/doc/proxsmtpd.8 index 5d28dd9..9f9f9d0 100644 --- a/doc/proxsmtpd.8 +++ b/doc/proxsmtpd.8 @@ -148,7 +148,7 @@ using the .Fl d option. .Sh LOOPBACK FEATURE -In some cases it's advantagous to consolidate the filtering for several mail +In some cases it's advantageous to consolidate the 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/proxsmtpd.conf.5 b/doc/proxsmtpd.conf.5 index 8579a3c..436da7f 100644 --- a/doc/proxsmtpd.conf.5 +++ b/doc/proxsmtpd.conf.5 @@ -50,14 +50,14 @@ or .Pa /etc/ directories. If .Xr proxsmtpd 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 proxsmtpd 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. @@ -106,7 +106,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. +The directory to write temp files to. [ Default: .Pa /tmp ] |