Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmaillog_client.c121 #define POSTLOG_HOSTNAME_ENV "POSTLOG_HOSTNAME" macro
189 if ((import_hostname = safe_getenv(POSTLOG_HOSTNAME_ENV)) != 0 in maillog_client_init()
283 msg_info("export %s=%s", POSTLOG_HOSTNAME_ENV, myhostname); in maillog_client_init()
285 if (setenv(POSTLOG_HOSTNAME_ENV, myhostname, 1) < 0) in maillog_client_init()
302 || (import_hostname && unsetenv(POSTLOG_HOSTNAME_ENV))) in maillog_client_init()