[Dovecot] Maildir Synchronization warnings
Kavish Karkera
kavish.karkera at yahoo.com
Fri Aug 2 15:21:26 EEST 2013
Sorry Charles, it was posted twice unintentionally (becuase of network issue).
We have 2 pop/imap servers running with director.
Dovecot version = 2.1.12
Dovecot version = 2.1.13
Output of doveconf -n
# 2.1.12: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.19.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
default_client_limit = 50000
default_vsz_limit = 1 G
disable_plaintext_auth = no
doveadm_proxy_port = 24245
first_valid_uid = 99
last_valid_gid = 99
listen = *
mail_fsync = always
mail_location = maildir:~/Maildir:INDEX=/indexes/%h:CONTROL=/indexes/%h
mail_nfs_index = yes
mail_nfs_storage = yes
mail_plugins = quota
mmap_disable = yes
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
quota = maildir:storage=1024
quota_rule = *:storage=1024
}
service auth {
client_limit = 50000
unix_listener auth-userdb {
group = nobody
mode = 0666
user = nobody
}
}
service doveadm {
inet_listener {
port = 24245
}
}
service imap-login {
process_min_avail = 8
service_count = 0
vsz_limit = 1 G
}
service imap {
process_limit = 4096
service_count = 0
vsz_limit = 1 G
}
service pop3-login {
process_min_avail = 8
service_count = 0
vsz_limit = 1 G
}
service pop3 {
process_min_avail = 8
service_count = 0
vsz_limit = 1 G
}
ssl_cert = </usr/local/etc/dovecot/ssl/certs/dovecot.pem
ssl_key = </usr/local/etc/dovecot/ssl/private/dovecot.pem
syslog_facility = local0
userdb {
driver = prefetch
}
protocol doveadm {
auth_socket_path = director-userdb
}
protocol imap {
imap_logout_format = bytes=%i/%o
mail_max_userip_connections = 15000
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_max_userip_connections = 2048
mail_plugins = quota
pop3_client_workarounds = outlook-no-nuls
pop3_lock_session = yes
pop3_no_flag_updates = yes
pop3_uidl_format = %08Xu%08Xv
}
Regards,
Kavish Karkera
________________________________
From: Charles Marcus <CMarcus at Media-Brokers.com>
To: dovecot at dovecot.org
Sent: Friday, 2 August 2013 4:14 PM
Subject: Re: [Dovecot] Maildir Synchronization warnings
On 2013-08-02 4:36 AM, Kavish Karkera <kavish.karkera at yahoo.com> wrote:
> We are repeatedly getting these below warnings for some of our users, al though we have no complaints from them yet, we need to know why these warning occurs.
>
> So it would be help full if some one explain these warning msg in detail.
>
>
> Aug 2 12:52:55 blade8 dovecot: imap(kavish.karkera at example.com): Warning: Maildir: Scanning/mail/v3store/example.com/kavish.karkera at example.com/Maildir/cur took 94 seconds (23191 readdir()s, 0 rename()s to cur/, why=0x1)
Please don't spam the list with multiple postings of the same question.
Most people do not have crystal balls, and those that do often find them
broken, so it would be helpful if you could provide at least a bare
minimum of details about your setup...
What version of dovecot is this? doveconf -n output? Singe server or
cluster?
--
Best regards,
Charles
More information about the dovecot
mailing list