Lines Matching refs:q_user
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)
818 makelower(al.q_user);
820 lhssize = strlen(al.q_user);
837 map->map_class->map_store(map, al.q_user, rhs);
855 if (al.q_user != NULL)
856 sm_free(al.q_user); /* disabled */
919 macdefine(&e->e_macro, A_PERM, 'u', user->q_user);