[Dovecot] dsync & subscription

Ильяс Рахимов rahimovir at gmail.com
Thu Jul 29 07:55:46 EEST 2010


Hello!

When I migrans mailbox from one server to the second file subscribe "/" is
replaced by a point "."

the first file server subscription:
& BB4EMQRJBDgENQ-& BD8EMAQ, BDoEOA-/firstname.secondname
after migration to the second server:
& BB4EMQRJBDgENQ-& BD8EMAQ, BDoEOA-.firstname.secondname

on the second server before migration mailbox was not.
After fixing the subscription file on the second server sync two mailboxes
passes without problems.


>From the outside for my English, I use Google Translator
-------------- next part --------------
# 20100723 (4513949b26b3+): /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 8.0-RELEASE i386  ufs
auth_mechanisms = plain login
auth_username_format = %Ln
debug_log_path = /var/log/dovecot-info.log
disable_plaintext_auth = no
dotlock_use_excl = yes
first_valid_gid = 1000
first_valid_uid = 1000
info_log_path = /var/log/dovecot-info.log
log_path = /var/log/dovecot.log
mail_debug = yes
mail_location = maildir:/data/vmail/zsrg.ru/%n
mail_privileged_group = mail
namespace {
  inbox = yes
  location =
  prefix =
  separator = /
  type = private
}
namespace {
  list = no
  location = maildir:%%h
  prefix = &BB4EMQRJBDgENQ- &BD8EMAQ,BDoEOA-/%%n
  separator = /
  subscriptions = no
  type = shared
}
passdb {
  args = /usr/local/etc/dovecot/dovecot-sql.conf
  driver = sql
}
plugin {
  acl = vfile:/usr/local/etc/dovecot/acl
  acl_anyone = allow
  acl_shared_dict = file:/usr/local/etc/dovecot/shared-mailboxes.db
  autocreate = Trash
  autocreate2 = Drafts
  autocreate3 = Sent
  autosubscribe = Trash
  autosubscribe2 = Drafts
  autosubscribe3 = Sent
}
protocols = imap
service auth {
  unix_listener auth-userdb {
    mode = 0600
    user = vmail
  }
}
service imap-login {
  process_min_avail = 30
}
ssl = no
userdb {
  args = uid=5000 gid=5000 home=/data/vmail/zsrg.ru/%n
  driver = static
}
verbose_proctitle = yes
protocol imap {
  imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
  mail_max_userip_connections = 300
  mail_plugins = autocreate acl imap_acl
}


More information about the dovecot mailing list