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

/osnet-11/usr/src/cmd/sendmail/src/
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.h216 typedef struct mailer MAILER;
230 struct mailer *q_mailer; /* mailer to use */
234 char *q_home; /* home dir (local mailer only) */
376 ** Every mailer known to the system is declared in this
377 ** structure. It defines the pathname of the mailer, some
386 struct mailer struct
388 char *m_name; /* symbolic name of this mailer */
389 char *m_mailer; /* pathname of the mailer to use */
394 short m_mno; /* mailer numbe
[all...]

Completed in 66 milliseconds