Searched defs:SRV_OFFER_TLS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c50 #define SRV_OFFER_TLS 0x0001 /* offer STARTTLS */ macro
709 | (bitnset(D_NOTLS, d_flags) ? SRV_NONE : SRV_OFFER_TLS)
913 if (tls_ok_srv && bitset(SRV_OFFER_TLS, features) &&
1814 if (!bitset(SRV_OFFER_TLS, features))
2264 bitset(SRV_OFFER_TLS, features))
4787 { 'S', SRV_OFFER_TLS },

Completed in 52 milliseconds