diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/proxsmtpd.8 | 2 | ||||
-rw-r--r-- | doc/proxsmtpd.conf.5 | 6 |
2 files changed, 4 insertions, 4 deletions
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 ] |