Displaying 20 results from an estimated 77 matches for "replication_full_sync_interv".
Did you mean:
replication_full_sync_interval
2020 Apr 13
2
replication_full_sync_interval
Default value for replication_full_sync_interval is 24 hours.
How is it then possible to get doveadm replicator status results like
this one
username??????????? priority fast sync full sync success sync failed
someuser??????????? none???? 24:23:39? 24:23:39 24:23:37???? -
# doveconf -a | grep replication_full_sync_interval
replication_full_s...
2020 Apr 14
0
replication_full_sync_interval
> On 13/04/2020 20:28 Ivo <c.e4ed1a035298f9021dcfbca4d511c303 at ultra.hr> wrote:
>
>
> Default value for replication_full_sync_interval is 24 hours.
> How is it then possible to get doveadm replicator status results like
> this one
>
> username??????????? priority fast sync full sync success sync failed
> someuser??????????? none???? 24:23:39? 24:23:39 24:23:37???? -
>
> # doveconf -a | grep replication_fu...
2013 Feb 25
5
v2.2.rc2 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc2.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc2.tar.gz.sig
Looks like the last changes I did today just before rc1 release made it
just about unusable. This one is actually running on my servers. :)
2013 Feb 25
5
v2.2.rc2 released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc2.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.rc2.tar.gz.sig
Looks like the last changes I did today just before rc1 release made it
just about unusable. This one is actually running on my servers. :)
2019 Nov 18
2
Doveadm replicator ssl issues
...= \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
mail_replica = tcp:149.x.x.x:12333
sieve = file:~/sieve;active=~/.dovecot.sieve
}
protocols = imap pop3
replication_full_sync_interval = 10 mins
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
}
unix_listener replication-notify {
mode = 0666
}
}
service doveadm {
inet_listener {
port = 12333
ssl = yes
}
}
service replicator {
process_min_avail = 1
unix_lis...
2020 Nov 18
0
Dovecot Replication Errors (only) when using tcps: as the mail_replica Protocol
...e.com): I/O
has stalled, no activity for 600 seconds (last sent=mail_change (EOL),
last recv=mailbox)
Nov 18 06:39:32 mx2 dovecot: doveadm: Error: dsync(mx1.example.com): I/O
has stalled, no activity for 600 seconds (last sent=mail_change (EOL),
last recv=mailbox)
*End*
I have configured "replication_full_sync_interval = 1 hours", which
explains why some of the sync errors occur at the same increment on the
hour (if the error does occur).
I've tested replication over tcps using either IPv6 or IPv4 -- this did
not appear to make a difference.
Changing replication to occur over tcp solves the issue...
2020 Jun 13
2
Dovecot Replication Errors (only) when using tcps: as the mail_replica Protocol
...{
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = failure_show_msg=yes %s
driver = pam
}
plugin {
fts = lucene
fts_autoindex = yes
fts_languages = en
fts_lucene = whitespace_chars=@.
mail_replica = tcps:lightning.reub.net:4813
replication_full_sync_interval = 2 hours
sieve = file:~/sieve;active=~/.dovecot.sieve
}
postmaster_address = postmaster at reub.net
protocols = imap lmtp sieve submission sieve
recipient_delimiter = -
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
user = root
}
unix_listener replicatio...
2014 Feb 28
1
When does the replication run normally?
Hi,
I got my manual dsync finally working and can replicate mails by initiate it from comandline (doveadm sync -u mail at domain.dom -d),
but it does not run by itself (per dovecot replication). When does dovecot invoke the replication normally?
Thanks in advance
Daniel
2012 Mar 15
1
replication howto
Hello, excuse me but there is some documentation about replication now?
I dont' understand where i must put the lines below (dovecot.conf? , 20-imap?)
Excuse but it's not so clear for me cause i'm a new dovecot user.
Another question, i use virtual users on mysql backend , so for
replication i need to give ssh at every virtual users?
Or i can use a only use a system ssh user?
2020 Aug 12
0
Replication: Mails deleted over POP3 aren't deleted at the same time from the second server
...Thunderbird),
then the mail is only deleted from the server from which it was downloaded
but not from the other server. The email is only deleted from the other
server in the following situations:
* If a new email arrives (triggers a sync action)
* When the next full sync happens (I temporarily set
replication_full_sync_interval to "1 hour")
* When forcing a manual full sync (doveadm replicator replicate user_name)
If I activate debug logging (mail_debug = yes), I can immediately see a
replication action when an email is deleted via IMAP. However, when an
email is deleted via POP3, nothing is logged (because n...
2014 Mar 25
1
Dovecot replication, no updates on message deposit
...ial_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
mail_replica = remote:vmail at 192.168.108.136
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = " imap sieve pop3"
replication_full_sync_interval = 1 hours
service aggregator {
fifo_listener replication-notify-fifo {
user = vmail
}
unix_listener replication-notify {
user = vmail
}
}
service auth {
unix_listener auth-client {
mode = 0660
user = Debian-exim
}
}
service replicator {
process_min_avail = 1
unix_l...
2019 Nov 20
0
Doveadm replicator ssl issues
...pecial_use = \Trash
>
> ? }
>
> ? prefix =
>
> }
>
> passdb {
>
> ? driver = pam
>
> }
>
> plugin {
>
> ? mail_replica = tcp:149.x.x.x:12333
>
> ? sieve = file:~/sieve;active=~/.dovecot.sieve
>
> }
>
> protocols = imap pop3
>
> replication_full_sync_interval = 10 mins
>
> service aggregator {
>
> ? fifo_listener replication-notify-fifo {
>
> ??? mode = 0666
>
> ? }
>
> ? unix_listener replication-notify {
>
> ??? mode = 0666
>
> ? }
>
> }
>
> service doveadm {
>
> ? inet_listener {
>
>...
2013 Oct 28
2
Dovecot replication - I'm stuck
...login} %{host} doveadm dsync-server -u%u
listen = 192.168.1.1
login_greeting = Go on then, let's have it...
mail_location = mbox:~/mail:INBOX=/var/mail/%u
mail_plugins = " notify replication"
passdb {
driver = passwd
}
plugin {
mail_replica = remote:vmail at server2.mydomain.com
replication_full_sync_interval = 1 hours
}
protocols = imap
service aggregator {
fifo_listener replication-notify-fifo {
user = vmail
}
unix_listener replication-notify {
user = vmail
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode = 0660
user = postfix
}...
2019 Nov 20
0
[SOLVED] Doveadm replicator ssl issues
...t; {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
mail_replica = tcp:149.x.x.x:12333
sieve = file:~/sieve;active=~/.dovecot.sieve
<file://~/sieve;active=~/.dovecot.sieve>
}
protocols = imap pop3
replication_full_sync_interval = 10 mins
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
}
unix_listener replication-notify {
mode = 0666
}
}
service doveadm {
inet_listener {
port = 12333
ssl = yes
}
}
service replicator {
process_min_avail = 1
unix_lis...
2015 Jan 16
0
dsync SSL fails since 2.2.15
...t;Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = scheme=CRYPT username_format=%u /usr/local/etc/dovecot_authDBs/authDBs_on27/passwd.dovecot
driver = passwd-file
}
plugin {
mail_replica = tcps:nephelism.linkpc.net
replication_full_sync_interval = 1 hour
}
protocols = imap
service aggregator {
fifo_listener replication-notify-fifo {
user = _vmail
}
unix_listener replication-notify {
user = _vmail
}
}
service auth {
unix_listener auth-userdb {
group = _vmail
mode = 0666
user = _vmail
}
}
service doveadm {...
2014 Jan 28
1
Problem to setup replication
...mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
plugin {
mail_replica = remote:vmail at server1.domain.dom
replication_full_sync_interval = 1 hours
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = imap sieve
service aggregator {
fifo_listener replication-notify-fifo {
user = vmail
}
unix_listener replication-notify {
user = vmail
}
}
service auth {
unix_listener /var/spool/postfix/private/auth {...
2015 Oct 23
1
Question about dovecot replication
Hi,
last week I installed 2 servers with two dovecot nodes and replication in active/active mode located in different datacenters.
Based on the howto from wiki "http://wiki2.dovecot.org/Replication" it works great.
According to the wiki it is recomended to run "doveadm purge" on both systems continously, because "doveadm purge" will not be replicated by the
2013 Jul 13
0
Mail replication ... totally confused !
...service
doveadm
#
unix_listener config {
user = vmail
}
}
dsync_remote_cmd = ssh -p 1234 -l%{login} %{host} doveadm dsync-server
-u%u -l%{lock_timeout} -n%{namespace}
plugin {
mail_replica = remote:vmail at master-server-a.tld
replication_full_sync_interval = 1 hours
}
2014 Mar 21
1
Debian Wheezy Dovecot Replication no updates on message deposit
...\Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
mail_replica = remote:vmail at 192.168.108.138
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
}
protocols = " imap sieve pop3"
replication_full_sync_interval = 1 hours
service aggregator {
fifo_listener replication-notify-fifo {
user = vmail
}
unix_listener replication-notify {
user = vmail
}
}
service auth {
unix_listener auth-client {
mode = 0660
user = Debian-exim
}
}
service config {
unix_listener config {...
2014 Jun 11
0
replication with plugin won´t work
...= "%Y-%m-%d %H:%M:%S "
mail_debug = yes
mail_plugins = " notify replication"
mail_privileged_group = vmail
passdb {
args = /etc/dovecot/dovecot-sql.conf
driver = sql
}
plugin {
mail_replica = remote:vmail at server2
quota = dict:user::file:/var/vmail/%d/%n/.quotausage
replication_full_sync_interval = 1 hours
sieve = /var/vmail/%d/%n/.sieve
}
protocols = imap pop3
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
user = vmail
}
unix_listener replication-notify {
mode = 0666
user = vmail
}
}
service auth {
unix_listener /var/spool/postfix/pri...