Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c146 char *import_hostname; in maillog_client_init() local
175 if ((import_hostname = safe_getenv(POSTLOG_HOSTNAME_ENV)) != 0 in maillog_client_init()
176 && *import_hostname == 0) in maillog_client_init()
177 import_hostname = 0; in maillog_client_init()
183 msg_info("import_hostname=%s", STRING_OR_NULL(import_hostname)); in maillog_client_init()
230 } else if ((myhostname = import_hostname) == 0) { in maillog_client_init()
267 if (import_hostname == 0 || strcmp(myhostname, import_hostname) != 0) { in maillog_client_init()
288 || (import_hostname && unsetenv(POSTLOG_HOSTNAME_ENV))) in maillog_client_init()