Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h1818 #define D_AUTHREQ 'a' /* authentication required */ macro
H A Ddaemon.c1827 { "AUTHREQ", D_AUTHREQ },
H A Dsrvrsmtp.c693 | (bitnset(D_AUTHREQ, d_flags) ? SRV_REQ_AUTH : SRV_NONE)