Searched refs:PCF_SHOW_SASL_CLNT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf.c649 PCF_SHOW_SASL_SERV | PCF_SHOW_SASL_CLNT | PCF_EXP_DSN_TEMPL \
672 {PCF_SHOW_SASL_CLNT, 0},
699 "-A", PCF_SHOW_SASL_CLNT,
855 pcf_cmd_mode |= PCF_SHOW_SASL_CLNT;
1051 } else if (pcf_cmd_mode & PCF_SHOW_SASL_CLNT) {
1052 pcf_show_sasl(PCF_SHOW_SASL_CLNT);
H A Dpostconf.h37 #define PCF_SHOW_SASL_CLNT (1<<8) /* show client auth plugin types */ macro

Completed in 401 milliseconds