Re: auth: Warning: Event 0x1280fe20 leaked

2019-07-18 Thread Jos Chrispijn 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 = x
}
service imap-login {
  inet_listener imap {
    address = xxx.xxx.xxx.xxx
  }
  inet_listener imaps {
    address = xxx.xxx.xxx.xxx
  }
}
ssl_ca = 

Re: auth: Warning: Event 0x1280fe20 leaked

2019-07-17 Thread Jos Chrispijn via dovecot

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?

thanks.