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

/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_chat.h17 extern void PRINTFLIKE(2, 3) smtpd_chat_reply(SMTPD_STATE *, const char *, ...);
H A Dsmtpd_sasl_proto.c158 smtpd_chat_reply(state, "503 5.5.1 Error: send HELO/EHLO first");
164 smtpd_chat_reply(state, "503 5.5.1 Error: authentication not enabled");
169 smtpd_chat_reply(state, "503 5.5.1 Error: MAIL transaction in progress");
175 smtpd_chat_reply(state, "%s", err);
181 smtpd_chat_reply(state, "454 4.3.0 Try again later");
189 smtpd_chat_reply(state, "504 5.5.4 Encryption required for requested authentication mechanism");
195 smtpd_chat_reply(state, "503 5.5.1 Error: already authenticated");
200 smtpd_chat_reply(state, "501 5.5.4 Syntax: AUTH mechanism");
H A Dsmtpd.c1538 smtpd_chat_reply(state, "501 Syntax: HELO hostname");
1546 smtpd_chat_reply(state, "%s", err);
1568 smtpd_chat_reply(state, "%s", err);
1585 smtpd_chat_reply(state, "250 %s", var_myhostname);
1626 smtpd_chat_reply(state, "501 Syntax: EHLO hostname");
1634 smtpd_chat_reply(state, "%s", err);
1654 smtpd_chat_reply(state, "%s", err);
1799 smtpd_chat_reply(state, "250%c%s", cpp[1] ? '-' : ' ', *cpp);
1852 smtpd_chat_reply(state, "%s", STR(state->proxy->reply));
2229 smtpd_chat_reply(stat
[all...]
H A Dsmtpd_sasl_glue.c297 smtpd_chat_reply(state, "334 %s", STR(state->sasl_reply));
310 smtpd_chat_reply(state, "501 5.7.0 Authentication aborted");
319 smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s",
324 smtpd_chat_reply(state, "235 2.7.0 Authentication successful");
H A Dsmtpd_chat.c13 /* void smtpd_chat_reply(state, format, ...)
29 /* smtpd_chat_reply() formats a server reply, sends it to the
146 /* smtpd_chat_reply - format, send and record an SMTP response */
148 void smtpd_chat_reply(SMTPD_STATE *state, const char *format,...) function

Completed in 181 milliseconds