Searched refs:smtpd_check_parse (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_check.c | 656 static ARGV *smtpd_check_parse(int flags, const char *checks) in smtpd_check_parse() function 885 client_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 887 helo_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 889 mail_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 891 relay_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 894 fake_relay_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 896 rcpt_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 898 etrn_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 900 data_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() 902 eod_restrictions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init() [all …]
|