Hi,
I'm trying to sync emails between server A and B.
A has replicator, aggregator and doveadm.
B only has doveadm for now.
I'm getting the following error:
Error: sync: /var/run/dovecot/auth-userdb: Configured passdbs don't
support credentials lookups (to see if user is proxied, because
doveadm_port is set)
I'm not sure why I'm getting this error because I authenticate using PAM
and when I run
I do have a "service auth" enabled though... it's used for Postfix SASL
to authenticate SMTP.
I'm running
# dovecot --version
2.2.24 (a82c823)
Cheers,
Jean-Luc
PS: "replication_sync_timeout = 2s" doesn't work, I had to drop the 's'
On 2016-08-28 17:43, Jean-Luc Wasmer wrote:
Hi,
I’m having a hard time with the http://wiki2.dovecot.org/Replication
page.
- for a master-master setup, does the configuration need to be
mirrored on both masters?
- after aggregating unrelated sections of the wiki page, there seems
to be 3 different values for “mail_replica":
- "remote”: for SSH
- “remoteprefix": for SSH wrapper
- “tcp”: for TCP connection using the Doveadm protocol
Is this correct?
- what’s the purpose of the replicator VS aggregator VS doveadm
services?
Who talks to who? Where can I find documentation about their
configuration (i.e. not examples)
- most examples are for a single vmail user setup… what should be done
when using system accounts?
Thanks,
Jean-Luc