Home
last modified time | relevance | path

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

/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c655 static ARGV *smtpd_check_parse(int flags, const char *checks) in smtpd_check_parse() function
886 helo_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
888 mail_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
890 relay_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
895 rcpt_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
897 etrn_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
899 data_restrctions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
901 eod_restrictions = smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
915 (void *) smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
927 smtpd_check_parse(SMTPD_CHECK_PARSE_ALL, in smtpd_check_init()
[all …]