Searched defs:in (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dmain.c9 * forth in the LICENSE file which can be found at the top level of
60 ** call this routine to actually deliver mail. Sendmail in
64 ** Sendmail is driven by settings read in from /etc/mail/sendmail.cf
82 ** Few of them (Britton-Lee in particular) have had
83 ** anything to gain from my involvement in this project.
129 /* Some options are dangerous to allow users to use in non-submit mode */
138 "WARNING: Ignoring submission mode -%c option (not in submission mode)\n", \
185 bool foregroundqueue = false; /* queue run in foreground */
219 /* set the default in/out channel so errors reported to screen */
251 /* in 4.
3991 char *out, *in; local
[all...]
H A Dsrvrsmtp.c9 * forth in the LICENSE file which can be found at the top level of
132 ** delimptr -- current position in read buffer
227 ** This should be fixed in a successor version.
358 bool sm_milterlist; /* any filters in the list? */
596 char *in, *out2; local
667 /* XXX the rpool should be set when e is initialized in main() */
767 /* use empty realm: only works in SASL > 1.5.5 */
797 in = macvalue(macid("{daemon_family}"), e);
798 if (in != NULL && (
800 strcmp(in, "inet
[all...]

Completed in 14 milliseconds