dsync-local(klink): Error: remote: dsync-server: invalid option -- 'l'
Hello, Since recently (not sure when), dsync stopped working. dsync -u klink mirror dsync-local(klink): Error: remote: dsync-server: invalid option -- 'l' dsync-local(klink): Error: remote: doveadm dsync-server [-u |-A] [-S ] dsync-local(klink): Error: read() from worker server failed: EOF I did not change anything on my setup but dovecot was upgraded (debian stable). On the box I'm starting the command I have: $ dpkg --list | grep dovecot ii dovecot-common1:2.1.7-7+deb7u1 all Transitional package for dovecot ii dovecot-core 1:2.1.7-7+deb7u1 amd64 secure mail server that supports mbox, maildir, dbox and mdbox mailboxes ii dovecot-imapd 1:2.1.7-7+deb7u1 amd64 secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes $ doveconf -n # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.16.0-4-amd64 x86_64 Debian 7.8 mail_location = maildir:~/.Maildir:LAYOUT=fs:INBOX=~/.Maildir/INBOX mail_privileged_group = mail 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 } protocols = " imap" ssl = required ssl_cert = http://yeupou.wordpress.com/
Re: dsync-local(klink): Error: remote: dsync-server: invalid option -- 'l'
Turns out dsync from 2.1.7 is not compatible with dsync from 2.2.13. -- http://yeupou.wordpress.com/
[Dovecot] dovecot 2.x via xinetd
Hello, I was using dovecot 1.2.x via xinetd with a setup like http://wiki.dovecot.org/InetdInstall Since I upgraded to Debian Wheezy, shipping dovecot 2.x, it no longer works. At best, I end up with stuff like Error: net_connect_unix(anvil) failed: No such file or directory Fatal: Couldn't connect to anvil Any clues? Regards, (add me in Cc in replies, I'm not suscribed to the list) # doveconf -n # 2.1.7: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-3-amd64 x86_64 Debian wheezy/sid ext4 mail_location = maildir:/home/%n/.Maildir:LAYOUT=fs mail_privileged_group = mail namespace inbox { inbox = yes location = prefix = } passdb { driver = pam } protocols = " imap" ssl_cert =
Re: [Dovecot] dovecot 2.x via xinetd
Le dimanche 22 juillet 2012, Timo Sirainen a écrit : > On 22.7.2012, at 14.46, Mathieu Roy wrote: > > > Hello, > > > > I was using dovecot 1.2.x via xinetd with a setup like > > http://wiki.dovecot.org/InetdInstall > > Since I upgraded to Debian Wheezy, shipping dovecot 2.x, it no longer > > works. At best, I end up with stuff like > > > > Error: net_connect_unix(anvil) failed: No such file or directory > > Fatal: Couldn't connect to anvil > > > > Any clues? > > Regards, > > > > (add me in Cc in replies, I'm not suscribed to the list) > > Doesn't work anymore. No plans to make it work anymore. Way too much trouble. Is there any way to make dovecot aware of hosts.deny and hosts.allow? Thanks for your reply, Regards, -- Mathieu Roy
Re: [Dovecot] dovecot 2.x via xinetd
Le lundi 23 juillet 2012, Timo Sirainen a écrit : > If you've compiled with tcpwrappers, you can do: > > login_access_sockets = tcpwrap I use debian stock version, I'll check that and recompile if need be. Thanks a lot, -- Mathieu Roy