Lately I get some errors in my logfile, saying:
dovecot[72337]: auth: Warning: Event 0x1280fe20 leaked (parent=0x0): auth-client-connection.c:338: 1 Time(s)
Can you tell me what is going wrong here? Thanks.
On 17 Jul 2019, at 22.13, Jos Chrispijn via dovecot <dovecot@dovecot.org> wrote:
On 16-7-19 9:30, John Doe Vecot via dovecot wrote:
Lately I get some errors in my logfile, saying:
dovecot[72337]: auth: Warning: Event 0x1280fe20 leaked (parent=0x0): auth-client-connection.c:338: 1 Time(s) Same overhere; can someone pls explain?
What's your doveconf -n? I suppose this is coming either when stopping/reloading, or maybe auth process stops when it's been idling for 1 minute. Do you use Postfix/Exim (or something else) that authenticates via Dovecot?
On 17-7-19 21:38, Timo Sirainen wrote:
What's your doveconf -n? I suppose this is coming either when stopping/reloading, or maybe auth process stops when it's been idling for 1 minute. Do you use Postfix/Exim (or something else) that authenticates via Dovecot?
# 2.3.7 (494d20bdc): # OS: FreeBSD 12.0-RELEASE-p7 amd64 zfs # Hostname: poseidon.cloudzeeland.nl
auth_mechanisms = plain login disable_plaintext_auth = no mail_location = mbox:/home/%u:INBOX=/var/mail/%u mail_privileged_group = mail passdb { driver = pam } protocols = imap service auth { unix_listener auth-client { group = mail mode = 0660 user = postfix } unix_listener auth-master { mode = 0666 } user = xxxxx } service imap-login { inet_listener imap { address = xxx.xxx.xxx.xxx } inet_listener imaps { address = xxx.xxx.xxx.xxx } } ssl_ca = </usr/local/share/certs/ca-root-nss.crt ssl_cert = </usr/local/etc/dehydrated/certs/xxxxx/fullchain.pem ssl_cipher_list = HIGH:+TLSv1.2:+TLSv1.3 ssl_dh = # hidden, use -P to show it ssl_key = # hidden, use -P to show it userdb { driver = passwd } protocol imap { imap_client_workarounds = delay-newmail tb-extra-mailbox-sep } protocol lda { mail_plugins = sieve postmaster_address = postmaster@mysite.com sendmail_path = /usr/sbin/sendmail
Yes, I do reload Dovecot once a day in a nightly cron event.
I use postfix-3.4.6,1 thru packages.
participants (4)
-
Aki Tuomi
-
John Doe Vecot
-
Jos Chrispijn
-
Timo Sirainen