Lines Matching refs:sendmail
8 The sendmail Mail Filter API (Milter) is designed to allow third-party
17 http://sendmail-jilter.sourceforge.net/
24 does not need root access to communicate with sendmail. It is a
75 If none of these is specified, the message is passed through sendmail
78 Finally, you can override the default timeouts used by sendmail when
114 To test sendmail with the sample filter, the following might be added (in
125 the sendmail process, you will want to test that the filter performs as
130 consistency with the suggested options for sendmail.cf, this would be the
142 simple means of doing this; either using the 'sendmail -bs' command, or
147 % sendmail -bs
148 220 test.sendmail.com ESMTP Sendmail 8.14.0/8.14.0; Thu, 22 Jun 2006 13:05:23 -0500 (EST)
150 250 test.sendmail.com Hello testy@localhost, pleased to meet you
157 From: testy@test.sendmail.com
158 To: root@test.sendmail.com
165 221 2.0.0 test.sendmail.com closing connection
177 the logging level of sendmail can be raised with the LogLevel option.
178 See the sendmail(8) manual page for more information.