Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmain.c2196 if (chkclientmodifiers(D_NOTLS))
2203 if (chkdaemonmodifiers(D_NOTLS) && chkclientmodifiers(D_NOTLS))
H A Dsendmail.h2185 #define D_NOTLS 'S' /* don't use STARTTLS */ macro
H A Ddaemon.c1870 { "NOTLS", D_NOTLS },
H A Dsrvrsmtp.c1122 | (bitnset(D_NOTLS, d_flags) ? SRV_NONE : SRV_OFFER_TLS)
H A Ddeliver.c3732 usetls = !iscltflgset(e, D_NOTLS);