Home
last modified time | relevance | path

Searched refs:MAIL_ATTR_LOG_CLIENT_ADDR (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dmail_proto.h233 #define MAIL_ATTR_LOG_CLIENT_ADDR "log_client_address" /* client address */ macro
H A Ddeliver_pass.c121 SEND_ATTR_STR(MAIL_ATTR_LOG_CLIENT_ADDR, request->client_addr), in deliver_pass_send_request()
H A Ddeliver_request.c265 RECV_ATTR_STR(MAIL_ATTR_LOG_CLIENT_ADDR, client_addr), in deliver_request_get()
/netbsd/external/ibm-public/postfix/dist/src/local/
H A Dforward.c205 PASS_ATTR(cleanup, MAIL_ATTR_LOG_CLIENT_ADDR, request->client_addr); in forward_open()
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_deliver.c199 SEND_ATTR_STR(MAIL_ATTR_LOG_CLIENT_ADDR, message->client_addr), in qmgr_deliver_send_request()
H A Dqmgr_message.c684 } else if (strcmp(name, MAIL_ATTR_LOG_CLIENT_ADDR) == 0) { in qmgr_message_read()
/netbsd/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_deliver.c204 SEND_ATTR_STR(MAIL_ATTR_LOG_CLIENT_ADDR, message->client_addr), in qmgr_deliver_send_request()
H A Dqmgr_message.c725 } else if (strcmp(name, MAIL_ATTR_LOG_CLIENT_ADDR) == 0) { in qmgr_message_read()
/netbsd/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd.c362 MAIL_ATTR_LOG_CLIENT_ADDR, state->rfc_addr); in qmqpd_write_attributes()
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c2233 MAIL_ATTR_LOG_CLIENT_ADDR, FORWARD_ADDR(state)); in mail_open_stream()