Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c56 #define SRV_OFFER_TLS 0x00000001 /* offer STARTTLS */ macro
1122 | (bitnset(D_NOTLS, d_flags) ? SRV_NONE : SRV_OFFER_TLS)
2293 if (!bitset(SRV_OFFER_TLS, features))
2821 if (tls_ok_srv && bitset(SRV_OFFER_TLS, features))
5688 { 'S', SRV_OFFER_TLS , 0 },