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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c66 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, "postmaste
[all...]
H A Drecipient.c124 ** value based on 'q_user'. But note that we have reversed xx and yy
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);
[all...]
H A Dudb.c169 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, "
[all...]
H A Dparseaddr.c150 if (hasctrlchar(a->q_user, isrcpt, true))
153 sm_dprintf("parseaddr-->bad q_user\n");
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
[all...]
H A Denvelope.c1081 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 Dsavemail.c355 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 Dsrvrsmtp.c2398 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, '
[all...]
H A Ddeliver.c899 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 Dmain.c2695 strcmp(MainEnvelope.e_from.q_user, RealUserName) != 0))
4470 a.q_user);
4475 a.q_user);
H A Dheaders.c383 fvalue, e->e_from.q_paddr, e->e_from.q_user);
389 strcmp(fvalue, e->e_from.q_user) == 0))
H A Dqueue.c1014 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 Dsendmail.h227 char *q_user; /* user name */ member in struct:address
228 char *q_ruser; /* real user name, or NULL if q_user */
H A Dusersmtp.c2373 smtpmessage("RCPT To:<%s>%s", m, mci, to->q_user, optbuf);

Completed in 138 milliseconds