Home
last modified time | relevance | path

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

/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_state.c104 state->access_denied = 0; in smtpd_state_init()
212 if (state->access_denied) in smtpd_state_reset()
213 myfree(state->access_denied); in smtpd_state_reset()
H A Dsmtpd.h102 char *access_denied; /* fixme */ member
H A Dsmtpd.c3715 state->access_denied = mystrdup("421 4.3.0 Mail system error"); in common_post_message_handling()
5625 state->access_denied = mystrdup(err); in smtpd_proto()
5626 smtpd_chat_reply(state, "%s", state->access_denied); in smtpd_proto()
5770 if (state->access_denied && cmdp->action != quit_cmd) { in smtpd_proto()
5772 if (strncmp(state->access_denied + 1, "21", 2) == 0) { in smtpd_proto()
5773 smtpd_chat_reply(state, "%s", state->access_denied); in smtpd_proto()