Searched refs:alias (Results 1 - 4 of 4) sorted by relevance

/sendmail/vacation/
H A Dvacation.c80 typedef struct alias struct
83 struct alias *next;
199 case 'a': /* alias */
286 "vacation: can't allocate memory for alias.\n");
1072 "uid %u: usage: vacation [-a alias] [-C cfpath] [-d] [-f db] [-i] [-j] [-l] [-m msg] [-R returnaddr] [-r interval] [-s sender] [-t time] [-U] [-x] [-z] login\n",
/sendmail/sendmail/
H A Dalias.c16 SM_RCSID("@(#)$Id: alias.c,v 8.221 2013-11-22 20:51:54 ca Exp $")
29 ** Scans the alias file for an alias for the given address.
30 ** If found, it arranges to deliver to the alias list instead.
34 ** a -- address to alias.
37 ** aliaslevel -- the current alias nesting depth.
52 alias(a, sendq, aliaslevel, e) function
64 sm_dprintf("alias(%s)\n", a->q_user);
92 /* Look for owner of alias */
111 "alias databas
[all...]
H A Drecipient.c144 ** This is typically the alias that caused this
148 ** aliaslevel -- the current alias nesting depth -- to
443 ** aliaslevel -- the current alias nesting depth.
914 alias(new, sendq, aliaslevel, e);
1389 ** aliaslevel -- the alias nesting depth.
1730 /* if no controlling user or coming from an alias delivery */
2009 ** QSELFREF in recipient(), which in turn will disable alias()
2015 ** alias->sendtolist->recipient->alias
2016 ** 2) normally, when we return back to alias(), th
[all...]
H A Dsendmail.h282 #define QALIAS 0x00004000 /* expanded alias */
426 #define M_ALIASABLE 'A' /* user can be LHS of an alias */
1273 #define MF_ALIAS 0x00000080 /* this is an alias file */
1277 #define MF_ALIASWAIT 0x00000800 /* alias map in aliaswait state */
1341 #define MCF_REBUILDABLE 0x0004 /* can rebuild alias files */
1376 char *lad_name; /* name of LDAP alias dereferencing method */
1497 char *sv_alias; /* alias */
1527 #define ST_ALIAS 4 /* an alias */
1606 #define MD_INITALIAS 'i' /* initialize alias database */
1699 #define PRIV_RESTRICTEXPAND 0x00040000 /* restrict alias/forwar
[all...]

Completed in 25 milliseconds