Searched refs:q_user (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | alias.c | 64 sm_dprintf("alias(%s)\n", a->q_user); 93 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user); 99 a->q_user, obuf); 100 a->q_user = sm_rpool_strdup_x(e->e_rpool, obuf); 105 p = aliaslookup(a->q_user, &status, a->q_host); 128 a->q_paddr, a->q_host, a->q_user, p); 167 if (strncmp(a->q_user, "owner-", 6) == 0 || 168 strlen(a->q_user) > sizeof(obuf) - 7) 171 (void) sm_strlcpyn(obuf, sizeof(obuf), 2, "owner-", a->q_user); 815 if (sm_strcasecmp(al.q_user, "postmaster") == 0) [all …]
|
H A D | recipient.c | 129 return strcmp(yy->q_user, xx->q_user); 515 q->q_user); 517 else if (strchr(q->q_user, '@') != NULL) 520 p, q->q_user); 549 p, q->q_user, MyHostName); 634 i = strlen(new->q_user); 645 (void) sm_strlcpy(buf, new->q_user, buflen); 847 message("including file %s", new->q_user); 848 ret = include(new->q_user, false, new, 855 shortenstring(new->q_user, [all …]
|
H A D | udb.c | 167 user = a->q_user; 357 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user, 415 a->q_user); 416 hp = hes_getmailhost(a->q_user); 422 a->q_user, hes_error()); 427 a->q_user, hes_error()); 435 a->q_user, 489 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user, 514 i = strlen(up->udb_fwdhost) + strlen(a->q_user) + 1; 521 a->q_user, "@", up->udb_fwdhost);
|
H A D | parseaddr.c | 148 if (hasctrlchar(a->q_user, isrcpt, true)) 189 r = rscap(RS_QUEUEGROUP, a->q_user, NULL, e, &pvp, pvpbuf, 422 if (a->q_user == NULL) 423 a->q_user = ""; 430 if (a->q_user != a->q_paddr) 431 a->q_user = sm_rpool_strdup_x(e->e_rpool, a->q_user); 435 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 2043 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf); 2158 a->q_user = sm_rpool_strdup_x(e->e_rpool, &ubuf[9]); 2178 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 | 357 else if (sm_mbdb_lookup(e->e_from.q_user, &user) 1176 if (q->q_user[0] != '\0') 1185 strchr(q->q_user, '@') == NULL) 1190 p, q->q_user, 1198 p, q->q_user);
|
H A D | envelope.c | 1083 p = udbsender(e->e_from.q_user, e->e_rpool); 1107 if (e->e_from.q_user[0] != '\0' && 1108 sm_mbdb_lookup(e->e_from.q_user, &user) == EX_OK) 1135 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; 5543 a->q_user = sm_rpool_strdup_x(e->e_rpool, p); 5548 a->q_user = sm_rpool_strdup_x(e->e_rpool, user); 5583 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 8032 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);
|