Displaying 8 results from an estimated 8 matches for "remoteprefix".
2017 Sep 16
2
dsync panic in mbox_lock
Hello
I am trying to setup replication with dovecot-2.2.29.1, and for some
users, I get a reproductible panic:
# doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net
sync -d -u jdoe
dsync-local(jdoe): Panic: file mbox-lock.c: line 799 (mbox_lock):
assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type !=
F_RDLCK)
Abort
User is not overquota, and filesystem permissions are correct.
kernel trace shows it happens just after...
2016 Aug 28
2
Dsync config help
...ime 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 sing...
2017 Sep 16
0
dsync panic in mbox_lock
> On September 16, 2017 at 5:28 AM Emmanuel Dreyfus <manu at netbsd.org> wrote:
>
>
> Hello
>
> I am trying to setup replication with dovecot-2.2.29.1, and for some
> users, I get a reproductible panic:
>
> # doveadm -v -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d -u jdoe
> dsync-local(jdoe): Panic: file mbox-lock.c: line 799 (mbox_lock):
> assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type !=
> F_RDLCK)
> Abort
>
> User is not overquota, and filesystem permissions are correct.
>...
2017 Sep 17
1
dsync panic in mbox_lock
Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> We have seen this before but so far the actual bug has not been
> reproducible for us. Can you post your doveconf -n
Here it is:
https://ftp.espci.fr/shadow/manu/conf.log
> and also logs with
> doveadm -Dv -o plugin/mail_replica=remoteprefix:root at mail2.example.net
> sync -d -u jdoe
https://ftp.espci.fr/shadow/manu/sync.log
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu at netbsd.org
2013 Apr 23
3
Using dsync to export mail to remote IMAP account
...orks, but it's dreadfully slow.)
As a first crack at it, I tried (on the dovecot server)
dsync -o imapc_user=remoteuser
-o imapc_password=remotepassword
-o imapc_host=remote-imap-server
-o imapc_port=993
-o imapc_ssl=imaps
-o imapc_features=rfc822.size
-o imapc_list_prefix=remoteprefix
-o mailbox_list_index=no
backup -f -u localuser imapc:
I got this error:
dsync(localuser): Error: user localuser: Initialization failed:
Namespace '': Unknown mail storage driver imapc
dsync(localuser): Fatal: User init failed
Is exporting mail to a remote (non-dovecot) IMAP...
2016 Sep 01
2
Dsync config help
...e
>> 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...
2015 Jun 25
0
replication notification with chroot users
...= 30100
last_valid_uid = 30100
mail_debug = yes
mail_home = /srv/vmail/%d/%n
mail_location = maildir:~/Maildir
mail_plugins = " notify replication"
passdb {
args = /passwd
driver = passwd-file
}
passdb {
args = /passwd_smtponly
driver = passwd-file
}
plugin {
mail_replica = remoteprefix:imap.netsend.nl
}
protocols = imap lmtp
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
}
unix_listener replication-notify {
mode = 0666
}
}
service auth-worker {
chroot = /etc/mail
unix_listener /etc/mail/auth-worker {
mode = 0600
user...
2015 Jun 16
0
replication of a big mailbox
...= 30100
last_valid_uid = 30100
mail_debug = yes
mail_home = /srv/vmail/%d/%n
mail_location = maildir:~/Maildir
mail_plugins = " notify replication"
passdb {
args = /passwd
driver = passwd-file
}
passdb {
args = /passwd_smtponly
driver = passwd-file
}
plugin {
mail_replica = remoteprefix:imap.netsend.nl
}
protocols = imap lmtp
service aggregator {
fifo_listener replication-notify-fifo {
mode = 0666
}
unix_listener replication-notify {
mode = 0666
}
}
service auth-worker {
chroot = /etc/mail
unix_listener /etc/mail/auth-worker {
mode = 0600
user...