Home
last modified time | relevance | path

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

/dragonfly/libexec/dma/
HDdma.h65 #define STARTTLS 0x002 /* StartTLS support */ macro
HDnet.c501 (config.features & STARTTLS) != 0) { in deliver_to_host()
515 if ((config.features & STARTTLS) == 0) in deliver_to_host()
HDcrypto.c147 (feature & STARTTLS) != 0) { in smtp_init_crypto()
HDconf.c220 config.features |= STARTTLS; in parse_conf()