Searched refs:client_helo (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddeliver_request.c29 /* char *client_helo;
209 static VSTRING *client_helo; local
236 client_helo = vstring_alloc(10);
268 RECV_ATTR_STR(MAIL_ATTR_LOG_HELO_NAME, client_helo),
300 request->client_helo = mystrdup(vstring_str(client_helo));
390 request->client_helo = 0;
427 if (request->client_helo)
428 myfree(request->client_helo);
H A Ddeliver_request.h56 char *client_helo; /* helo parameter */ member in struct:DELIVER_REQUEST
H A Ddeliver_pass.c124 SEND_ATTR_STR(MAIL_ATTR_LOG_HELO_NAME, request->client_helo),
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_message.c197 message->client_helo = 0;
675 if (have_log_client_attr == 0 && message->client_helo == 0)
676 message->client_helo = mystrdup(value);
700 if (message->client_helo != 0)
701 myfree(message->client_helo);
702 message->client_helo = mystrdup(value);
824 if (message->client_helo == 0)
825 message->client_helo = mystrdup("");
1360 if (message->client_helo)
1361 myfree(message->client_helo);
[all...]
H A Dqmgr.h317 char *client_helo; /* helo parameter */ member in struct:QMGR_MESSAGE
H A Dqmgr_deliver.c202 SEND_ATTR_STR(MAIL_ATTR_LOG_HELO_NAME, message->client_helo),
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dlocal_expand.c29 /* .IP client_helo
154 } else if (STREQ(name, "client_helo")) {
155 return (local->state->msg_attr.request->client_helo);
H A Dcommand.c180 EXPORT_REQUEST("CLIENT_HELO", state.msg_attr.request->client_helo);
H A Dforward.c207 PASS_ATTR(cleanup, MAIL_ATTR_LOG_HELO_NAME, request->client_helo);
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_message.c208 message->client_helo = 0;
716 if (have_log_client_attr == 0 && message->client_helo == 0)
717 message->client_helo = mystrdup(value);
741 if (message->client_helo != 0)
742 myfree(message->client_helo);
743 message->client_helo = mystrdup(value);
872 if (message->client_helo == 0)
873 message->client_helo = mystrdup("");
1481 if (message->client_helo)
1482 myfree(message->client_helo);
[all...]
H A Dqmgr.h362 char *client_helo; /* helo parameter */ member in struct:QMGR_MESSAGE
H A Dqmgr_deliver.c207 SEND_ATTR_STR(MAIL_ATTR_LOG_HELO_NAME, message->client_helo),
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c1640 && CAN_FORWARD_HELO_NAME(request->client_helo)) {
1642 xtext_quote_append(next_command, request->client_helo, "");
2466 && CAN_FORWARD_HELO_NAME(request->client_helo))
/netbsd-current/external/ibm-public/postfix/dist/src/pipe/
H A Dpipe.c211 /* .IP \fB${client_helo}\fR
544 #define PIPE_DICT_CLIENT_HELO "client_helo" /* key */
1268 request->client_helo);

Completed in 113 milliseconds