Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
Dpostconf.c658 PCF_SHOW_SASL_SERV | PCF_SHOW_SASL_CLNT | PCF_EXP_DSN_TEMPL \
680 {PCF_SHOW_SASL_SERV, 0},
707 "-a", PCF_SHOW_SASL_SERV,
863 pcf_cmd_mode |= PCF_SHOW_SASL_SERV; in main()
1064 else if (pcf_cmd_mode & PCF_SHOW_SASL_SERV) { in main()
1065 pcf_show_sasl(PCF_SHOW_SASL_SERV); in main()
Dpostconf_other.c117 sasl_argv = (what & PCF_SHOW_SASL_SERV) ? xsasl_server_types() : in pcf_show_sasl()
Dpostconf.h36 #define PCF_SHOW_SASL_SERV (1<<7) /* show server auth plugin types */ macro