Searched refs:INSECURE (Results 1 – 5 of 5) sorted by relevance
77 INSECURE, enumerator 192 {"insecure", no_argument, NULL, INSECURE},513 case INSECURE: in parseargs()
69 #define INSECURE 0x020 /* Allow plain login w/o encryption */ macro
244 config.features |= INSECURE; in parse_conf()
286 if ((config.features & INSECURE) != 0 || in smtp_login()
52 #define INSECURE 1 macro