Searched refs:exception_text (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/ |
H A D | smtp-source.c | 353 static char *exception_text(int except) in exception_text() function 523 msg_fatal("%s while reading server greeting", exception_text(except)); in read_banner() 556 msg_fatal("%s while sending %s", exception_text(except), protocol); in send_helo() 579 msg_fatal("%s while sending %s", exception_text(except), protocol); in helo_done() 606 msg_fatal("%s while sending sender", exception_text(except)); in send_mail() 628 msg_fatal("%s while sending sender", exception_text(except)); in mail_done() 658 msg_fatal("%s while sending recipient", exception_text(except)); in send_rcpt() 687 msg_fatal("%s while sending recipient", exception_text(except)); in rcpt_done() 723 msg_fatal("%s while sending DATA command", exception_text(except)); in send_data() 746 msg_fatal("%s while sending DATA command", exception_text(except)); in data_done() [all …]
|
H A D | qmqp-source.c | 220 static char *exception_text(int except) in exception_text() function 388 msg_fatal("%s while sending message", exception_text(except)); in send_data() 421 msg_fatal("%s while receiving server reply", exception_text(except)); in receive_reply()
|
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
H A D | posttls-finger.c | 604 static char *exception_text(int except) in exception_text() function 629 msg_info("%s while reading server greeting", exception_text(except)); in greeting() 664 msg_info("%s while sending %s", exception_text(except), ehlo); in ehlo() 752 msg_fatal("%s while sending STARTTLS", exception_text(except)); in starttls() 998 msg_warn("%s while sending QUIT command", exception_text(except)); in doproto()
|