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

/macosx-10.10.1/postfix-255/postfix/src/local/
H A Dcommand.c172 #define EXPORT_REQUEST(name, value) \ macro
175 EXPORT_REQUEST("CLIENT_HOSTNAME", state.msg_attr.request->client_name);
176 EXPORT_REQUEST("CLIENT_ADDRESS", state.msg_attr.request->client_addr);
177 EXPORT_REQUEST("CLIENT_HELO", state.msg_attr.request->client_helo);
178 EXPORT_REQUEST("CLIENT_PROTOCOL", state.msg_attr.request->client_proto);
179 EXPORT_REQUEST("SASL_METHOD", state.msg_attr.request->sasl_method);
180 EXPORT_REQUEST("SASL_SENDER", state.msg_attr.request->sasl_sender);
181 EXPORT_REQUEST("SASL_USERNAME", state.msg_attr.request->sasl_username);

Completed in 103 milliseconds