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

/sendmail/sendmail/
H A Dusersmtp.c52 ** m -- mailer to create connection to.
53 ** mci -- the mailer connection info.
85 ** Open the connection to the mailer.
276 ** m -- the mailer.
277 ** mci -- the mailer connection info.
300 ** the mailer.
395 ** m -- the mailer.
396 ** mci -- the mailer connection info.
604 ** m -- the mailer.
605 ** mci -- the mailer connectio
2912 char *mailer = NULL; local
[all...]
H A Dsendmail.h225 typedef struct mailer MAILER;
239 struct mailer *q_mailer; /* mailer to use */
243 char *q_home; /* home dir (local mailer only) */
385 ** Every mailer known to the system is declared in this
386 ** structure. It defines the pathname of the mailer, some
395 struct mailer struct
397 char *m_name; /* symbolic name of this mailer */
398 char *m_mailer; /* pathname of the mailer to use */
403 short m_mno; /* mailer numbe
[all...]

Completed in 24 milliseconds