Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmaillog_client.c211 char *service_path; in maillog_client_init() local
237 service_path = concatenate(var_queue_dir, "/", MAIL_CLASS_PUBLIC, in maillog_client_init()
246 service_path = import_service_path; in maillog_client_init()
249 msg_logger_init(progname, myhostname, service_path, in maillog_client_init()
260 || strcmp(service_path, import_service_path) != 0) { in maillog_client_init()
262 msg_info("export %s=%s", POSTLOG_SERVICE_ENV, service_path); in maillog_client_init()
264 if (setenv(POSTLOG_SERVICE_ENV, service_path, 1) < 0) in maillog_client_init()
274 if (service_path != import_service_path) in maillog_client_init()
275 myfree(service_path); in maillog_client_init()