Searched refs:PSC_SEND_REPLY (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/ |
H A D | postscreen_smtpd.c | 291 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 D | postscreen_starttls.c | 153 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 D | postscreen_send.c | 251 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 D | postscreen_misc.c | 140 (void) PSC_SEND_REPLY(state, state->final_reply); in psc_conclude()
|
H A D | postscreen_early.c | 344 && PSC_SEND_REPLY(state, psc_teaser_greeting) != 0) { in psc_early_tests()
|
H A D | postscreen.h | 549 #define PSC_SEND_REPLY psc_send_reply /* legacy macro */ macro
|