[Dovecot] Dsync didn't updates automatically

Breno Moreira brenoavm at gmail.com
Mon Jan 7 17:34:46 EET 2013


# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.0
auth_mechanisms = plain login
auth_socket_path = /var/run/dovecot/auth-userdb
disable_plaintext_auth = no
dsync_remote_cmd = ssh -l vmail %{host} doveadm dsync-server -u%u
-l%{lock_timeout} -n%{namespace}
lmtp_proxy = yes
mail_fsync = always
mail_gid = vmail
mail_location = maildir:~/.maildir
mail_plugins = " quota notify replication"
mail_uid = vmail
mmap_disable = yes
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
}
passdb {
  driver = pam
}
passdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
plugin {
  mail_replica = remote:vmail at 10.127.0.2
  quota = maildir:Quota
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap pop3 lmtp
service aggregator {
  fifo_listener replication-notify-fifo {
    user = vmail
  }
  unix_listener replication-notify {
    user = vmail
  }
}
service auth {
  unix_listener /var/spool/postfix/private/auth {
    mode = 0666
  }
  unix_listener auth-userdb {
    group = vmail
    mode = 0666
    user = vmail
  }
  user = root
}
service config {
  unix_listener config {
    user = vmail
  }
}
service doveadm {
  user = vmail
}
service imap-login {
  service_count = 0
}
service lmtp {
  inet_listener lmtp {
    address = srv1.testesupra.com.br 192.168.100.195
    port = 7025
  }
}
service pop3-login {
  service_count = 0
}
service replicator {
  process_min_avail = 1
}
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/dovecot.pem
userdb {
  driver = passwd
}
userdb {
  args = /etc/dovecot/dovecot-sql.conf.ext
  driver = sql
}
protocol lmtp {
  mail_plugins = " quota sieve"
  postmaster_address = postmaster at srv1.testesupra.com.br
}
protocol imap {
  mail_plugins = " quota imap_quota"
}
protocol pop3 {
  pop3_uidl_format = %v-%u
}


On Fri, Jan 4, 2013 at 7:40 PM, Timo Sirainen <tss at iki.fi> wrote:

> doveconf -n




-- 
---------------------------------------------------------------------
Breno Moreira

"I have no idols. I admire work, dedication and competence."
Ayrton Senna


More information about the dovecot mailing list