Searched refs:import_hostname (Results 1 – 1 of 1) sorted by relevance
146 char *import_hostname; in maillog_client_init() local175 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()