Searched refs:mta_report_link_auth (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | mta_session.c | 166 static void mta_report_link_auth(struct mta_session *, const char *, const char *); 967 mta_report_link_auth(s, s->username, "fail"); in mta_response() 971 mta_report_link_auth(s, s->username, "pass"); in mta_response() 978 mta_report_link_auth(s, s->username, "fail"); in mta_response() 988 mta_report_link_auth(s, s->username, "fail"); in mta_response() 998 mta_report_link_auth(s, s->username, "fail"); in mta_response() 1002 mta_report_link_auth(s, s->username, "pass"); in mta_response() 1798 mta_report_link_auth(struct mta_session *s, const char *user, const char *result) in mta_report_link_auth() function
|