Re: Syncing two mail servers?

2015-08-15 Thread Eduardo Ramos
For sure Knute. Take a look at this: http://wiki2.dovecot.org/Replication I think a good implementation would be using a dovecot director layer + dovecot replication. On 08/15/2015 06:26 PM, Knute Johnson wrote: I currently have a mail server using Dovecot and sendmail. I was thinking I wo

Re: Trying to back

2015-08-08 Thread Eduardo Ramos
Kevin, Why don't you use dsync? http://wiki2.dovecot.org/Tools/Doveadm/Sync On 08/08/2015 03:38 PM, Benny Pedersen wrote: Kevin Laurie skrev den 2015-08-08 20:17: Appreciate if someone could advise. http://imapsync.lamiral.info/ or try google imapsync howto but do read man pages first

Re: director

2015-06-25 Thread Eduardo Ramos
It seems that you are having problem with connection between dovecot and ldap. Does your ldap server log anything? What about firewall configuration in both? On 06/02/2015 01:48 PM, jjhoffart wrote: Hello, I am currently trying to setup dovecot with a director instance and have managed to con

indexes with ocfs2

2014-11-20 Thread Eduardo Ramos
Hi guys! I'm having performance issues with my dovecot+ocfs2 environment, so I'm thinking about some changes. Now, I have mail store and indexes stored in a iscsi-ocfs2 volume with that options: mmap_disable = yes dotlock_use_excl = yes mail_fsync = always mail_nfs_storage = yes mail_nfs_in

Re: pop3/imap hanging processes

2014-11-12 Thread Eduardo Ramos
Take a look at ' shutdown_clients' parameter. http://wiki2.dovecot.org/RunningDovecot On 11/12/2014 07:37 PM, absolutely_f...@libero.it wrote: Hi, I am using Dovecot 2.0.9 on CentOS server.I noticed that when I type: service dovecot stop, there are several imap / pop3 dovecot processes that r

smtp lastlogin

2014-10-29 Thread Eduardo Ramos
Hey guys! I've been googling without success. Do anyone know if there is a way to track last login of a smtp authentication? I've tried without success using: service auth { executable = auth lastlogin unix_listener auth-userdb { } unix_listener /var/spool/postfix/private/auth {

Re: Help with shared folder

2014-10-07 Thread Eduardo Ramos
Sorry Gianluca, I know IMP/Horde just by name. Some googling show me that the option: $servers['advanced'] = array(...,'acl' => true,...) could help you, but you can get some issues: https://sys4.de/en/blog/2013/11/06/imap-acl-dovecot-horde-5-imp-6-warning/ On 10/07/2014 09:30 AM, Gianluca

Re: Help with shared folder

2014-10-07 Thread Eduardo Ramos
Hi Gianluca, I have roundcubemail as webmail. It has a plugin called 'acl', that allows users create acls easly. My users use to use thunderbird too, and the solution is that add-on: https://addons.mozilla.org/en-US/thunderbird/addon/imap-acl-extension/ On 10/06/2014 09:49 AM, Gianluca Callo

Re: director

2014-09-26 Thread Eduardo Ramos
un/dovecot? Also is creating the second config file as simple as copying and renaming the dovecot.conf file? On Sep 23, 2014, at 2:26 PM, Eduardo Ramos wrote: Hi, In fact you don't NEED a director. You can use two dovecot servers sharing a NFS storage with a normal (backend) implementati

Re: director

2014-09-23 Thread Eduardo Ramos
naming the dovecot.conf file? On Sep 23, 2014, at 2:26 PM, Eduardo Ramos wrote: Hi, In fact you don't NEED a director. You can use two dovecot servers sharing a NFS storage with a normal (backend) implementation. It's good to see that page: http://wiki2.dovecot.org/NFS for some good recom

Re: director

2014-09-23 Thread Eduardo Ramos
Hi, In fact you don't NEED a director. You can use two dovecot servers sharing a NFS storage with a normal (backend) implementation. It's good to see that page: http://wiki2.dovecot.org/NFS for some good recomendations. You must have a base_dir for each instance of dovecot you want to run, a

Re: Multiple A Records for IMAP service

2014-08-29 Thread Eduardo Ramos
I agree with Alex and Jiri. Here I have the same scenario, DNS round-robin and 2 dovecot instances. It works well, but depends on the client implementation. I think keepalived or corosync/pacemaker is a more elegant solution too. I can help you implement. On 08/29/2014 08:34 AM, Jiri Bourek

Director health checker

2014-08-23 Thread Eduardo Ramos
Hi all. I'm writing a director health checker and ask you for suggestions. My project repository: https://github.com/duderamos/dovesitter Thanks.

Re: Multiple servers and NFS

2014-07-25 Thread Eduardo Ramos
Hi Richard, I think its better balance with a router too. Is there any problem with use postfix+amavis in the front-end? I did not understand what the advantage of use dovecot LMTP with director too. On 07/25/2014 01:58 AM, Richard Hector wrote: On 25/07/14 15:30, Eduardo Ramos wrote: Hi

Re: Multiple servers and NFS

2014-07-24 Thread Eduardo Ramos
Hi Richard, In fact I thought it a little confusing. I had some bad experience with DNS RR when one of my IMAP server got down. Clients continued trying connect to broken server and it caused some problems. But when everything is ok, it works well. I drew a diagram with my idea. What do you

Re: Multiple servers and NFS

2014-07-24 Thread Eduardo Ramos
f we move to a more slow system, the user on the hospital would no be happy. I've try many config, but no really success for have a fast NFS, I don't know if the problem it's VMWARE or if the problem it's just my NFS options. I'm not pettry good with linux, I'm most

Re: Multiple servers and NFS

2014-07-24 Thread Eduardo Ramos
Hi Richard, You can use one or more instances of Dovecot on the same machine, as you can see here (http://wiki2.dovecot.org/RunningDovecot) "Running Multiple Invocations of Dovecot". The problem with DNS round-robind is that if you server goes down, DNS continues resolving for it. I would re

Maildir index

2014-06-11 Thread Eduardo Ramos
Hi all! I store my maildir mailboxes in a ocfs2 volume. By default, my indexes are stored with the inbox. If I change now to a local disk, could I have trouble? That's my production server. Thanks!