Home
last modified time | relevance | path

Searched refs:STRING_LIST (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsasl_mech_filter.h24 extern const char *sasl_mech_filter(STRING_LIST *, const char *);
H A Dstring_list.h24 #define STRING_LIST MATCH_LIST macro
H A Dmatch_parent_style.c54 static STRING_LIST *match_par_dom_list;
H A Duser_acl.c70 STRING_LIST *list; in check_user_acl_byuid()
H A Dstring_list.c98 STRING_LIST *list; in main()
H A Dsasl_mech_filter.c72 const char *sasl_mech_filter(STRING_LIST *filter, in sasl_mech_filter()
H A Dresolve_local.c65 static STRING_LIST *resolve_local_list;
H A Ddb_common.c171 STRING_LIST *domain;
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_sasl.h28 extern STRING_LIST *smtp_sasl_mechs;
H A Dsmtp.c1139 STRING_LIST *smtp_cache_dest;
1150 STRING_LIST *smtp_use_srv_lookup;
H A Dsmtp.h316 extern STRING_LIST *smtp_cache_dest; /* cached destinations */
326 extern STRING_LIST *smtp_use_srv_lookup;/* services with SRV record lookup */
H A Dsmtp_sasl_glue.c147 STRING_LIST *smtp_sasl_mechs;
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masquerade.c197 STRING_LIST *cleanup_masq_exceptions;
H A Dcleanup.h159 extern STRING_LIST *cleanup_masq_exceptions;
H A Dcleanup_init.c267 STRING_LIST *cleanup_masq_exceptions;
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c145 static STRING_LIST *virt_alias_doms;
146 static STRING_LIST *virt_mailbox_doms;
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_sasl_glue.c160 static STRING_LIST *smtpd_sasl_mech_filter;
H A Dsmtpd_check.c304 static STRING_LIST *virt_alias_doms;
305 static STRING_LIST *virt_mailbox_doms;
380 static STRING_LIST *smtpd_acl_perm_log;
H A Dsmtpd.c5479 static STRING_LIST *smtpd_noop_cmds;
5480 static STRING_LIST *smtpd_forbid_cmds;
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.h376 extern STRING_LIST *psc_forbid_cmds; /* CONNECT GET POST */
H A Dpostscreen.c569 STRING_LIST *psc_forbid_cmds; /* CONNECT GET POST */
/netbsd-src/external/ibm-public/postfix/dist/
H A DWISHLIST58 Migrate masquerade_domains from ARGV to STRING_LIST, or