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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c387 /* hard_err_resp - generic hard error response */
389 static void hard_err_resp(SINK_STATE *state) function
942 "connect", conn_response, hard_err_resp, soft_err_resp, 0, 0, 0,
943 "helo", helo_response, hard_err_resp, soft_err_resp, 0, 0, 0,
944 "ehlo", ehlo_response, hard_err_resp, soft_err_resp, 0, 0, 0,
945 "lhlo", ehlo_response, hard_err_resp, soft_err_resp, 0, 0, 0,
946 "xclient", ok_response, hard_err_resp, soft_err_resp, FLAG_ENABLE, 0, 0,
947 "xforward", ok_response, hard_err_resp, soft_err_resp, FLAG_ENABLE, 0, 0,
948 "auth", ok_response, hard_err_resp, soft_err_resp, FLAG_ENABLE, 0, 0,
949 "mail", mail_response, hard_err_resp, soft_err_res
[all...]

Completed in 100 milliseconds