Hello,

first - thanks for the help in getting dovecot 2.2 compiled and installed on Debian.

I have Dovecot 2.2 running now on two servers, and to test replication, I am polling mail on one server whilst the other creates mail regularly from crontab output. I have replication set up, but nothing at all is appearing on the other server, and I do not have any dsync / doveadm messages in /var/log/mail.log any more. With 2.1, these two used to spam many errors into mail.log.

Any hints?

Here is my dovecot-n output:
# 2.2.6: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.2 ext4
auth_mechanisms = plain login cram-md5
disable_plaintext_auth = no
log_timestamp = "%Y-%m-%d %H:%M:%S "
mail_location = maildir:/home/%d/%n/Maildir
mail_plugins = " notify replication"
mail_privileged_group = mail
passdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
plugin {
  mail_replica = remote:vmail@mydomain
  quota = maildir:User quota
  quota_rule = *:storage=1GB
  replication_full_sync_interval = 1 hours
}
protocols = imap pop3
service aggregator {
  fifo_listener replication-notify-fifo {
    mode = 0600
    user = vmail
  }
  unix_listener replication-notify {
    mode = 0600
    user = vmail
  }
}
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
  }
  user = root
}
service config {
  unix_listener config {
    user = vmail
  }
}
service doveadm {
  user = vmail
}
service replicator {
  process_min_avail = 1
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
  args = /etc/dovecot/dovecot-sql.conf
  driver = sql
}
protocol imap {
  mail_plugins = quota imap_quota
}
protocol pop3 {
  mail_plugins = quota
  pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
  mail_plugins = quota
  postmaster_address = sysop@mydomain
}

Thanks,
Lucas

--
Lucas Rothamel
Eye Catching Webdesign
i...@eye-catching-webdesign.de - www.eye-catching-webdesign.de

You know, we go to the gym to keep the body fit. Similarly the mind needs some 
rest. The mind is bombarded with so many impressions. Our mind has been 
bombarded by impressions the whole time. It needs a different kind of rest 
other than sleep. And meditation is such a rest. It calms the mind. energizes 
the spirit and makes the body more strong and vibrant. improves the immune 
system. The immune cells, the T-cell count go higher through Sudarshan Kriya 
and meditation. And you feel so nice inside. - Sri Sri Ravi Shankar
I love deadlines. I like the whooshing sound they make as they fly by. -- 
Douglas Adams

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to