Home
last modified time | relevance | path

Searched refs:MAIL_ATTR_LOG_PROTO_NAME (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_proto.h238 #define MAIL_ATTR_LOG_PROTO_NAME "log_protocol_name" /* SMTP/ESMTP/QMQP */ macro
H A Ddeliver_pass.c123 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, request->client_proto), in deliver_pass_send_request()
H A Ddeliver_request.c267 RECV_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, client_proto), in deliver_request_get()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dforward.c206 PASS_ATTR(cleanup, MAIL_ATTR_LOG_PROTO_NAME, request->client_proto); in forward_open()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_deliver.c201 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, message->client_proto), in qmgr_deliver_send_request()
H A Dqmgr_message.c694 } else if (strcmp(name, MAIL_ATTR_LOG_PROTO_NAME) == 0) { in qmgr_message_read()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_deliver.c206 SEND_ATTR_STR(MAIL_ATTR_LOG_PROTO_NAME, message->client_proto), in qmgr_deliver_send_request()
H A Dqmgr_message.c735 } else if (strcmp(name, MAIL_ATTR_LOG_PROTO_NAME) == 0) { in qmgr_message_read()
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c368 MAIL_ATTR_LOG_PROTO_NAME, state->protocol); in qmqpd_write_attributes()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c275 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_act_log()
H A Dcleanup_milter.c258 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_milter_hbc_log()
2117 if ((attr = nvtable_find(state->attr, MAIL_ATTR_LOG_PROTO_NAME)) != 0) in cleanup_milter_apply()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c2283 MAIL_ATTR_LOG_PROTO_NAME, FORWARD_PROTO(state)); in mail_open_stream()