Home
last modified time | relevance | path

Searched refs:USERDB (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Dconf.h217 #if !defined(USERDB) && (defined(NEWDB) || defined(HESIOD))
218 # define USERDB 1 /* look in user database */ macro
H A Dudb.c17 #if USERDB
23 #if USERDB
H A Denvelope.c1103 #if USERDB
H A Drecipient.c921 #if USERDB
H A Dheaders.c2174 #if USERDB
H A Dconf.c663 #if USERDB in setupmaps()
5996 #if USERDB
H A Dsendmail.h1489 #if USERDB
H A Dmain.c3076 #if USERDB
H A DREADME178 If you define NEWDB or HESIOD you get the User Database (USERDB)
558 USERDB Define this to 1 to include support for the User Information
H A Dqueue.c2369 #if USERDB
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME41 USING USERDB TO MAP FULL NAMES
3589 | USING USERDB TO MAP FULL NAMES |
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES4436 Fix USERDB conditional so compiling with NEWDB or HESIOD and
4437 setting USERDB=0 works. Fix from Jorg Zanger of Schock.