search for: master_uid

Displaying 5 results from an estimated 5 matches for "master_uid".

2004 Jul 29
1
dovecot mounts user home dir?
Why does dovecot mount the user home directory whenever the user checks his email (either pop or imap)? Is there a way to disable this? I have indicated in the default_mail_env = mbox:/home/%u/:INBOX=/mail/%u:INDEX=MEMORY. The users are in ldap. Windows users' home is in /home/%u so this is ok but unix users' home are in their local computers and are mounted (via automount) at
2009 Nov 11
0
patch for 2.0.alpha3 crash
...a/src/master/main.c 2009-11-09 19:53:11.000000000 -0600 +++ b/src/master/main.c 2009-11-11 14:12:55.000000000 -0600 @@ -35,7 +35,6 @@ #define MASTER_PID_FILE_NAME "master.pid" #define SERVICE_TIME_MOVED_BACKWARDS_MAX_THROTTLE_SECS (60*3) -struct master_service *master_service; uid_t master_uid; gid_t master_gid; bool core_dumps_disabled;
2017 Dec 19
0
sieve_pipe_socket_dir not created at startup for configured pipe service
...m", set->state_dir); mkdir_login_dir(set, t_strconcat(set->base_dir, "/login", NULL)); mkdir_login_dir(set, t_strconcat(set->base_dir, "/token-login", NULL)); empty_dir = t_strconcat(set->base_dir, "/empty", NULL); if (safe_mkdir(empty_dir, 0755, master_uid, getegid()) == 0) { i_warning("Corrected permissions for empty directory " "%s", empty_dir); } Granted this is from a pretty quick browsing of the sources but I couldn?t find where subdirs specified in service listeners might be created at startup. I?m working around t...
2006 Jan 18
6
Major CPU spike for SSL parameters?
I went from a nightly of about 20051117 or so (about alpha4 generation) to 1.0beta1 yesterday, and dovecot is now spinning the CPU furiously apparently every ~10 minutes per: Jan 18 13:04:36 server dovecot: SSL parameters regeneration completed Jan 18 13:14:14 server dovecot: SSL parameters regeneration completed Jan 18 13:24:00 server dovecot: SSL parameters regeneration completed Jan 18
2017 Dec 18
3
sieve_pipe_socket_dir not created at startup for configured pipe service
Hi, all I?m new to the list but not to dovecot. I?ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I?m trying to set up pigeonhole to implement spam retraining with imapsieve. All of this is with dovecot 2.2.31 (65cde28) and pigeonhole 0.4.19. Before going any further let me