I have old dovecot server: (# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.21 (92477967) # OS: Linux 4.14.15-3.el7xen.x86_64 x86_64 CentOS Linux release 7.4.1708 (Core)
and new dovecot server: # 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.devel (61b47828) # OS: Linux 4.14.47-5.el7xen.x86_64 x86_64 CentOS Linux release 7.5.1804 (Core) I try to sync old server with doveadm sync with parameter -N (Synchronize all the available namespaces) Sync successfull in log, but destination server in log have "Can't create mailbox mail_public/public: Permission denied." Config dumps, logs in attaches.
# 2.3.1 (c5a5c0c82): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.devel (61b47828)
# OS: Linux 4.14.47-5.el7xen.x86_64 x86_64 CentOS Linux release 7.5.1804 (Core)
auth_cache_negative_ttl = 0
auth_cache_size = 1 k
auth_cache_ttl = 30 mins
auth_cache_verify_password_with_worker = yes
auth_failure_delay = 10 secs
auth_mechanisms = plain cram-md5 digest-md5
auth_socket_path = /var/run/dovecot/auth-userdb
auth_stats = yes
auth_worker_max_count = 20
disable_plaintext_auth = no
doveadm_password = # hidden, use -P to show it
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = *
lmtp_rcpt_check_quota = yes
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c
mail_attachment_dir = /srv/vmail/imap/attaches
mail_attachment_min_size = 64 k
mail_gid = 10000
mail_location = mdbox:~
mail_log_prefix = "%s(%u): "
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual"
mail_temp_dir = /srv/vmail/imap/tmp
mail_uid = 10000
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 index ihave duplicate
mime foreverypart extracttext imapflags notify
mbox_write_locks = fcntl
namespace {
hidden = no
inbox = no
list = children
location = mdbox:/srv/vmail/imap/domains/%%d/%%u:INDEXPVT=~/mail_shared/%%u
prefix = mail_shared/%%u/
separator = /
subscriptions = no
type = shared
}
namespace {
hidden = no
inbox = no
list = children
location =
mdbox:/srv/vmail/imap/domains/%d/_mail_public:INDEXPVT=~/mail_public
prefix = mail_public/
separator = /
subscriptions = no
type = public
}
namespace inbox {
hidden = no
inbox = yes
list = yes
location =
mailbox Drafts {
auto = subscribe
comment = Drafts
special_use = \Drafts
}
mailbox Sent {
auto = subscribe
comment = Sent
special_use = \Sent
}
mailbox Spam {
auto = subscribe
comment = Spam
special_use = \Junk
}
mailbox Trash {
auto = subscribe
comment = Trash
special_use = \Trash
}
mailbox VirusMail {
auto = subscribe
comment = VirusMail
special_use = \Junk
}
mailbox virtual/All {
special_use = \All
}
prefix =
separator = /
subscriptions = yes
type = private
}
passdb {
args = /etc/dovecot/dovecot-ldap_pass.conf.ext
driver = ldap
}
plugin {
acl = vfile:/etc/dovecot/acl/global.acl:cache_secs=300
acl_shared_dict = file:/srv/vmail/imap/domains/%d/shared-acl.db
fts = lucene
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
fts_lucene = mime_parts
mail_crypt_save_version = 0
quota = count:User quota
quota_grace = 10%%
quota_rule = *:storage=512M
quota_rule2 = Trash:storage=+10%%
quota_rule3 = Spam:storage=+10%%
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 Mailbox is full
quota_status_success = DUNNO
quota_vsizes = yes
quota_warning = storage=95%% quota-warning 95 %u %d
quota_warning1 = storage=100%% quota-exceeded 100 %u %d
quota_warning2 = -storage=100%% quota-warning below %u %d
recipient_delimiter = +
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_after = /srv/vmail/sieve/sieve.conf.d/after
sieve_before = /srv/vmail/sieve/sieve.conf.d/before
sieve_default = /srv/vmail/sieve/default.sieve
sieve_extensions = +notify +imapflags +imap4flags
sieve_global_dir = /srv/imap/sieve/global
sieve_max_actions = 128
sieve_max_redirects = 16
sieve_max_script_size = 1M
sieve_user_log = ~/.dovecot.sieve.log
}
protocols = imap lmtp pop3 sieve
service auth {
unix_listener /var/spool/postfix-external/private/dovecot-auth {
group = postfix
mode = 0600
user = postfix
}
user = $default_internal_user
}
service dict {
unix_listener dict {
mode = 0777
}
}
service doveadm {
chroot =
client_limit = 1
drop_priv_before_exec = no
executable = doveadm-server
extra_groups =
group =
idle_kill = 0
inet_listener {
port = 41999
}
privileged_group =
process_limit = 0
process_min_avail = 0
protocol =
service_count = 1
type =
unix_listener doveadm-server {
group =
mode = 0600
user =
}
user =
vsz_limit = 18446744073709551615 B
}
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imaps {
port = 993
ssl = yes
}
process_min_avail = 0
service_count = 1
}
service imap {
process_limit = 1024
}
service lmtp {
unix_listener /var/spool/postfix-internal/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
service_count = 1
}
service managesieve {
process_limit = 128
}
service old-stats {
chroot = empty
client_limit = 0
drop_priv_before_exec = no
executable = old-stats
extra_groups =
fifo_listener old-stats-mail {
group =
mode = 0600
user =
}
fifo_listener old-stats-user {
group =
mode = 0600
user =
}
group =
idle_kill = 4294967295 secs
privileged_group =
process_limit = 1
process_min_avail = 0
protocol =
service_count = 0
type =
unix_listener old-stats {
group =
mode = 0600
user =
}
user = $default_internal_user
vsz_limit = 18446744073709551615 B
}
service pop3-login {
inet_listener pop3 {
port = 110
}
inet_listener pop3s {
port = 995
ssl = yes
}
}
service pop3 {
process_limit = 1024
}
service quota-status {
client_limit = 1
executable = quota-status -p postfix
inet_listener {
address = 127.0.0.1
port = 41900
}
}
service quota-warning {
executable = script /usr/libexec/dovecot/quota-warning.sh
unix_listener quota-warning {
user = mail
}
user = mail
}
ssl_ca = </etc/dovecot/ssl/dummy.pem
ssl_cert = </etc/dovecot/ssl/dummy.pem
ssl_cipher_list =
EECDH+AESGCM:EDH+AESGCM:ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
ssl_prefer_server_ciphers = yes
submission_host = 127.0.0.1:25
userdb {
args = /etc/dovecot/dovecot-ldap_user.conf.ext
driver = ldap
}
protocol lmtp {
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual
quota sieve"
}
protocol lda {
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual
quota sieve acl"
}
protocol imap {
mail_max_userip_connections = 10
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual
quota imap_quota imap_acl zlib imap_old_stats"
}
protocol sieve {
mail_max_userip_connections = 5
managesieve_implementation_string = Dovecot Pigeonhole
managesieve_logout_format = bytes=%i/%o
}
protocol pop3 {
mail_max_userip_connections = 10
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual"
}
protocol doveadm {
mail_plugins = " acl zlib mail_log notify old_stats fts fts_lucene virtual
quota acl fts fts_lucene"
}
local_name imap.example.com {
ssl_ca = </etc/dovecot/ssl/CA_mail.pem
ssl_cert = </etc/dovecot/ssl/mail.pem
ssl_key = # hidden, use -P to show it
}
# 2.2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.14.15-3.el7xen.x86_64 x86_64 CentOS Linux release 7.4.1708 (Core)
auth_failure_delay = 10 secs
auth_mechanisms = plain cram-md5 digest-md5
auth_socket_path = /var/run/dovecot/auth-userdb
auth_stats = yes
auth_worker_max_count = 20
disable_plaintext_auth = no
doveadm_password = # hidden, use -P to show it
imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
lda_mailbox_autocreate = yes
lda_mailbox_autosubscribe = yes
listen = *
lmtp_rcpt_check_quota = yes
login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c
mail_attachment_dir = /srv/vmail/imap/attaches
mail_gid = 10000
mail_location = sdbox:~
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual"
mail_temp_dir = /srv/vmail/imap/tmp
mail_uid = 10000
mailbox_list_index = yes
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 index ihave duplicate
mime foreverypart extracttext imapflags notify
mbox_write_locks = fcntl
namespace {
hidden = no
inbox = no
list = children
location = sdbox:/srv/vmail/imap/domains/%%d/%%u:INDEXPVT=~/mail_shared/%%u
prefix = mail_shared/%%u/
separator = /
subscriptions = no
type = shared
}
namespace {
hidden = no
inbox = no
list = children
location =
sdbox:/srv/vmail/imap/domains/%d/_mail_public:INDEXPVT=~/mail_public
prefix = mail_public/
separator = /
subscriptions = no
type = public
}
namespace inbox {
hidden = no
inbox = yes
list = yes
location =
mailbox Drafts {
auto = subscribe
comment = Drafts
special_use = \Drafts
}
mailbox Sent {
auto = subscribe
comment = Sent
special_use = \Sent
}
mailbox Spam {
auto = subscribe
comment = Spam
special_use = \Junk
}
mailbox Trash {
auto = subscribe
comment = Trash
special_use = \Trash
}
mailbox VirusMail {
auto = subscribe
comment = VirusMail
special_use = \Junk
}
mailbox virtual/All {
special_use = \All
}
prefix =
separator = /
subscriptions = yes
type = private
}
passdb {
args = /etc/dovecot/dovecot-ldap_pass.conf.ext
driver = ldap
}
plugin {
acl = vfile:/etc/dovecot/acl/global.acl:cache_secs=300
acl_shared_dict = file:/srv/vmail/imap/domains/%d/shared-acl.db
fts = lucene
fts_autoindex = yes
fts_lucene = mime_parts
mail_crypt_save_version = 0
quota = count:User quota
quota_grace = 10%%
quota_rule = *:storage=512M
quota_rule2 = Trash:storage=+10%%
quota_rule3 = Spam:storage=+10%%
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 Mailbox is full
quota_status_success = DUNNO
quota_vsizes = yes
quota_warning = storage=95%% quota-warning 95 %u %d
quota_warning1 = storage=100%% quota-exceeded 100 %u %d
quota_warning2 = -storage=100%% quota-warning below %u %d
recipient_delimiter = +
sieve = file:~/sieve;active=~/.dovecot.sieve
sieve_after = /srv/vmail/sieve/sieve.conf.d/after
sieve_before = /srv/vmail/sieve/sieve.conf.d/before
sieve_default = /srv/vmail/sieve/default.sieve
sieve_extensions = +notify +imapflags +imap4flags
sieve_global_dir = /srv/imap/sieve/global
sieve_max_actions = 128
sieve_max_redirects = 16
sieve_max_script_size = 1M
sieve_user_log = ~/.dovecot.sieve.log
}
protocols = imap lmtp pop3 sieve
service auth {
unix_listener /var/spool/postfix-external/private/dovecot-auth {
group = postfix
mode = 0600
user = postfix
}
user = $default_internal_user
}
service dict {
unix_listener dict {
mode = 0777
}
}
service doveadm {
chroot =
client_limit = 1
drop_priv_before_exec = no
executable = doveadm-server
extra_groups =
group =
idle_kill = 0
privileged_group =
process_limit = 0
process_min_avail = 0
protocol =
service_count = 1
type =
unix_listener doveadm-server {
group =
mode = 0600
user =
}
user =
vsz_limit = 18446744073709551615 B
}
service imap-login {
inet_listener imap {
port = 143
}
inet_listener imaps {
port = 993
ssl = yes
}
process_min_avail = 0
service_count = 1
}
service imap {
process_limit = 1024
}
service lmtp {
unix_listener /var/spool/postfix-internal/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}
service managesieve-login {
inet_listener sieve {
port = 4190
}
service_count = 1
}
service managesieve {
process_limit = 128
}
service pop3-login {
inet_listener pop3 {
port = 110
}
inet_listener pop3s {
port = 995
ssl = yes
}
}
service pop3 {
process_limit = 1024
}
service quota-status {
client_limit = 1
executable = quota-status -p postfix
inet_listener {
address = 127.0.0.1
port = 41900
}
}
service quota-warning {
executable = script /usr/libexec/dovecot/quota-warning.sh
unix_listener quota-warning {
user = mail
}
user = mail
}
service stats {
chroot = empty
client_limit = 0
drop_priv_before_exec = no
executable = stats
extra_groups =
fifo_listener stats-mail {
group =
mode = 0600
user =
}
fifo_listener stats-user {
group =
mode = 0600
user =
}
group =
idle_kill = 4294967295 secs
privileged_group =
process_limit = 1
process_min_avail = 0
protocol =
service_count = 0
type =
unix_listener stats {
group =
mode = 0600
user =
}
user = $default_internal_user
vsz_limit = 18446744073709551615 B
}
ssl_ca = </etc/dovecot/ssl/dummy.pem
ssl_cert = </etc/dovecot/ssl/dummy.pem
ssl_cipher_list =
EECDH+AESGCM:EDH+AESGCM:ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:DHE-RSA-AES128-GCM-SHA256:AES256+EDH:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:DES-CBC3-SHA:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4
ssl_dh_parameters_length = 2048
ssl_key = # hidden, use -P to show it
ssl_prefer_server_ciphers = yes
ssl_protocols = TLSv1
submission_host = 127.0.0.1:25
userdb {
args = /etc/dovecot/dovecot-ldap_user.conf.ext
driver = ldap
}
protocol lmtp {
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual quota
sieve"
}
protocol lda {
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual quota
sieve acl"
}
protocol imap {
mail_max_userip_connections = 10
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual quota
imap_quota imap_acl zlib imap_stats"
}
protocol sieve {
mail_max_userip_connections = 5
managesieve_implementation_string = Dovecot Pigeonhole
managesieve_logout_format = bytes=%i/%o
}
protocol pop3 {
mail_max_userip_connections = 10
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual"
}
protocol doveadm {
mail_plugins = " acl zlib mail_log notify stats fts fts_lucene virtual expire
quota acl fts fts_lucene"
}
local_name imap.example.com {
ssl_ca = </etc/dovecot/ssl/CA_mail.pem
ssl_cert = </etc/dovecot/ssl/mail.pem
ssl_key = # hidden, use -P to show it
}
Debug: Loading modules from directory: /usr/lib64/dovecot Debug: Module loaded: /usr/lib64/dovecot/lib01_acl_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib15_notify_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib20_expire_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib20_fts_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib20_mail_log_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib20_virtual_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib20_zlib_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib21_fts_lucene_plugin.so Debug: Module loaded: /usr/lib64/dovecot/lib90_stats_plugin.so Debug: Loading modules from directory: /usr/lib64/dovecot/doveadm Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_acl_plugin.so Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_expire_plugin.so Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_quota_plugin.so Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_sieve_plugin.so Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_lucene_plugin.so Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_plugin.so Debug: Skipping module doveadm_mail_crypt_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/libdoveadm_mail_crypt_plugin.so: undefined symbol: mail_crypt_global_keys_load (this is usually intentional, so just ignore this message) doveadm([email protected]): Debug: Added userdb setting: mail_location=sdbox:~ doveadm([email protected]): Debug: Added userdb setting: plugin/quota_rule=*:bytes=50000000 doveadm([email protected]): Debug: remote(10.7.0.70:41999): Added userdb setting: mail_location=mdbox:~ doveadm([email protected]): Debug: remote(10.7.0.70:41999): Added userdb setting: plugin/quota_rule=*:bytes=50000000 doveadm([email protected]): Debug: remote(10.7.0.70:41999): Effective uid=520, gid=520, home=/srv/vmail/imap/domains/example.com/[email protected] doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota root: name=User quota backend=count args= doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com doveadm([email protected]): Debug: remote(10.7.0.70:41999): Quota grace: root=User quota bytes=5000000 (10%) doveadm([email protected]): Debug: remote(10.7.0.70:41999): Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:~ doveadm([email protected]): Debug: remote(10.7.0.70:41999): fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=, control=, inbox=, alt= doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: acl username = [email protected] doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: owner = 1 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: remote(10.7.0.70:41999): Namespace : type=shared, prefix=mail_shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=mdbox:/srv/vmail/imap/domains/%d/%u:INDEXPVT=~/mail_shared/%u doveadm([email protected]): Debug: remote(10.7.0.70:41999): shared: root=/var/run/dovecot, index=, indexpvt=, control=, inbox=, alt= doveadm([email protected]): Debug: remote(10.7.0.70:41999): fts: Indexes disabled for namespace 'mail_shared/%u/' doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: acl username = [email protected] doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: owner = 0 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: remote(10.7.0.70:41999): Namespace : type=public, prefix=mail_public/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=mdbox:/srv/vmail/imap/domains/example.com/_mail_public:INDEXPVT=~/mail_public doveadm([email protected]): Debug: remote(10.7.0.70:41999): fs: root=/srv/vmail/imap/domains/example.com/_mail_public, index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_public, control=, inbox=, alt= doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: acl username = [email protected] doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl: owner = 0 doveadm([email protected]): Debug: remote(10.7.0.70:41999): acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: remote(10.7.0.70:41999): quota: quota_over_flag check: quota_over_script unset - skipping doveadm([email protected]): Debug: Effective uid=520, gid=520, home=/srv/vmail/imap/domains/example.com/[email protected] doveadm([email protected]): Debug: Quota root: name=User quota backend=count args= doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com doveadm([email protected]): Debug: Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com doveadm([email protected]): Debug: Quota grace: root=User quota bytes=5000000 (10%) doveadm([email protected]): Debug: expire: No expire setting - plugin disabled doveadm([email protected]): Debug: Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=sdbox:~ doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=, control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 1 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: Namespace : type=shared, prefix=mail_shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=sdbox:/srv/vmail/imap/domains/%d/%u:INDEXPVT=~/mail_shared/%u doveadm([email protected]): Debug: shared: root=/var/run/dovecot, index=, indexpvt=, control=, inbox=, alt= doveadm([email protected]): Debug: fts: Indexes disabled for namespace 'mail_shared/%u/' doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 0 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: Namespace : type=public, prefix=mail_public/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=sdbox:/srv/vmail/imap/domains/example.com/_mail_public:INDEXPVT=~/mail_public doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/_mail_public, index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_public, control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 0 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: quota: quota_over_flag check: quota_over_script unset - skipping doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl//.DEFAULT not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/INBOX not found doveadm([email protected]): Debug: acl vfile: reading file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/INBOX/dbox-Mails/dovecot-acl doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/VirusMail not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/VirusMail/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/Queue not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Queue/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/Spam not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Spam/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/u1s not found doveadm([email protected]): Debug: acl vfile: reading file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/u1s/dbox-Mails/dovecot-acl doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/Drafts not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Drafts/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/Sent not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Sent/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/Trash not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Trash/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: Namespace : Using permissions from /srv/vmail/imap/domains/example.com/[email protected]: mode=0700 gid=default doveadm([email protected]): Debug: Quota root: name=User quota backend=count args= doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com doveadm([email protected]): Debug: Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com doveadm([email protected]): Debug: Quota grace: root=User quota bytes=5000000 (10%) doveadm([email protected]): Debug: expire: No expire setting - plugin disabled doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 1 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: quota: quota_over_flag check: quota_over_script unset - skipping doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 0 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl//.DEFAULT not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/dovecot-acl not found doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/VirusMail doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Spam doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Sent doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Trash doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Drafts doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/mail_shared/[email protected] not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/INBOX/dbox-Mails/dovecot-acl not found doveadm([email protected]): Debug: Namespace mail_shared/: Using permissions from : mode=0700 gid=default doveadm([email protected]): Debug: Quota root: name=User quota backend=count args= doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 doveadm([email protected]): Debug: Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com doveadm([email protected]): Debug: Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com doveadm([email protected]): Debug: Quota grace: root=User quota bytes=5000000 (10%) doveadm([email protected]): Debug: expire: No expire setting - plugin disabled doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 1 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: quota: quota_over_flag check: quota_over_script unset - skipping doveadm([email protected]): Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= doveadm([email protected]): Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 doveadm([email protected]): Debug: acl: acl username = [email protected] doveadm([email protected]): Debug: acl: owner = 0 doveadm([email protected]): Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl/mail_public/public not found doveadm([email protected]): Debug: acl vfile: reading file /srv/vmail/imap/domains/example.com/_mail_public/mailboxes/public/dbox-Mails/dovecot-acl doveadm([email protected]): Debug: Namespace mail_public/: Using permissions from /srv/vmail/imap/domains/example.com/_mail_public: mode=0700 gid=default doveadm([email protected]): Debug: acl vfile: file /etc/dovecot/acl/global.acl//.DEFAULT not found doveadm([email protected]): Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/dovecot-acl not found doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/VirusMail doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Spam doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Sent doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Trash doveadm([email protected]): Debug: acl: Mailbox not in dovecot-acl-list: mail_shared/[email protected]/Drafts doveadm([email protected]): Debug: Namespace mail_shared/[email protected]/: Using permissions from /srv/vmail/imap/domains/example.com/[email protected]: mode=0700 gid=default dsync-local([email protected]): Debug: brain M: Local mailbox tree: mail_public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: mail_public/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: mail_public/public guid=3e9a023a3a4a8e58aa2600007d11d062 uid_validity=1485696315 uid_next=3 subs=yes last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: mail_shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: mail_shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: public_mail guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: public_mail/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696671 dsync-local([email protected]): Debug: brain M: Local mailbox tree: public_mail/public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696565 dsync-local([email protected]): Debug: brain M: Local mailbox tree: public_mail/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696375 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=1485694330 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Shared/[email protected]/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Public/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485657850 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Trash guid=abdc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654471 uid_next=2 subs=yes last_change=0 last_subs=1485724811 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Sent guid=39b91e2ce6498d58f07f00007d11d062 uid_validity=1485654473 uid_next=1 subs=yes last_change=0 last_subs=1492022541 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Drafts guid=d94a8e08e7498d58f07f00007d11d062 uid_validity=1485654474 uid_next=4 subs=yes last_change=0 last_subs=1492022541 dsync-local([email protected]): Debug: brain M: Local mailbox tree: u1s guid=985cfe2f054a8d58f07f00007d11d062 uid_validity=1485654475 uid_next=2 subs=yes last_change=0 last_subs=1492022541 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Spam guid=9ecf09202b5a8d58d11e00007d11d062 uid_validity=1485654476 uid_next=1 subs=yes last_change=0 last_subs=1492022541 dsync-local([email protected]): Debug: brain M: Local mailbox tree: Queue guid=2f14b0195fda8d58616a00007d11d062 uid_validity=1485654477 uid_next=1 subs=yes last_change=0 last_subs=1492022541 dsync-local([email protected]): Debug: brain M: Local mailbox tree: VirusMail guid=6e8cf208c1cf085aad4300007d11d062 uid_validity=1485654496 uid_next=1 subs=yes last_change=0 last_subs=1510526913 dsync-local([email protected]): Debug: brain M: Local mailbox tree: INBOX guid=aedc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654472 uid_next=2 subs=yes last_change=0 last_subs=1485724811 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: mail_public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: mail_shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: public_mail guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: public_mail/public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: public_mail/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: public_mail/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Shared/[email protected]/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Public/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Drafts guid=d94a8e08e7498d58f07f00007d11d062 uid_validity=1485654474 uid_next=4 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: INBOX guid=aedc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654472 uid_next=2 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Queue guid=2f14b0195fda8d58616a00007d11d062 uid_validity=1485654477 uid_next=1 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Sent guid=39b91e2ce6498d58f07f00007d11d062 uid_validity=1485654473 uid_next=1 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Spam guid=9ecf09202b5a8d58d11e00007d11d062 uid_validity=1485654476 uid_next=1 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: Trash guid=abdc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654471 uid_next=2 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: VirusMail guid=6e8cf208c1cf085aad4300007d11d062 uid_validity=1485654496 uid_next=1 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Remote mailbox tree: u1s guid=985cfe2f054a8d58f07f00007d11d062 uid_validity=1485654475 uid_next=2 subs=yes last_change=0 last_subs=1528228007 dsync-local([email protected]): Debug: brain M: Mailbox Drafts: local=d94a8e08e7498d58f07f00007d11d062/0/1, remote=d94a8e08e7498d58f07f00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox INBOX: local=aedc3d1ec7498d58ee7f00007d11d062/0/1, remote=aedc3d1ec7498d58ee7f00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox Public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox Public/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox Queue: local=2f14b0195fda8d58616a00007d11d062/0/1, remote=2f14b0195fda8d58616a00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox Sent: local=39b91e2ce6498d58f07f00007d11d062/0/1, remote=39b91e2ce6498d58f07f00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox Shared: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox Shared/[email protected]: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox Shared/[email protected]/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox Spam: local=9ecf09202b5a8d58d11e00007d11d062/0/1, remote=9ecf09202b5a8d58d11e00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox Trash: local=abdc3d1ec7498d58ee7f00007d11d062/0/1, remote=abdc3d1ec7498d58ee7f00007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox VirusMail: local=6e8cf208c1cf085aad4300007d11d062/0/1, remote=6e8cf208c1cf085aad4300007d11d062/0/1: Mailboxes are equal dsync-local([email protected]): Debug: brain M: Mailbox mail_public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox mail_public/example.com: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox mail_public/public: local=3e9a023a3a4a8e58aa2600007d11d062/0/1, remote=00000000000000000000000000000000/0/0: mailbox not selectable yet dsync-local([email protected]): Debug: brain M: Mailbox mail_shared: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox mail_shared/[email protected]: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox public_mail: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox public_mail/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox public_mail/example.com: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox public_mail/public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found dsync-local([email protected]): Debug: brain M: Mailbox u1s: local=985cfe2f054a8d58f07f00007d11d062/0/1, remote=985cfe2f054a8d58f07f00007d11d062/0/1: Mailboxes are equal
Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Added userdb setting: mail_location=mdbox:~ Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Added userdb setting: plugin/quota_rule=*:bytes=50000000 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Effective uid=520, gid=520, home=/srv/vmail/imap/domains/example.com/[email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota root: name=User quota backend=count args= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota grace: root=User quota bytes=5000000 (10%) Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace inbox: type=private, prefix=, sep=/, inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:~ Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=, control=, inbox=, alt= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: acl username = [email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: owner = 1 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace : type=shared, prefix=mail_shared/%u/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=mdbox:/srv/vmail/imap/domains/%d/%u:INDEXPVT=~/mail_shared/%u Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: shared: root=/var/run/dovecot, index=, indexpvt=, control=, inbox=, alt= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: fts: Indexes disabled for namespace 'mail_shared/%u/' Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: acl username = [email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: owner = 0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace : type=public, prefix=mail_public/, sep=/, inbox=no, hidden=no, list=children, subscriptions=no location=mdbox:/srv/vmail/imap/domains/example.com/_mail_public:INDEXPVT=~/mail_public Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: fs: root=/srv/vmail/imap/domains/example.com/_mail_public, index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_public, control=, inbox=, alt= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: acl username = [email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: owner = 0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: quota: quota_over_flag check: quota_over_script unset - skipping Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Namespace has location mdbox:~ Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl//.DEFAULT not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/u1s not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/u1s/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/VirusMail not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/VirusMail/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/Trash not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Trash/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/Spam not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Spam/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/Sent not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Sent/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/Queue not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Queue/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/INBOX not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: reading file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/INBOX/dbox-Mails/dovecot-acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl/Drafts not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/[email protected]/mailboxes/Drafts/dbox-Mails/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace : Using permissions from /srv/vmail/imap/domains/example.com/[email protected]: mode=0700 gid=default Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Namespace mail_shared/ has location mdbox:/srv/vmail/imap/domains/%d/%u:INDEXPVT=~/mail_shared/%u Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace mail_shared/: Using permissions from : mode=0700 gid=default Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Namespace mail_public/ has location mdbox:/srv/vmail/imap/domains/example.com/_mail_public:INDEXPVT=~/mail_public Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Namespace mail_public/: Using permissions from /srv/vmail/imap/domains/example.com/_mail_public: mode=0700 gid=default Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: mail_public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: mail_shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: public_mail guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: public_mail/public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: public_mail/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: public_mail/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Shared/[email protected]/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Public/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Drafts guid=d94a8e08e7498d58f07f00007d11d062 uid_validity=1485654474 uid_next=4 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: INBOX guid=aedc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654472 uid_next=2 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Queue guid=2f14b0195fda8d58616a00007d11d062 uid_validity=1485654477 uid_next=1 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Sent guid=39b91e2ce6498d58f07f00007d11d062 uid_validity=1485654473 uid_next=1 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Spam guid=9ecf09202b5a8d58d11e00007d11d062 uid_validity=1485654476 uid_next=1 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: Trash guid=abdc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654471 uid_next=2 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: VirusMail guid=6e8cf208c1cf085aad4300007d11d062 uid_validity=1485654496 uid_next=1 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Local mailbox tree: u1s guid=985cfe2f054a8d58f07f00007d11d062 uid_validity=1485654475 uid_next=2 subs=yes last_change=0 last_subs=1528228007 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: mail_public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: mail_public/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: mail_public/public guid=3e9a023a3a4a8e58aa2600007d11d062 uid_validity=1485696315 uid_next=3 subs=yes last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: mail_shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota root: name=User quota backend=count args= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=* bytes=50000000 messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=Trash bytes=+5000000 (10%) messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota rule: root=User quota mailbox=Spam bytes=+5000000 (10%) messages=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota warning: bytes=47500000 (95%) messages=0 reverse=no command=quota-warning 95 [email protected] example.com Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota warning: bytes=50000000 (100%) messages=0 reverse=yes command=quota-warning below [email protected] example.com Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: Quota grace: root=User quota bytes=5000000 (10%) Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: acl username = [email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: owner = 1 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: quota: quota_over_flag check: quota_over_script unset - skipping Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: fs: root=/srv/vmail/imap/domains/example.com/[email protected], index=, indexpvt=/srv/vmail/imap/domains/example.com/[email protected]/mail_shared/[email protected], control=, inbox=, alt= Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: initializing backend with data: vfile:/etc/dovecot/acl/global.acl:cache_secs=300 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: acl username = [email protected] Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl: owner = 0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: Global ACL legacy directory: /etc/dovecot/acl/global.acl Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: mail_shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: public_mail guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: public_mail/example.com guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696671 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: public_mail/public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696565 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: public_mail/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485696375 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Shared guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Shared/[email protected] guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=1485694330 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Shared/[email protected]/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Public guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=no last_change=0 last_subs=0 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Public/INBOX guid=00000000000000000000000000000000 uid_validity=0 uid_next=0 subs=yes last_change=0 last_subs=1485657850 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Trash guid=abdc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654471 uid_next=2 subs=yes last_change=0 last_subs=1485724811 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Sent guid=39b91e2ce6498d58f07f00007d11d062 uid_validity=1485654473 uid_next=1 subs=yes last_change=0 last_subs=1492022541 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Drafts guid=d94a8e08e7498d58f07f00007d11d062 uid_validity=1485654474 uid_next=4 subs=yes last_change=0 last_subs=1492022541 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: u1s guid=985cfe2f054a8d58f07f00007d11d062 uid_validity=1485654475 uid_next=2 subs=yes last_change=0 last_subs=1492022541 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Spam guid=9ecf09202b5a8d58d11e00007d11d062 uid_validity=1485654476 uid_next=1 subs=yes last_change=0 last_subs=1492022541 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: Queue guid=2f14b0195fda8d58616a00007d11d062 uid_validity=1485654477 uid_next=1 subs=yes last_change=0 last_subs=1492022541 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: VirusMail guid=6e8cf208c1cf085aad4300007d11d062 uid_validity=1485654496 uid_next=1 subs=yes last_change=0 last_subs=1510526913 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree: INBOX guid=aedc3d1ec7498d58ee7f00007d11d062 uid_validity=1485654472 uid_next=2 subs=yes last_change=0 last_subs=1485724811 Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree deletion: guid=b9ed4fddc276a519e5185bd7ff1b4e50 type=unsubscribe timestamp=1485724577 name= local update=not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Remote mailbox tree deletion: guid=14caca9fab3fd0bfc4648a03076a6514 type=unsubscribe timestamp=1485724577 name= local update=not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Drafts: local=d94a8e08e7498d58f07f00007d11d062/0/1, remote=d94a8e08e7498d58f07f00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox INBOX: local=aedc3d1ec7498d58ee7f00007d11d062/0/1, remote=aedc3d1ec7498d58ee7f00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Public/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Queue: local=2f14b0195fda8d58616a00007d11d062/0/1, remote=2f14b0195fda8d58616a00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Sent: local=39b91e2ce6498d58f07f00007d11d062/0/1, remote=39b91e2ce6498d58f07f00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Shared: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Shared/[email protected]: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Shared/[email protected]/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Spam: local=9ecf09202b5a8d58d11e00007d11d062/0/1, remote=9ecf09202b5a8d58d11e00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox Trash: local=abdc3d1ec7498d58ee7f00007d11d062/0/1, remote=abdc3d1ec7498d58ee7f00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox VirusMail: local=6e8cf208c1cf085aad4300007d11d062/0/1, remote=6e8cf208c1cf085aad4300007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox mail_public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox mail_public/example.com: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox mail_public/public: local=00000000000000000000000000000000/0/0, remote=3e9a023a3a4a8e58aa2600007d11d062/0/1: mailbox not selectable yet Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox mail_shared: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox mail_shared/[email protected]: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox public_mail: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox public_mail/INBOX: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox public_mail/example.com: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox public_mail/public: local=00000000000000000000000000000000/0/0, remote=00000000000000000000000000000000/0/0: Directory rename branch not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: brain S: Mailbox u1s: local=985cfe2f054a8d58f07f00007d11d062/0/1, remote=985cfe2f054a8d58f07f00007d11d062/0/1: Mailboxes are equal Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /etc/dovecot/acl/global.acl//.DEFAULT not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Debug: acl vfile: file /srv/vmail/imap/domains/example.com/_mail_public/mailboxes/dovecot-acl not found Jun 9 10:43:22 mail-n2 dovecot: doveadm: Error: Can't create mailbox mail_public/public: Permission denied
signature.asc
Description: This is a digitally signed message part.
