Searched refs:q_user (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/sendmail/src/
H A Dalias.c64 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);
814 if (sm_strcasecmp(al.q_user, "postmaste
[all...]
H A Ddeliver.c909 q->q_user);
913 q->q_user);
1400 e->e_id, m->m_name, host, to->q_user);
1620 user = to->q_user;
2507 if (m != FileMailer || stat(tochain->q_user, &stb) < 0)
2523 pwd = sm_getpwnam(contextaddr->q_user);
2567 user = ctladdr->q_user;
3548 i = rscheck("tls_rcpt", to->q_user, NULL, e,
5598 RealUserName = ctladdr->q_user;
H A Denvelope.c1108 p = udbsender(e->e_from.q_user, e->e_rpool);
1132 if (e->e_from.q_user[0] != '\0' &&
1133 sm_mbdb_lookup(e->e_from.q_user, &user) == EX_OK)
1160 strcmp(user.mbdb_name, e->e_from.q_user) == 0)
H A Dheaders.c384 strcmp(fvalue, e->e_from.q_user) == 0))
389 fvalue, e->e_from.q_paddr, e->e_from.q_user,
H A Dmain.c2764 strcmp(MainEnvelope.e_from.q_user, RealUserName) != 0))
4550 a.q_user);
4555 a.q_user);
H A Dparseaddr.c149 if (hasctrlchar(a->q_user, isrcpt, true))
152 sm_dprintf("parseaddr-->bad q_user\n");
191 r = rscap(RS_QUEUEGROUP, a->q_user, NULL, e, &pvp, pvpbuf,
429 if (a->q_user == NULL)
430 a->q_user = "";
440 if (a->q_user != a->q_paddr)
441 a->q_user = sm_rpool_strdup_x(e->e_rpool, a->q_user);
445 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user);
2059 a->q_user
[all...]
H A Dqueue.c1033 user = q->q_ruser != NULL ? q->q_ruser : q->q_user;
5622 a->q_user = sm_rpool_strdup_x(e->e_rpool, p);
5627 a->q_user = sm_rpool_strdup_x(e->e_rpool, user);
5662 a->q_paddr = sm_rpool_strdup_x(e->e_rpool, a->q_user);
8244 i = rscap(RS_QUEUEGROUP, q->q_user, NULL, e, &pvp,
H A Drecipient.c122 ** value based on 'q_user'. But note that we have reversed xx and yy
129 return strcmp(yy->q_user, xx->q_user);
513 !addr_is_ascii(q->q_user))
520 q->q_user);
522 else if (strchr(q->q_user, '@') != NULL)
525 p, q->q_user);
554 p, q->q_user, MyHostName);
639 i = strlen(new->q_user);
650 (void) sm_strlcpy(buf, new->q_user, bufle
[all...]
H A Dsavemail.c355 else if (sm_mbdb_lookup(e->e_from.q_user, &user)
1256 if (q->q_user[0] != '\0')
1265 strchr(q->q_user, '@') == NULL)
1270 dsntypename(p, q->q_user),
1271 q->q_user,
1279 dsntypename(p, q->q_user),
1280 q->q_user);
1299 !addr_is_ascii(q->q_user))
H A Dsendmail.h305 char *q_user; /* user name */ member in struct:address
306 char *q_ruser; /* real user name, or NULL if q_user */
H A Dsrvrsmtp.c2784 if (e->e_from.q_user != NULL)
2787 e->e_from.q_user);
2799 strcmp(e->e_from.q_user, RealUserName) != 0))
3093 if (a->q_user != NULL)
3095 macid("{rcpt_addr}"), a->q_user);
3193 if (addr_st.q_user != NULL)
3197 addr_st.q_user);
3267 if (addr_st.q_user != NULL)
3270 addr_st.q_user);
5125 strchr(a->q_user, '
[all...]
H A Dudb.c167 user = a->q_user;
361 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user,
419 a->q_user);
420 hp = hes_getmailhost(a->q_user);
426 a->q_user, hes_error());
431 a->q_user, hes_error());
439 a->q_user,
493 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 2, a->q_user,
518 i = strlen(up->udb_fwdhost) + strlen(a->q_user) + 1;
525 a->q_user, "
[all...]
H A Dusersmtp.c2417 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);

Completed in 229 milliseconds