Searched refs:q_user (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/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); 904 if (SM_STRCASEEQ(al.q_user, "postmaster")) [all …]
|
H A D | recipient.c | 136 return strcmp(yy->q_user, xx->q_user); 527 !addr_is_ascii(q->q_user)) 534 q->q_user); 536 else if (strchr(q->q_user, '@') != NULL) 539 p, q->q_user); 568 p, q->q_user, MyHostName); 653 i = strlen(new->q_user); 664 (void) sm_strlcpy(buf, new->q_user, buflen); 866 message("including file %s", new->q_user); 867 ret = include(new->q_user, false, new, [all …]
|
H A D | udb.c | 165 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 | 158 if (NULL != a->q_user) 162 a->q_user = quote_internal_chars(a->q_user, NULL, &len, e->e_rpool); /* EAI: ok */ 166 if (hasctrlchar(a->q_user, isrcpt, true)) 208 r = rscap(RS_QUEUEGROUP, a->q_user, NULL, e, &pvp, pvpbuf, 455 if (a->q_user == NULL) 456 a->q_user = ""; 466 if (a->q_user != a->q_paddr) 467 a->q_user = sm_rpool_strdup_x(e->e_rpool, a->q_user); 471 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 2096 a->q_user = sm_rpool_strdup_x(e->e_rpool, ubuf); [all …]
|
H A D | savemail.c | 357 else if (sm_mbdb_lookup(e->e_from.q_user, &user) 1265 if (q->q_user[0] != '\0') 1274 strchr(q->q_user, '@') == NULL) 1279 dsntypename(p, q->q_user), 1280 q->q_user, 1288 dsntypename(p, q->q_user), 1289 q->q_user); 1308 !addr_is_ascii(q->q_user))
|
H A D | deliver.c | 1000 q->q_user); 1004 q->q_user); 1785 e->e_id, m->m_name, host, to->q_user); 2037 to->q_user, rcptcount, QISSECURE(to), 2055 to->q_user, rcptcount); 2087 user = to->q_user; 2637 firstto->q_user, e->e_to); 3119 if (m != FileMailer || stat(tochain->q_user, &stb) < 0) 3135 pwd = sm_getpwnam(contextaddr->q_user); 3179 user = ctladdr->q_user; [all …]
|
H A D | envelope.c | 1095 p = udbsender(e->e_from.q_user, e->e_rpool); 1119 if (e->e_from.q_user[0] != '\0' && 1120 sm_mbdb_lookup(e->e_from.q_user, &user) == EX_OK) 1147 strcmp(user.mbdb_name, e->e_from.q_user) == 0)
|
H A D | srvrsmtp.c | 2978 if (e->e_from.q_user != NULL) 2981 e->e_from.q_user); 2993 strcmp(e->e_from.q_user, RealUserName) != 0)) 3310 if (a->q_user != NULL) 3312 macid("{rcpt_addr}"), a->q_user); 3410 if (addr_st.q_user != NULL) 3414 addr_st.q_user); 3484 if (addr_st.q_user != NULL) 3487 addr_st.q_user); 5461 strchr(a->q_user, '@') == NULL) [all …]
|
H A D | main.c | 2832 strcmp(MainEnvelope.e_from.q_user, RealUserName) != 0)) 4555 e->e_from.q_user); 4695 a.q_user); 4702 a.q_user);
|
H A D | headers.c | 408 strcmp(fvalue, e->e_from.q_user) == 0)) 413 fvalue, e->e_from.q_paddr, e->e_from.q_user,
|
H A D | queue.c | 1068 user = q->q_ruser != NULL ? q->q_ruser : q->q_user; 5692 a->q_user = sm_rpool_strdup_x(e->e_rpool, p); 5697 a->q_user = sm_rpool_strdup_x(e->e_rpool, user); 5732 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user); 8307 i = rscap(RS_QUEUEGROUP, q->q_user, NULL, e, &pvp,
|
H A D | sendmail.h | 376 char *q_user; /* user name */ member
|
H A D | usersmtp.c | 2507 rcpt = to->q_user;
|