Searched refs:m_mailer (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 414 strcmp(m->m_mailer, "[IPC]") == 0 && 1892 if (strcmp(m->m_mailer, "[IPC]") == 0 2217 if (strcmp(m->m_mailer, "[FILE]") == 0) 2456 if (strcmp(m->m_mailer, "[LPC]") == 0) 2492 else if (strcmp(m->m_mailer, "[IPC]") == 0) 2498 syserr("null destination for %s mailer", m->m_mailer); 3418 ret = safefile(m->m_mailer, getuid(), getgid(), 3423 m->m_mailer, sm_errstring(ret)); 3464 (void) execve(m->m_mailer, (ARGV_T) pv, 3467 syserr("Cannot exec %s", m->m_mailer); [all …]
|
H A D | readcf.c | 1602 m->m_mailer = newstr(p); 1863 if (m->m_mailer == NULL) 1887 if (strcmp(m->m_mailer, "[TCP]") == 0) 1893 if (strcmp(m->m_mailer, "[IPC]") == 0) 1900 m->m_name, m->m_mailer); 1911 m->m_name, m->m_mailer, 1932 else if (strcmp(m->m_mailer, "[FILE]") == 0) 2214 m->m_mailer);
|
H A D | parseaddr.c | 1955 discardmailer.m_mailer = "DISCARD"; in initerrmailers() 1962 errormailer.m_mailer = "ERROR"; in initerrmailers()
|
H A D | sendmail.h | 578 char *m_mailer; /* pathname of the mailer to use */ member
|