Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c291 return (PSC_SEND_REPLY(state, "501 Syntax: HELO hostname\r\n")); in psc_helo_cmd()
296 return (PSC_SEND_REPLY(state, psc_smtpd_helo_reply)); in psc_helo_cmd()
369 return (PSC_SEND_REPLY(state, "501 Syntax: EHLO hostname\r\n")); in psc_ehlo_cmd()
400 return (PSC_SEND_REPLY(state, reply)); in psc_ehlo_cmd()
440 return (PSC_SEND_REPLY(state, "501 5.5.4 Syntax: STARTTLS\r\n")); in psc_starttls_cmd()
442 return (PSC_SEND_REPLY(state, in psc_starttls_cmd()
445 return (PSC_SEND_REPLY(state, in psc_starttls_cmd()
523 return (PSC_SEND_REPLY(state, in psc_mail_cmd()
526 return (PSC_SEND_REPLY(state, in psc_mail_cmd()
529 return (PSC_SEND_REPLY(state, in psc_mail_cmd()
[all …]
H A Dpostscreen_starttls.c153 PSC_SEND_REPLY(smtp_state, in psc_starttls_finish()
168 PSC_SEND_REPLY(smtp_state, in psc_starttls_finish()
179 PSC_SEND_REPLY(smtp_state, "220 2.0.0 Ready to start TLS\r\n"); in psc_starttls_finish()
235 PSC_SEND_REPLY(smtp_state, in psc_starttls_first()
261 PSC_SEND_REPLY(smtp_state, in psc_starttls_first()
293 PSC_SEND_REPLY(smtp_state, in psc_starttls_open()
H A Dpostscreen_send.c251 PSC_SEND_REPLY(state, "421 4.3.2 All server ports are busy\r\n"); in psc_send_socket()
276 PSC_SEND_REPLY(state, "421 4.3.2 No system resources\r\n"); in psc_send_socket()
H A Dpostscreen_misc.c140 (void) PSC_SEND_REPLY(state, state->final_reply); in psc_conclude()
H A Dpostscreen_early.c344 && PSC_SEND_REPLY(state, psc_teaser_greeting) != 0) { in psc_early_tests()
H A Dpostscreen.h549 #define PSC_SEND_REPLY psc_send_reply /* legacy macro */ macro