Re: Replication between different versions of dovecot

2017-10-18 Thread Dmitry Nezhevenko
On Wed, Oct 18, 2017 at 09:51:49AM +0300, Aki Tuomi wrote: > >> https://github.com/dovecot/core/commit/187fbf157d5c42f9f06ce52884fefbb4f66c070d.patch > > Thanks a lot for path. But could you please state explicitly, is such kind > > of replication (between different versions of dovecot) supported a

Re: Last Login example

2017-10-18 Thread Aki Tuomi
On 14.10.2017 21:20, Jorge Bastos wrote: > Howdy, > > > > Where can i find a configuration example for the last login plugin, that > fits for latest dovecot version? > > Thanks in advanced! > > > > Jorge, https://wiki.dovecot.org/Plugins/LastLogin Is there some problem you are experiencing?

Re: Last Login example

2017-10-18 Thread Siarhei Chystsiakou
My config: config plugins: # cat /etc/dovecot/conf.d/90-last_login.conf > dict { > lastlogin = mysql:/etc/dovecot/dict.conf.d/90-lastlogin.conf > } > plugin { > last_login_dict = proxy::lastlogin > } config db connector: # cat /etc/dovecot/dict.conf.d/90-lastlogin.conf > connect=host=l

Re: Dovecot >=2.2.29 + Filesystem quota = incorrect storage information

2017-10-18 Thread Macka
W dniu 17.10.2017 o 21:57, Timo Sirainen pisze: On 17 Oct 2017, at 18.02, Macka wrote: I have to resume the thread. Apparently the problem is caused by the new /usr/include/sys/quota.h file (glibc-2.25 and newer) When I use the quota.h with glibc-headers-2.25, the filesystem quota limits are

Re: dovecot-2.3 (-git) Warning and Fatal Compile Error

2017-10-18 Thread Timo Sirainen
On 18 Oct 2017, at 6.34, Reuben Farrelly wrote: > > I haven't been tracking dovecot-2.3 until now, but I've just given it a quick > run, and there are a few things that may need some attention. > > /usr/include/features.h:376:4: warning: #warning _FORTIFY_SOURCE requires > compiling with optim