Searched refs:q_user (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 66 sm_dprintf("alias(%s)\n", a->q_user); 95 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user); 101 a->q_user, obuf); 102 a->q_user = sm_rpool_strdup_x(e->e_rpool, obuf); 107 p = aliaslookup(a->q_user, &status, a->q_host); 130 a->q_paddr, a->q_host, a->q_user, p); 169 if (strncmp(a->q_user, "owner-", 6) == 0 || 170 strlen(a->q_user) > sizeof(obuf) - 7) 173 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user); 817 if (sm_strcasecmp(al.q_user, "postmaster") == 0) [all …]
|
H A D | recipient.c | 131 return strcmp(yy->q_user, xx->q_user); 517 q->q_user); 519 else if (strchr(q->q_user, '@') != NULL) 522 p, q->q_user); 551 p, q->q_user, MyHostName); 636 i = strlen(new->q_user); 647 (void) sm_strlcpy(buf, new->q_user, buflen); 849 message("including file %s", new->q_user); 850 ret = include(new->q_user, false, new, 857 shortenstring(new->q_user, [all …]
|
H A D | udb.c | 169 user = a->q_user; 359 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user, 417 a->q_user); 418 hp = hes_getmailhost(a->q_user); 424 a->q_user, hes_error()); 429 a->q_user, hes_error()); 437 a->q_user, 491 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user, 516 i = strlen(up->udb_fwdhost) + strlen(a->q_user) + 1; 523 a->q_user, "@", up->udb_fwdhost);
|
H A D | parseaddr.c | 150 if (hasctrlchar(a->q_user, isrcpt, true)) 191 r = rscap(RS_QUEUEGROUP, a->q_user, NULL, e, &pvp, pvpbuf, 424 if (a->q_user == NULL) 425 a->q_user = ""; 432 if (a->q_user != a->q_paddr) 433 a->q_user = sm_rpool_strdup_x(e->e_rpool, a->q_user); 437 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 2045 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf); 2160 a->q_user = sm_rpool_strdup_x(e->e_rpool, &ubuf[9]); 2180 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf); [all …]
|
H A D | srvrsmtp.c | 2398 if (e->e_from.q_user != NULL) 2401 e->e_from.q_user); 2413 strcmp(e->e_from.q_user, RealUserName) != 0)) 2685 if (a->q_user != NULL) 2687 macid("{rcpt_addr}"), a->q_user); 2782 if (addr_st.q_user != NULL) 2786 addr_st.q_user); 2855 if (addr_st.q_user != NULL) 2858 addr_st.q_user); 4573 strchr(a->q_user, '@') == NULL) [all …]
|
H A D | savemail.c | 355 else if (sm_mbdb_lookup(e->e_from.q_user, &user) 1174 if (q->q_user[0] != '\0') 1183 strchr(q->q_user, '@') == NULL) 1188 p, q->q_user, 1196 p, q->q_user);
|
H A D | envelope.c | 1081 p = udbsender(e->e_from.q_user, e->e_rpool); 1105 if (e->e_from.q_user[0] != '\0' && 1106 sm_mbdb_lookup(e->e_from.q_user, &user) == EX_OK) 1133 strcmp(user.mbdb_name, e->e_from.q_user) == 0)
|
H A D | deliver.c | 899 q->q_user); 903 q->q_user); 1353 e->e_id, m->m_name, host, to->q_user); 1568 user = to->q_user; 2400 if (m != FileMailer || stat(tochain->q_user, &stb) < 0) 2416 pwd = sm_getpwnam(contextaddr->q_user); 2454 user = ctladdr->q_user; 3357 i = rscheck("tls_rcpt", to->q_user, NULL, e, 5337 RealUserName = ctladdr->q_user;
|
H A D | headers.c | 383 fvalue, e->e_from.q_paddr, e->e_from.q_user); 389 strcmp(fvalue, e->e_from.q_user) == 0))
|
H A D | main.c | 2695 strcmp(MainEnvelope.e_from.q_user, RealUserName) != 0)) 4470 a.q_user); 4475 a.q_user);
|
H A D | queue.c | 1014 user = q->q_ruser != NULL ? q->q_ruser : q->q_user; 5542 a->q_user = sm_rpool_strdup_x(e->e_rpool, p); 5547 a->q_user = sm_rpool_strdup_x(e->e_rpool, user); 5582 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 8031 i = rscap(RS_QUEUEGROUP, q->q_user, NULL, e, &pvp,
|
H A D | sendmail.h | 227 char *q_user; /* user name */ member
|
H A D | usersmtp.c | 2373 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);
|