Hi Aki,
I put in the line that you recommended as well as the " echo
'DAEMON_COREFILE_LIMIT="unlimited"' >> /etc/sysconfig/dovecot".
Unfortunately, the logs are saying that core dumps are still disabled.
May 17 13:30:17 config: Fatal: pool_system_malloc(8192): Out of memory
May 17 13:30:17 pop3(
I am using dovecot virtual maildir accounts. Is it possible to find last
day of login for an account by checking the last modification time of
the maildir files?
Lefteris
On 17.5.2019 13.46, Roel van Duijnhoven via dovecot wrote:
> Hello,
>
> I recently upgraded to the latest version of Dovecot, and want to use
> the newly introduced logging / event system. I want to fetch the
> statistics every couple of seconds, and push those to our logging
> platform. Metrics s
Hello,
I recently upgraded to the latest version of Dovecot, and want to use the
newly introduced logging / event system. I want to fetch the statistics
every couple of seconds, and push those to our logging platform. Metrics
such as: number of IMAP commands, average time they took, etc.
However