Home
last modified time | relevance | path

Searched refs:D_NOTLS (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmain.c2141 if (chkclientmodifiers(D_NOTLS))
2148 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
Dsendmail.h1890 #define D_NOTLS 'S' /* don't use STARTTLS */ macro
Ddaemon.c1840 { "NOTLS", D_NOTLS },
Dsrvrsmtp.c711 | (bitnset(D_NOTLS, d_flags) ? SRV_NONE : SRV_OFFER_TLS)
Ddeliver.c2960 usetls = !iscltflgset(e, D_NOTLS);