Searched refs:mailer (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/cf/cf/ |
H A D | Makefile | 123 ${CFDIR}/mailer/local.m4 \ 124 ${CFDIR}/mailer/smtp.m4 \ 125 ${CFDIR}/mailer/uucp.m4 \
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | Makefile | 37 mailer/local.m4 mailer/smtp.m4 114 $(ROOTETCMAILCF)/mailer/local.m4 \ 115 $(ROOTETCMAILCF)/mailer/procmail.m4 \ 116 $(ROOTETCMAILCF)/mailer/smtp.m4 \ 117 $(ROOTETCMAILCF)/mailer/uucp.m4 \
|
/illumos-gate/usr/src/cmd/mailwrapper/ |
H A D | Makefile | 34 CFS= mailer.conf
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 335 ** If this mailer is expensive, and if we don't 896 message("deliverable: mailer %s, host %s, user %s", 901 message("deliverable: mailer %s, user %s", 1296 register MAILER *m; /* mailer for this recipient */ 1303 volatile bool clever = false; /* running user smtp to this mailer */ 1304 ADDRESS *volatile tochain = NULL; /* users chain in this mailer call */ 1352 sm_dprintf("\n--deliver, id=%s, mailer=%s, host=`%s', first user=`%s'\n", 1377 ** Insert the mailer name. Notice that $x expansion is 1378 ** NOT done on the mailer name. Then, if the mailer ha [all...] |
H A D | sendmail.h | 216 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...] |
H A D | usersmtp.c | 53 ** m -- mailer to create connection to. 54 ** mci -- the mailer connection info. 86 ** Open the connection to the mailer. 278 ** m -- the mailer. 279 ** mci -- the mailer connection info. 302 ** the mailer. 389 ** m -- the mailer. 390 ** mci -- the mailer connection info. 596 ** m -- the mailer. 597 ** mci -- the mailer connectio 2907 char *mailer = NULL; local [all...] |
H A D | parseaddr.c | 456 ** berknet mailer. 1905 /* initialize the discard mailer */ 1912 /* initialize the bogus mailer */ 1963 struct mailer **mp; 1964 register struct mailer *m; 1986 /* figure out what net/mailer to use */ 1989 syserr("554 5.3.5 buildaddr: no mailer in parsed address"); 2117 syserr("554 5.3.5 buildaddr: unknown mailer %s", mname); 2145 /* do special mapping for local mailer */ 2165 /* rewrite according recipient mailer rewritin [all...] |
H A D | readcf.c | 57 ** Mn arg=val... Define mailer. n is the internal name. 58 ** Args specify mailer parameters. 607 case 'M': /* define mailer */ 1165 ** MAKEMAILER -- define a new mailer. 1168 ** line -- description of mailer. This is in labeled 1170 ** A -- the argv for this mailer 1174 ** F -- the flags associated with the mailer 1178 ** P -- the path to the mailer 1179 ** Q -- the queue group for the mailer 1182 ** T -- the mailer typ [all...] |
H A D | recipient.c | 57 ** The mailer has been noted already as "expensive" for 'xx'. This 464 register struct mailer *m; 706 ** because all messages are going to the queue or this mailer of 817 ** Alias the name and handle special mailer types. 947 ** to rewrite it to another mailer. This gives us a hook 966 ** If it didn't get rewritten to another mailer, go ahead
|
/illumos-gate/usr/src/man/man4/ |
H A D | Makefile | 109 mailer.conf.4 \
|
Completed in 71 milliseconds