how to start a replication master-master correctly

2014-11-28 Thread Eduardo Casarero
Hi all, I currently have one dovecot 2.2.15 working and I would like to add a second master server. If I configure the second server and enable the dsync in both servers, the sync will copy everything from A to B ? I mean, B server won't remove messages in A as it doesn't have anything in its users

building latest stable for ubuntu 14.04

2014-11-06 Thread Eduardo Casarero
Hi list, Does anybody have some notes/blog post/etc about building dovecot deb packages?

[Dovecot] rare ssl issue

2012-12-12 Thread Eduardo Casarero
I'am having a rare situation with ssl connections. I can connect to 993/995 but the connection never starts. >From the client side i test with: $ openssl s_client -connect example.com:993 CONNECTED(0003) and stays like that... waiting. In the other side i see in dovecot logs: Disconnected

Re: [Dovecot] Advanced dovecot tricks - spam review/release

2012-10-03 Thread Eduardo Casarero
Hi Marc, i solved this using an automated report for users quarantine. In front of dovecot i have 2 mailscanner boxes that stores spam emails in quarantine and logs them to a database, periodically there is a script that sends an html report to users that recieved spam in the last interval (1h, 4h,

Re: [Dovecot] Plugin for munin

2011-12-02 Thread Eduardo Casarero
2011/12/2 Patrick Westenberg > Hi there, > > is anyone using munin to monitor connections to dovecot? > If someone does, which plugin is used? > > Regards > Patrick > I've written a very small script to monitor the amount of users conected to dovecot using imap, so i can get an idea of real usag

Re: [Dovecot] Problem with lmtp proxy

2011-11-24 Thread Eduardo Casarero
2011/11/24 Miguel Tormo > El Jueves, 24 de Noviembre de 2011 17:11:11 Miguel Tormo escribió: > > dn = cn=binduser,cn=Users,dc=edicom,dc=es > > Obviously this part should be "dn = cn=binduser,cn=Users,dc=domain,dc=com" > to be coherent with the rest. I replace the real domain and user names > used

Re: [Dovecot] Filesystem quotas

2011-10-09 Thread Eduardo Casarero
2011/10/9 Steve Fatula > I am wondering if I really need to use dovecot quota functions or not. > Assume for the moment, that, each system user has a quota defined using > Linux quotas, and that the Maildir is within their quota limited directory. > So, any mail (or files created by the user etc)

Re: [Dovecot] Problems in auth when switching from PLAIN-MD5

2011-06-03 Thread Eduardo Casarero
2011/6/3 Timo Sirainen > On Thu, 2011-06-02 at 17:41 -0300, Eduardo Casarero wrote: > > Hi, i am running dovecot 2.0.11 (with mysql backend) and until now using > > PLAIN-MD5 as pass default_pass_scheme everything was working fine. > However i > > wanted to change the

[Dovecot] Problems in auth when switching from PLAIN-MD5

2011-06-02 Thread Eduardo Casarero
Hi, i am running dovecot 2.0.11 (with mysql backend) and until now using PLAIN-MD5 as pass default_pass_scheme everything was working fine. However i wanted to change the pass_scheme to something stronger than plain-md5, so i started by reading the wiki. I found this: http://wiki2.dovecot.org/HowT