Re: v2.2.28 released

2017-03-06 Thread Timo Sirainen
On 6 Mar 2017, at 9.17, Tom Sommer wrote: > > > On 2017-02-24 14:34, Timo Sirainen wrote: >> http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz >> http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz.sig > > Are there any plans to do a bugfix-release, that includes the few issues seen > in

Re: v2.2.28 released

2017-03-06 Thread Tom Sommer
On 2017-02-24 14:34, Timo Sirainen wrote: http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.28.tar.gz.sig Are there any plans to do a bugfix-release, that includes the few issues seen in the mailing-list, or do you consider 2.2.28 safe to upgrad

Re: Transitioning away from mail_location = maildir:~

2017-03-06 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 4 Mar 2017, Chris Stankevitz wrote: mail_home = /var/mail/vhosts/%d/%n mail_location = maildir:~/mail the default for maildir-type would be ~/Maildir :-) that enables auto-detection as well. 1. Should I manually create the maildir:~/ma

Re: quota-warning: possible to have size also?

2017-03-06 Thread chaouche yacine
Good point Alex, there's no real advantage that script was there from courier's time and I still use it but doveadm quota command does the trick just as well. Actual quota : root@messagerie[10.10.10.19] ~ # doveadm quota get -u sec-...@domain.tld 2>/dev/null | sed -n 1p | awk '{print $4}' 55

Re: Do I need to configure director?

2017-03-06 Thread @lbutlr
On 03 Mar 2017, at 05:42, Angel L. Mateo wrote: > Is there any advantage of running director in this scenario? I haven't used director, but based on what it does it seems it would be of no benefit when the LDAP record has the information that director would otherwise provide. Are your lo

Re: quota-warning: possible to have size also?

2017-03-06 Thread Alex JOST
Am 06.03.2017 um 10:39 schrieb chaouche yacine: Hi, I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so : 1073741824S

Re: Transitioning away from mail_location = maildir:~

2017-03-06 Thread chaouche yacine
Thanks Alex. I myself ran into these problems as described above and having distinct Maildir and Homedir helped it. The main reason being dovecot not making any distinction between a folder and maildir folder, which seems to have a very simple solution though. -- Yassine.

Re: quota-warning: possible to have size also?

2017-03-06 Thread chaouche yacine
Hi, I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so : 1073741824S 379317999 5169 This means this user has a quo

Re: dovecot 2.2.x listening on multiple interfaces

2017-03-06 Thread Alex JOST
Am 06.03.2017 um 09:31 schrieb David Mehler: Hello, I'm wondering if it's possible to get dovecot to listen on multiple interfaces without designating * for everything? I've got a machine with three interfaces going to three different networks. I'm not wanting to let dovecot listen on all inter

Re: Transitioning away from mail_location = maildir:~

2017-03-06 Thread Alex JOST
Am 06.03.2017 um 09:06 schrieb chaouche yacine: Hi Chris, I have since learned that mail_home and mail_location should be different. I plan to use this: I'm interested about any sources for this ? http://wiki.dovecot.org/VirtualUsers/Home "Home directory shouldn't be the same as mail

Re: Upgrade from 2.0. to 2.2

2017-03-06 Thread Jakob Curdes
Ah, still better. I just want to upgrade to a package that is available from maintained repos, so that is good news for me. Thx, Jakob (The last message was crippled somewhere - in my sent folder it looks ok but on the list only our logo appeared...) Am 05.03.2017 um 22:52 schrieb Alexande

Re: Upgrade from 2.0. to 2.2

2017-03-06 Thread Jakob Curdes
Am 03.03.2017 um 12:45 schrieb Aki Tuomi: On 2017-03-03 13:22, Jakob Curdes wrote: Hello, we have a centos 6 server running dovecot 2.0 provided with the OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package provided by the mailserver.guru repo. I read the upgrading docs for

Re: Upgrade from 2.0. to 2.2

2017-03-06 Thread Jakob Curdes
Ah, still better. I just want to upgrade to a package that is available from maintained repos, so that is good news for me. Thx, Jakob Am 05.03.2017 um 22:52 schrieb Alexander Dalloz: Am 05.03.2017 um 22:49 schrieb Peter: On 04/03/17 00:22, Jakob Curdes wrote: Hello, we have a centos 6 serv

dovecot 2.2.x listening on multiple interfaces

2017-03-06 Thread David Mehler
Hello, I'm wondering if it's possible to get dovecot to listen on multiple interfaces without designating * for everything? I've got a machine with three interfaces going to three different networks. I'm not wanting to let dovecot listen on all interfaces * just two of them, standard ports. Is th

Re: Transitioning away from mail_location = maildir:~

2017-03-06 Thread chaouche yacine
It's even listed as a possible setup in dovecot's wiki, see : http://genius.it/wiki.dovecot.org/VirtualUsers/Home (annotated version). -- Yassine.

Re: Transitioning away from mail_location = maildir:~

2017-03-06 Thread chaouche yacine
Hi Chris, >I have since learned that mail_home and mail_location should be >different. I plan to use this: I'm interested about any sources for this ? I find dovecot to be very flexible, so much that you can actual have the home dir inside the maildir instead of the traditional other way a