diff options
author | Stef Walter <stef@thewalter.net> | 2011-01-23 15:45:34 -0600 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-01-23 16:27:38 -0600 |
commit | 1994fa733c1c09202d85db952a28da26a19f0669 (patch) | |
tree | 1c9672ee3a8c5e1ada8399efa34bf72ceb0df62d /doc | |
parent | 6cd8b29077109a4964b22f0e664621796c674f00 (diff) |
Release version 1.9
Diffstat (limited to 'doc')
-rw-r--r-- | doc/proxsmtpd.conf.5 | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/doc/proxsmtpd.conf.5 b/doc/proxsmtpd.conf.5 index 4a1f783..323db3a 100644 --- a/doc/proxsmtpd.conf.5 +++ b/doc/proxsmtpd.conf.5 @@ -79,7 +79,13 @@ The amount of time in seconds to wait for the .Ar FilterCommand to process email data. .Pp -[ Default: 30 seconds ] +[ Default: 30 seconds ] +.It Ar FilterReject +The rejection message used when +.Ar FilterType +is set to 'reject'. +.Pp +[ Default: 530 Email Rejected ] .It Ar FilterType When set to 'pipe' the email data is piped through the .Ar FilterCommand @@ -90,6 +96,11 @@ using the .Ar EMAIL environment variable. .Pp +When set to 'reject' then email is immediately rejected using message defined +by the +.Ar FilterReject +option. +.Pp [ Default: pipe ] .It Ar Header A header to add to scanned messages. Put an empty value to suppress adding @@ -129,6 +140,11 @@ The address of the SMTP server to send email to once it's been scanned. See syntax of addreses below. .Pp [ Required ] +.It Ar Skip +Whether to skip certain kinds of connections or email from running through +the filter. Specify 'authenticated' to skip SMTP authenticated connections. +.Pp +[ Optional ] .It Ar TempDirectory The directory to write temp files to. .Pp @@ -140,11 +156,15 @@ The number of seconds to wait while reading data from network connections. .Pp [ Default: 180 seconds ] .It Ar TransparentProxy -This option enables transparent proxy support, which allows you to route all -SMTP traffic that's going through a gateway through proxsmtp which will then -send it on to its final destination. This setup usually involves firewall +Setting this option to 'client' enables transparent proxy support, which allows +you to route all SMTP traffic that's going through a gateway through proxsmtp which +will then send it on to its final destination. This setup usually involves firewall rules which redirect traffic to proxsmtp, and the setup varies from OS to OS. .Pp +Specify 'full' to enable a true transparent proxy where neither the client or +server are aware of the proxy by way of the packet headers. This setup usually involves +routers to redirect traffic to proxsmtp, and the setup varies from OS to OS. +.Pp [ Default: off ] .It Ar User The user to run as. If this option is specified then |