Displaying 14 results from an estimated 14 matches for "mbox_read_dotlock".
2003 Sep 10
1
Patch for auto-creating home directories
...X_LOCKS=", set->mbox_locks, NULL));
env_put(t_strdup_printf("MBOX_LOCK_TIMEOUT=%u",
--- 229,234 ----
*** ./src/master/master-settings.h.orig Wed Sep 10 12:13:45 2003
--- ./src/master/master-settings.h Wed Sep 10 12:13:47 2003
***************
*** 51,56 ****
--- 51,57 ----
int mbox_read_dotlock;
unsigned int mbox_lock_timeout;
unsigned int mbox_dotlock_change_timeout;
+ unsigned int parent_dir_umask;
unsigned int umask;
int mail_drop_priv_before_exec;
*** ./src/master/master-settings.c.orig Wed Sep 10 12:13:59 2003
--- ./src/master/master-settings.c Wed Sep 10 12:14:40 2003...
2004 May 18
4
POP (dot) locks
...bit from the configuration:
---
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
---
means that if the only other reading accesses to a (mbox style in this
case here) mailbox are via other dovecot processes everything will be fine?
Regards,
Christian Balzer
--
Christian Balzer Network/Systems Engineer NOC
chibi at gol.com Global OnLine Japan/Fus...
2004 Jun 18
1
Info: Internal login failure:
...t_mail_env = maildir:/home/mail/%d/%n/Maildir
mail_cache_fields = MessagePart
client_workarounds = oe6-fetch-no-newmail:outlook-idle:
mailbox_check_interval = 300
mailbox_idle_check_interval = 30
mail_save_crlf = yes
mail_read_mmaped = no
maildir_copy_with_hardlinks = yes
mbox_locks = dotlock fcntl
mbox_read_dotlock = yes
mbox_lock_timeout = 120
mbox_dotlock_change_timeout = 30
umask = 0077
mail_drop_priv_before_exec = no
imap_executable = /usr/local/libexec/dovecot/imap
imap_process_size = 256
pop3_executable = /usr/local/libexec/dovecot/pop3
pop3_process_size = 256
auth = default
auth_mechanisms = plain
auth...
2007 Jan 26
2
Best small server config
..._size = 64
login_process_per_connection = no
login_processes_count = 4
login_max_processes_count = 4
login_max_logging_users = 5
max_mail_processes = 140
imap_process_size = 192
pop3_process_size = 64
first_valid_uid = 500
last_valid_uid = 520
mail_cache_fields = MessagePart
mbox_locks = fcntl
mbox_read_dotlock = no
mbox_lock_timeout = 380
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_process_size = 64
auth_user = root
#
Any insight or advice welcomed!
Ben de G.
2003 Sep 16
0
Locking foolishness - Better info
...ted first.
mbox_locks = dotlock
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed
simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
mbox_read_dotlock = yes
# Maximum time in seconds to wait for lock (all of them) before aborting.
mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
mbox_dotlock_change_timeout = 30
# umask to use for mail files and director...
2006 Jan 12
2
dovecot-ldap.conf for usernames/homes/UID/GID
hi there,
I?m getting such a headache today, I?ve added myself to three mailing lists
trying to figure this out, okay here it goes.
I?ve got a Fedora Core 4 box running dovecot imap, squirrel mail, postfix,
samba/winbind.
I?m running winbind to authenticate against Active Directory, I?ve edited my
?/etc/pam.d/dovecot? pam module so to let my users login with there Active
directory password, but
2004 Jun 02
2
IMAP folders missing after migrating to Dovecot
...t.
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2004 May 06
1
Mail always is delivered to /var/mail/
...t.
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2005 Jan 31
1
can't login in pop3 accounts
...ated first.
mbox_locks = fcntl
# Should we create dotlock file even when we want only
a read-lock? Setting
# this to yes hurts the performance when the mailbox
is accessed simultaneously
# by multiple processes, but it's needed for reliable
reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of
them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in
any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2004 Mar 18
2
Dovecot startup at boottime fails
...t.
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2003 Oct 14
1
Ordering mailboxes
...eated first.
mbox_locks = fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed
simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
mbox_dotlock_change_timeout = 30
# umask to use for mail files and directori...
2005 Feb 18
2
Authentication woes
....
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed
simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2004 Dec 11
1
dovecot/openldap auth problems?
...t.
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock?
Setting
# this to yes hurts the performance when the mailbox is accessed
simultaneously
# by multiple processes, but it's needed for reliable reading if no
other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before
aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override
the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...
2004 Feb 24
4
Pam trouble
...t.
#mbox_locks = dotlock fcntl
# Should we create dotlock file even when we want only a read-lock? Setting
# this to yes hurts the performance when the mailbox is accessed simultaneously
# by multiple processes, but it's needed for reliable reading if no other
# locking methods are available.
#mbox_read_dotlock = no
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
# If dotlock exists but the mailbox isn't modified in any way, override the
# lock file after this many seconds.
#mbox_dotlock_change_timeout = 30
# umask to use for mail files and directo...