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

/dovecot/src/lib-storage/
H A Dmail-storage-service.c85 const char *chdir_path; member in struct:mail_storage_service_user
284 user->chdir_path = p_strdup(user->pool, line+6);
742 const char *chdir_path = user->chdir_path != NULL ? local
743 user->chdir_path : home;
745 if (chdir_path[0] == '\0') {
748 } else if (chdir(chdir_path) < 0) {
751 t_strconcat(chdir_path, "/", NULL)));
753 i_error("chdir(%s) failed: %m", chdir_path);
755 i_debug("Home dir not found: %s", chdir_path);
[all...]

Completed in 17 milliseconds