diff options
Diffstat (limited to 'src/sendmail.8')
-rw-r--r-- | src/sendmail.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/sendmail.8 b/src/sendmail.8 index 093b6e6..89c0f55 100644 --- a/src/sendmail.8 +++ b/src/sendmail.8 @@ -409,6 +409,15 @@ aliases are local to a particular host. This may not be available if your sendmail does not have the .Dv USERDB option compiled in. +.It Li TcpWrappers +Use the +.Dv sendmail +entry in +.Pa /etc/hosts.allow +to decide if the remote host has access to the SMTP port. +This may not be available if your sendmail does not have the +.Dv TCPWRAPPERS +option compiled in. .It Li ForkEachJob Fork each job during queue runs. May be convenient on memory-poor machines. |