Home
last modified time | relevance | path

Searched refs:D_AUTHREQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsendmail.h2172 #define D_AUTHREQ 'a' /* authentication required */ macro
H A Ddaemon.c1857 { "AUTHREQ", D_AUTHREQ },
H A Dsrvrsmtp.c1105 | (bitnset(D_AUTHREQ, d_flags) ? SRV_REQ_AUTH : SRV_NONE)