[Dovecot] dovecot nightly 20130117: dsync does returns "Name or service not known"
Hello.
I have this settings of imapc:
# doveconf -a | grep imapc imapc_features = imapc_host = imapc_list_prefix = imapc_master_user = imapc_max_idle_time = 29 mins imapc_password = imapc_port = 143 imapc_rawlog_dir = imapc_ssl = no imapc_ssl_ca_dir = imapc_ssl_verify = yes imapc_user = %u
and try to sync mailbox on old server and new one:
$ dsync -o imapc_user="user@example.org" -o imapc_password="pass" -o imapc_host=imap.example.org -o imapc_features=rfc822.size -o mailbox_list_index=no backup -R -f -u "user@example.org" imapc:
get this error:
ssh: Could not resolve hostname remote: Name or service not known dsync-local(basov@megagroup.ru): Error: read(remote) failed: EOF dsync-local(basov@megagroup.ru): Error: Remote command returned error 255
In this time new dovecot finds local user:
2013-01-17T17:21:29.837415+04:00 imap1 dovecot: auth: Debug: userdb out: USER#0111#011user@example.org#011home=/var/vmail/example.org/user/#011quota2_rule=*:storage=40M#011nodelay=Y#011uid=999#011gid=999
I don't understand what's mean under 'hostname remote'. What hostname? Is it bug or incorrect settings?
More debug ouput:
$ dsync -D -v -o imapc_user="user@example.org" -o imapc_password="password" -o imapc_host=imap.example.org -o imapc_features=rfc822.size -o mailbox_list_index=no backup -R -f -u "user@example.org" imapc: doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot/doveadm doveadm(vmail): Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_acl_plugin.so: undefined symbol: acl_user_module (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Skipping module doveadm_expire_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_expire_plugin.so: undefined symbol: expire_set_deinit (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_quota_plugin.so doveadm(vmail): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually intentional, so just ignore this message) doveadm(user@example.org): Debug: auth input: user@example.org home=/var/vmail/example.org/user/ quota2_rule=*:storage=400000M nodelay=Y uid=999 gid=999 doveadm(user@example.org): Debug: Added userdb setting: plugin/nodelay=Y doveadm(user@example.org): Debug: Added userdb setting: plugin/quota2_rule=*:storage=400000M doveadm(user@example.org): Debug: Effective uid=999, gid=999, home=/var/vmail/example.org/user/ doveadm(user@example.org): Debug: Quota root: name=Domain quota backend=dict args=example.org:redis:host=127.0.0.1:prefix=domain/ doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=* bytes=0 messages=0 doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=Trash bytes=0 (5%) messages=0 doveadm(user@example.org): Debug: Quota root: name=User quota backend=dict args=:redis:host=127.0.0.1:prefix=user/ doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=* bytes=419430400000 messages=0 doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=Trash bytes=+20971520000 (5%) messages=0 doveadm(user@example.org): Debug: dict quota: user=example.org, uri=redis:host=127.0.0.1:prefix=domain/, noenforcing=0 doveadm(user@example.org): Debug: dict quota: user=user@example.org, uri=redis:host=127.0.0.1:prefix=user/, noenforcing=0 doveadm(user@example.org): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:/var/vmail/example.org/user:INDEX=/var/vmail_indexes/example.org/user/ doveadm(user@example.org): Debug: fs: root=/var/vmail/example.org/user, index=/var/vmail_indexes/example.org/user, indexpvt=, control=, inbox=, alt= doveadm(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default ssh: Could not resolve hostname remote: Name or service not known dsync-local(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync-local(user@example.org): Debug: brain M: out state=send_mailbox_tree_deletes changed=1 dsync-local(user@example.org): Debug: brain M: in state=send_mailbox_tree_deletes dsync-local(user@example.org): Debug: brain M: out state=recv_mailbox_tree changed=1 dsync-local(user@example.org): Debug: brain M: in state=recv_mailbox_tree dsync-local(user@example.org): Error: read(remote) failed: EOF dsync-local(user@example.org): Debug: brain M: out state=recv_mailbox_tree changed=0 dsync-local(user@example.org): Error: Remote command returned error 255
$ ping imap.example.org PING imap.example.org (111.222.333.444) 56(84) bytes of data. 64 bytes from mail.example.org (111.222.333.444): icmp_req=1 ttl=63 time=0.700 ms 64 bytes from mail.example.org (111.222.333.444): icmp_req=2 ttl=63 time=0.500 ms
17.01.2013 17:31, Evgeny Basov пишет:
Hello.
I have this settings of imapc:
# doveconf -a | grep imapc imapc_features = imapc_host = imapc_list_prefix = imapc_master_user = imapc_max_idle_time = 29 mins imapc_password = imapc_port = 143 imapc_rawlog_dir = imapc_ssl = no imapc_ssl_ca_dir = imapc_ssl_verify = yes imapc_user = %u
I'm updated dovecot to 20130122 nightly build.
Try migration again and get this ones
$ dsync -D -v -o imapc_user="user@example.org" -o imapc_password="password" -o imapc_host=imap.example.org -o imapc_features=rfc822.size -o mailbox_list_index=no backup -R -f -u "user@example.org" imapc: doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot/doveadm doveadm(vmail): Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_acl_plugin.so: undefined symbol: acl_user_module (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Skipping module doveadm_expire_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_expire_plugin.so: undefined symbol: expire_set_deinit (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_quota_plugin.so doveadm(vmail): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually intentional, so just ignore this message) doveadm(user@example.org): Debug: auth input: user@example.org home=/var/vmail/example.org/user/ quota2_rule=*:storage=400000M nodelay=Y uid=999 gid=999 doveadm(user@example.org): Debug: Added userdb setting: plugin/nodelay=Y doveadm(user@example.org): Debug: Added userdb setting: plugin/quota2_rule=*:storage=400000M doveadm(user@example.org): Debug: Effective uid=999, gid=999, home=/var/vmail/example.org/user/ doveadm(user@example.org): Debug: Quota root: name=Domain quota backend=dict args=example.org:redis:host=127.0.0.1:prefix=domain/ doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=* bytes=0 messages=0 doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=Trash bytes=0 (5%) messages=0 doveadm(user@example.org): Debug: Quota root: name=User quota backend=dict args=:redis:host=127.0.0.1:prefix=user/ doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=* bytes=419430400000 messages=0 doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=Trash bytes=+20971520000 (5%) messages=0 doveadm(user@example.org): Debug: dict quota: user=example.org, uri=redis:host=127.0.0.1:prefix=domain/, noenforcing=0 doveadm(user@example.org): Debug: dict quota: user=user@example.org, uri=redis:host=127.0.0.1:prefix=user/, noenforcing=0 doveadm(user@example.org): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:/var/vmail/example.org/user:INDEX=/var/vmail_indexes/example.org/user/ doveadm(user@example.org): Debug: fs: root=/var/vmail/example.org/user, index=/var/vmail_indexes/example.org/user, indexpvt=, control=, inbox=, alt= doveadm(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Effective uid=999, gid=999, home=/var/vmail/example.org/user/ dsync(user@example.org): Debug: Quota root: name=Domain quota backend=dict args=example.org:redis:host=127.0.0.1:prefix=domain/ dsync(user@example.org): Debug: Quota rule: root=Domain quota mailbox=* bytes=0 messages=0 dsync(user@example.org): Debug: Quota rule: root=Domain quota mailbox=Trash bytes=0 (5%) messages=0 dsync(user@example.org): Debug: Quota root: name=User quota backend=dict args=:redis:host=127.0.0.1:prefix=user/ dsync(user@example.org): Debug: Quota rule: root=User quota mailbox=* bytes=419430400000 messages=0 dsync(user@example.org): Debug: Quota rule: root=User quota mailbox=Trash bytes=+20971520000 (5%) messages=0 dsync(user@example.org): Debug: dict quota: user=example.org, uri=redis:host=127.0.0.1:prefix=domain/, noenforcing=0 dsync(user@example.org): Debug: dict quota: user=user@example.org, uri=redis:host=127.0.0.1:prefix=user/, noenforcing=0 dsync(user@example.org): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=imapc: dsync(user@example.org): Debug: imapc: root=, index=, indexpvt=, control=, inbox=, alt= dsync(user@example.org): Debug: imapc(imap.example.org:143): Looking up IP address dsync(user@example.org): Debug: imapc(imap.example.org:143): Connecting to 111.222.333.444:143 dsync(user@example.org): Debug: imapc(imap.example.org:143): Server capabilities: IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=LOGIN AUTH=SRP SASL-IR dsync(user@example.org): Debug: imapc(imap.example.org:143): Authenticating as user@example.org dsync(user@example.org): Debug: imapc(imap.example.org:143): Server capabilities: IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY X-NETSCAPE LOGINDISABLED COMPRESS=DEFLATE IDLE dsync(user@example.org): Debug: imapc(imap.example.org:143): Authenticated successfully dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree_deletes changed=1 dsync(user@example.org): Panic: file dsync-mailbox-tree-fill.c: line 72 (dsync_mailbox_tree_add): assertion failed: (status.uidvalidity != 0) dsync(user@example.org): Error: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0x69508) [0x3891a47a508] -> /usr/lib64/dovecot/libdovecot.so.0(default_fatal_handler+0x3a) [0x3891a47a5fa] -> /usr/lib64/dovecot/libdovecot.so.0(i_fatal+0) [0x3891a432c67] -> /usr/bin/dsync(dsync_mailbox_tree_fill+0x4af) [0x41e3679b9f] -> /usr/bin/dsync(dsync_brain_mailbox_trees_init+0x19c) [0x41e3671eac] -> /usr/bin/dsync(dsync_brain_run+0x3a7) [0x41e36700c7] -> /usr/bin/dsync(+0x2d3fb) [0x41e366e3fb] -> /usr/bin/dsync(+0x2d88d) [0x41e366e88d] -> /usr/bin/dsync(+0x15b6d) [0x41e3656b6d] -> /usr/bin/dsync(+0x1696e) [0x41e365796e] -> /usr/bin/dsync(doveadm_mail_try_run+0x171) [0x41e3657f01] -> /usr/bin/dsync(main+0x43b) [0x41e36566cb] -> /lib64/libc.so.6(__libc_start_main+0xed) [0x3891a08d5dd] -> /usr/bin/dsync(+0x158b5) [0x41e36568b5]
On Tue, 2013-01-22 at 10:21 +0400, Evgeny Basov wrote:
I'm updated dovecot to 20130122 nightly build.
Try migration again and get this ones
$ dsync -D -v -o imapc_user="user@example.org" -o imapc_password="password" -o imapc_host=imap.example.org -o imapc_features=rfc822.size -o mailbox_list_index=no backup -R -f -u "user@example.org" imapc: .. dsync(user@example.org): Panic: file dsync-mailbox-tree-fill.c: line 72 (dsync_mailbox_tree_add): assertion failed: (status.uidvalidity != 0)
Should work now with latest hg (tomorrow's nightly build).
Should work now with latest hg (tomorrow's nightly build).
No, it doesn't. After update to 20130123:
doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/lib10_quota_plugin.so doveadm(vmail): Debug: Loading modules from directory: /usr/lib64/dovecot/doveadm doveadm(vmail): Debug: Skipping module doveadm_acl_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_acl_plugin.so: undefined symbol: acl_user_module (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Skipping module doveadm_expire_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib10_doveadm_expire_plugin.so: undefined symbol: expire_set_deinit (this is usually intentional, so just ignore this message) doveadm(vmail): Debug: Module loaded: /usr/lib64/dovecot/doveadm/lib10_doveadm_quota_plugin.so doveadm(vmail): Debug: Skipping module doveadm_fts_plugin, because dlopen() failed: /usr/lib64/dovecot/doveadm/lib20_doveadm_fts_plugin.so: undefined symbol: fts_backend_rescan (this is usually intentional, so just ignore this message) doveadm(user@example.org): Debug: auth input: user@example.org home=/var/vmail/example.org/user/ quota2_rule=*:storage=400000M nodelay=Y uid=999 gid=999 doveadm(user@example.org): Debug: Added userdb setting: plugin/nodelay=Y doveadm(user@example.org): Debug: Added userdb setting: plugin/quota2_rule=*:storage=400000M doveadm(user@example.org): Debug: Effective uid=999, gid=999, home=/var/vmail/example.org/user/ doveadm(user@example.org): Debug: Quota root: name=Domain quota backend=dict args=example.org:redis:host=127.0.0.1:prefix=domain/ doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=* bytes=0 messages=0 doveadm(user@example.org): Debug: Quota rule: root=Domain quota mailbox=Trash bytes=0 (5%) messages=0 doveadm(user@example.org): Debug: Quota root: name=User quota backend=dict args=:redis:host=127.0.0.1:prefix=user/ doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=* bytes=419430400000 messages=0 doveadm(user@example.org): Debug: Quota rule: root=User quota mailbox=Trash bytes=+20971520000 (5%) messages=0 doveadm(user@example.org): Debug: dict quota: user=example.org, uri=redis:host=127.0.0.1:prefix=domain/, noenforcing=0 doveadm(user@example.org): Debug: dict quota: user=user@example.org, uri=redis:host=127.0.0.1:prefix=user/, noenforcing=0 doveadm(user@example.org): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=mdbox:/var/vmail/example.org/user:INDEX=/var/vmail_indexes/example.org/user/ doveadm(user@example.org): Debug: fs: root=/var/vmail/example.org/user, index=/var/vmail_indexes/example.org/user, indexpvt=, control=, inbox=, alt= doveadm(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Effective uid=999, gid=999, home=/var/vmail/example.org/user/ dsync(user@example.org): Debug: Quota root: name=Domain quota backend=dict args=example.org:redis:host=127.0.0.1:prefix=domain/ dsync(user@example.org): Debug: Quota rule: root=Domain quota mailbox=* bytes=0 messages=0 dsync(user@example.org): Debug: Quota rule: root=Domain quota mailbox=Trash bytes=0 (5%) messages=0 dsync(user@example.org): Debug: Quota root: name=User quota backend=dict args=:redis:host=127.0.0.1:prefix=user/ dsync(user@example.org): Debug: Quota rule: root=User quota mailbox=* bytes=419430400000 messages=0 dsync(user@example.org): Debug: Quota rule: root=User quota mailbox=Trash bytes=+20971520000 (5%) messages=0 dsync(user@example.org): Debug: dict quota: user=example.org, uri=redis:host=127.0.0.1:prefix=domain/, noenforcing=0 dsync(user@example.org): Debug: dict quota: user=user@example.org, uri=redis:host=127.0.0.1:prefix=user/, noenforcing=0 dsync(user@example.org): Debug: Namespace inbox: type=private, prefix=, sep=, inbox=yes, hidden=no, list=yes, subscriptions=yes location=imapc: dsync(user@example.org): Debug: imapc: root=, index=, indexpvt=, control=, inbox=, alt= dsync(user@example.org): Debug: imapc(imap.example.org:143): Looking up IP address dsync(user@example.org): Debug: imapc(imap.example.org:143): Connecting to 111.222.333.444:143 dsync(user@example.org): Debug: imapc(imap.example.org:143): Server capabilities: IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=LOGIN AUTH=SRP SASL-IR dsync(user@example.org): Debug: imapc(imap.example.org:143): Authenticating as user@example.org dsync(user@example.org): Debug: imapc(imap.example.org:143): Server capabilities: IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY X-NETSCAPE LOGINDISABLED COMPRESS=DEFLATE IDLE dsync(user@example.org): Debug: imapc(imap.example.org:143): Authenticated successfully dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree dsync(user@example.org): Debug: brain M: out state=send_mailbox_tree_deletes changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=send_mailbox_tree_deletes dsync(user@example.org): Debug: brain M: out state=recv_mailbox_tree changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree dsync(user@example.org): Debug: brain S: out state=send_mailbox_tree_deletes changed=1 dsync(user@example.org): Debug: brain M: in state=recv_mailbox_tree dsync(user@example.org): Debug: brain M: out state=recv_mailbox_tree_deletes changed=1 dsync(user@example.org): Debug: brain S: in state=send_mailbox_tree_deletes dsync(user@example.org): Debug: brain S: out state=recv_mailbox_tree changed=1 dsync(user@example.org): Debug: brain M: in state=recv_mailbox_tree_deletes dsync(user@example.org): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Drafts doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Junk doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Postmaster doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Sent doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Templates doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/Trash doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: Namespace : /var/vmail/example.org/user/mailboxes/&BBoEPgRABDcEOAQ9BDA- doesn't exist yet, using default permissions dsync(user@example.org): Debug: Namespace : Using permissions from /var/vmail/example.org/user: mode=0700 gid=default dsync(user@example.org): Debug: brain M: out state=master_send_mailbox changed=1 dsync(user@example.org): Debug: brain S: in state=recv_mailbox_tree dsync(user@example.org): Debug: brain S: out state=recv_mailbox_tree_deletes changed=1 dsync(user@example.org): Debug: imapc(imap.example.org:143): Disconnected
What's mean
dsync(user@example.org): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
?! Why dsync tried to delete(!) INBOX?
participants (2)
-
Evgeny Basov
-
Timo Sirainen