Displaying 20 results from an estimated 101 matches for "mbox_dotlock_change_timeout".
2006 Sep 04
1
configuration guidelines.
...lmail
Apart from the example configuration file, I can't find any guides
for optimal values to use for dovecot's many configuration options.
A few that look like they might need changing are:
login_process_size = 32
login_process_per_connection = yes
login_processes_count = 3
mbox_dotlock_change_timeout = 30
auth_count = 1
client_workarounds =
Does anyone have any pointers to reasonable values for those or other
settings?
Thanks
--
Ian
2003 Sep 10
1
Patch for auto-creating home directories
...("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
***************
*** 67,72 ****
--- 67,73 ----
DEF(SET_BOOL, mbox_read_dotlock...
2018 Dec 16
1
mailbox locking
Dear Colleagues,
I use exim's appendfile transport, procmail and a local mutt on my
system, they all (to my knowledge) use lockfiles when working with
mboxes.
However, `doveconf | grep lock` says
dotlock_use_excl = yes
lock_method = fcntl
mail_max_lock_timeout = 0
mbox_dotlock_change_timeout = 2 mins
mbox_lock_timeout = 5 mins
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
pop3_lock_session = no
Do I need to change anything in dovecot's default locking setup? Does
it still use lockfiles on mboxes or not? There are some contradictory
parameters IMHO.
--
Victor Sudako...
2011 Sep 22
1
Duplicates when switching from Qpopper to Dovecot pop3
...4567890.+-_@
auth_username_format = %Ln
auth_verbose = yes
base_dir = /usr/local/var/run/dovecot/
disable_plaintext_auth = no
first_valid_uid = 100
log_path = /var/log/dovecot.log
login_greeting =
mail_access_groups = mail
mail_fsync = never
mail_location = mbox:~/mail:INBOX=/var/mail/%1u/%1.1u/%u
mbox_dotlock_change_timeout = 1 mins
mbox_min_index_size = 1 B
mbox_read_locks = dotlock
mbox_write_locks = dotlock
mmap_disable = yes
passdb {
driver = shadow
}
protocols = pop3
service pop3-login {
client_limit = 10
inet_listener pop3 {
address = 216.223.136.7
port = 110
}
process_limit = 128
process_min...
2006 Jun 26
1
mbox locking
Hello,
I'd like to make sure my understanding of the mbox locking strategy is
correct :
- "mbox_dotlock_change_timeout" directive :
a process seeing that an already locked (by another process) mbox
he want to access hasn't change for this amount of time, allows
himself to override the lock ? If it's using fcntl, is it only
possible to override ?
- when a process abort trying to get...
2012 Nov 08
3
Mails don't get deleted after POP3
...disable: no
mail_nfs_storage: no
mail_nfs_index: no
mailbox_list_index_disable: yes
lock_method: fcntl
maildir_stat_dirs: no
maildir_copy_with_hardlinks: yes
maildir_copy_preserve_filename: no
maildir_very_dirty_syncs: no
mbox_read_locks: fcntl
mbox_write_locks: fcntl dotlock
mbox_lock_timeout: 300
mbox_dotlock_change_timeout: 120
mbox_min_index_size: 0
mbox_dirty_syncs: yes
mbox_very_dirty_syncs: no
mbox_lazy_writes: yes
dbox_rotate_size: 2048
dbox_rotate_min_size: 16
dbox_rotate_days: 1
mail_drop_priv_before_exec: no
mail_executable: /usr/lib/dovecot/pop3
mail_process_size: 256
mail_plugins:
mail_plugin_dir: /usr/lib/...
2018 Jan 24
0
"Timeout (180s) while waiting for lock for transaction log file" since 2.3 upgrade?
...tween 2.2 and 2.3 that would
cause this? Despite potential issues associated with NFS, I didn't
see the problem with 2.2. There is nothing in my conf file related
to locking, so if there was a change, it must be a default for 2.3
(from doveconf -a):
dotlock_use_excl = yes
lock_method = fcntl
mbox_dotlock_change_timeout = 2 mins
mbox_lock_timeout = 5 mins
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
2) If the problem is related to NFS locks, why would the problem
persist when the user runs thunderbird from the server where his
home directory *is not* NFS-mounted?
Thanks for any help.
Cheers,
Zube
2004 Jun 18
1
Info: Internal login failure:
...il_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_passdb = mysql /usr/local/etc/dovecot-mysql.conf
auth_use...
2006 Mar 03
0
lock files on mbox using 1.0 stable
...only.
as a test i have setup a new account for him but would like to know if there
is a way to stop this happening.
i have gone thru the conf and
default_mail_env = mbox:/var/spool/mail/%u
#lock_method = fcntl
#mbox_read_locks = fcntl
#mbox_write_locks = dotlock fcntl
#mbox_read_locks = fcntl
mbox_dotlock_change_timeout = 30
Mark
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.1/273 - Release Date: 02/03/2006
2006 Jun 30
1
help for static user
...pop3-no-nuls
mailbox_check_interval = 0
mailbox_idle_check_interval = 30
mail_full_filesystem_access = no
mail_max_flag_length = 50
mail_save_crlf = no
mail_read_mmaped = no
maildir_stat_dirs = no
maildir_copy_with_hardlinks = no
maildir_check_content_changes = no
mbox_lock_timeout = 300
mbox_dotlock_change_timeout = 30
umask = 0077
imap_executable = /usr/lib/dovecot/imap
imap_process_size = 256
imap_use_modules = no
imap_modules = /usr/lib/dovecot/imap
pop3_executable = /usr/lib/dovecot/pop3
pop3_process_size = 256
pop3_use_modules = no
pop3_modules = /usr/lib/dovecot/pop3
auth = cram-md5
auth_mec...
2009 Feb 19
1
NFS error, device busy
...table(pop3): /usr/local/.dovecot1111/libexec/dovecot/pop3-login
mail_location:
mbox:~/mail:INBOX=/var/mail/%u:INDEX=/localdisk/dovecot.cache/cache/%n
mail_debug: yes
mmap_disable: yes
dotlock_use_excl: no
mail_nfs_storage: yes
lock_method: dotlock
mbox_read_locks: dotlock
mbox_write_locks: dotlock
mbox_dotlock_change_timeout: 30
plugin:
quota: fs:INBOX:user:mount=/var/mail
quota2: fs:home:noenforcing:mount=/home
----------------------------------------------------
The problem happens to users' with their inbox over 100M and it happens
randomly.
Grandy
2006 Sep 04
2
Dovecot problem in RHEL4
Hi all,
I have some problem with dovecot in RHEL4.
IMAP server is dropping connection after woorking for some time.
It seems that the login process count keeps increasing?(stale login
process are not removed)
Any points to sort the problem?
--
Adarsh
2013 Feb 10
2
dovecot, postfix and sieve - broken by Ubuntu upgrade 10.10 -> 12.04
...nnections = 256
mail_privileged_group = mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character
vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy
include variables body enotify environment mailbox date ihave
mbox_dotlock_change_timeout = 10 mins
mbox_lock_timeout = 20 mins
mbox_very_dirty_syncs = yes
passdb {
driver = pam
}
plugin {
sieve = /home/julf/sieve
}
protocols = imap
service auth {
unix_listener /var/spool/postfix/private/dovecot-auth {
group = postfix
mode = 0660
user = postfix
}
unix_listener auth...
2005 Jun 28
1
dovecot - outlook users keep getting locked out of imap
...ogin_max_processes_count = 256
login_max_logging_users = 512
verbose_proctitle = yes
mail_extra_groups = mail
default_mail_env = mbox:~/mail/:INBOX=/var/spool/mail/%u
mmap_disable = no
lock_method = fcntl
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
mbox_lock_timeout = 300
mbox_dotlock_change_timeout = 30
mbox_dirty_syncs = yes
mbox_very_dirty_syncs = no
protocol imap {
imap_client_workarounds = outlook-idle
}
protocol pop3 {
}
auth default {
mechanisms = plain
passdb = pam
userdb = passwd
user = root
}
Your assistance is greatly appreciated.
Thanks,
Anthony
2007 Aug 10
3
Kmail client desconnection
...l: 30
mail_debug: no
mail_full_filesystem_access: no
mail_max_keyword_length: 50
mail_save_crlf: no
mail_read_mmaped: no
mmap_disable: no
mmap_no_write: no
lock_method: fcntl
maildir_stat_dirs: no
maildir_copy_with_hardlinks: yes
mbox_read_locks: fcntl
mbox_write_locks: fcntl
mbox_lock_timeout: 300
mbox_dotlock_change_timeout: 120
mbox_min_index_size: 0
mbox_dirty_syncs: yes
mbox_very_dirty_syncs: no
mbox_lazy_writes: yes
dbox_rotate_size: 2048
dbox_rotate_min_size: 16
dbox_rotate_days: 1
umask: 63
mail_drop_priv_before_exec: no
mail_executable: /usr/libexec/dovecot/imap
mail_process_size: 256
mail_plugins:
mail_plugin_...
2023 Jan 16
1
Error: Mailbox INBOX: file_dotlock_create in directory /var/mail failed: Permission denied
...te.received
mail_cache_min_mail_count = 5000
mail_location =
mbox:~/mail:INBOX=/var/mail/%u:INDEX=/var/indexes/isical.ac.in/%n
mail_privileged_group = mail
mail_sort_max_read_count = 100
mailbox_list_index_include_inbox = yes
mailbox_list_index_very_dirty_syncs = yes
maildir_very_dirty_syncs = yes
mbox_dotlock_change_timeout = 1 mins
mbox_lazy_writes = no
mbox_write_locks = dotlock fcntl
namespace inbox {
inbox = yes
location =
prefix =
}
passdb {
driver = pam
}
protocols = imap pop3
ssl_cert = </etc/dovecot/private/dovecot.pem
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = # hidden, use -P to show it
ssl_k...
2006 Feb 06
1
Panic: key not found from hash
...first_valid_gid = 0
last_valid_gid = 0
mail_extra_groups =
mail_debug = no
#default_mail_env =
#mail_save_crlf = no
#mmap_disable = no
#lock_method = fcntl
#maildir_stat_dirs = no
#maildir_copy_with_hardlinks = no
#mbox_read_locks = fcntl
#mbox_write_locks = dotlock fcntl
#mbox_lock_timeout = 300
#mbox_dotlock_change_timeout = 30
#mbox_dirty_syncs = yes
#mbox_very_dirty_syncs = no
#mbox_lazy_writes = yes
#umask = 0077
#mail_drop_priv_before_exec = no
#mail_process_size = 256
#mail_log_prefix = "%Us(%u): "
## IMAP specific settings
protocol imap {
imap_max_line_length = 65536
login_greeting_capability =...
2007 Nov 26
1
Dovecots Deliver being to verbose
...ce private {
separator =
prefix =
location =
inbox = yes
}
mail_extra_groups = mail
mail_debug = no
first_valid_uid = 8
last_valid_uid = 8
max_mail_processes = 1024
mail_process_size = 256
mail_max_keyword_length = 50
umask = 0077
mbox_read_locks = fcntl
mbox_write_locks = dotlock fcntl
mbox_dotlock_change_timeout = 120
protocol imap {
imap_max_line_length = 65536
login_greeting_capability = yes
}
protocol pop3 {
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
postmaster_address = postmaster at host.tld
mail_plugin_dir = /usr/lib/dovecot/modules/lda
sendmail_path = /usr/lib/sendmail
auth_socket...
2006 Oct 13
1
Segfault in in rc7 when index does not exists
...quot;
LOG_TO_MASTER="1"
MAIL="maildir:/"
MAILBOX_IDLE_CHECK_INTERVAL="30"
MAIL_CACHE_FIELDS="flags"
MAIL_CACHE_MIN_MAIL_COUNT="0"
MAIL_MAX_KEYWORD_LENGTH="50"
MAIL_NEVER_CACHE_FIELDS="imap.envelope"
MBOX_DIRTY_SYNCS="1"
MBOX_DOTLOCK_CHANGE_TIMEOUT="120"
MBOX_LAZY_WRITES="1"
MBOX_LOCK_TIMEOUT="300"
MBOX_MIN_INDEX_SIZE="0"
MBOX_READ_LOCKS="fcntl"
MBOX_WRITE_LOCKS="dotlock fcntl"
POP3_CLIENT_WORKAROUNDS=""
POP3_LOGOUT_FORMAT="top=%t/%p, retr=%r/%b, del=%d/%m, size=%s&quo...
2008 Oct 06
3
Help - I keep getting LSUB permission denied
Hi,
I am using dovecot: 1.0.rc15
I was upgrading Debian and installed new versions of lots of things.
My mail came fine and I though there was not problem until a user called
and said it was not working through webmail. I tried, it it worked fine
and I realized the problem was with dovecot. I have created new users,
tried different UIDs. Removed any protections but when I telnet to the