mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped) master: Error: service(imap-login): command startup failed, throttling for 16 secs May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped) I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a password. MariaDB [postfix]> select password FROM mailbox where username ='sample at domain.munged'; +-------------------------------------------------------------------------------+ | password | +-------------------------------------------------------------------------------+ | {SHA256-CRYPT}$5$042......................................................... | +-------------------------------------------------------------------------------+ MariaDB [postfix]> select 89 as uid, 89 as gid, concat('/usr/local/virtual/', maildir) as home FROM mailbox where username = 'sample at domain.munged'; +-----+-----+------------------------------------------+ | uid | gid | home | +-----+-----+------------------------------------------+ | 89 | 89 | /usr/local/virtual/sample at domain.munged/ | +-----+-----+------------------------------------------+ 1 row in set (0.00 sec) I updated my system to openssl111 and rebuilt dovecot and postfix (and a hundred other packages). <y configuration files have not changed. I've looked through he logs for other info, but I don't see anything. Trying to connect via openssl gives me: # openssl s_client -connect mail.covisp.net:993 -starttls imap CONNECTED(00000003)
I've rebuilt dovecot, but no change in behavior. I also enabled debug, but nothing else is logged to /var/log/dovecot as to why IMAP is crashing. On Wed, May 15, 2019 at 5:46 PM @lbutlr via dovecot <dovecot at dovecot.org> wrote:> > > mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped) > master: Error: service(imap-login): command startup failed, throttling for 16 secs > May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped) > > I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a password. > > > MariaDB [postfix]> select password FROM mailbox where username ='sample at domain.munged'; > +-------------------------------------------------------------------------------+ > | password | > +-------------------------------------------------------------------------------+ > | {SHA256-CRYPT}$5$042......................................................... | > +-------------------------------------------------------------------------------+ > > MariaDB [postfix]> select 89 as uid, 89 as gid, concat('/usr/local/virtual/', maildir) as home FROM mailbox where username = 'sample at domain.munged'; > +-----+-----+------------------------------------------+ > | uid | gid | home | > +-----+-----+------------------------------------------+ > | 89 | 89 | /usr/local/virtual/sample at domain.munged/ | > +-----+-----+------------------------------------------+ > 1 row in set (0.00 sec) > > I updated my system to openssl111 and rebuilt dovecot and postfix (and a hundred other packages). <y configuration files have not changed. > > I've looked through he logs for other info, but I don't see anything. Trying to connect via openssl gives me: > > # openssl s_client -connect mail.covisp.net:993 -starttls imap > CONNECTED(00000003) >
I am now trying portmaster -f dovecot-2.3.6 which is reinstalling 78 ports. ?? On Wed, May 15, 2019 at 7:26 PM Cerebus the Aardvark <kreme at kreme.com> wrote:> > I've rebuilt dovecot, but no change in behavior. > > I also enabled debug, but nothing else is logged to /var/log/dovecot > as to why IMAP is crashing. > > On Wed, May 15, 2019 at 5:46 PM @lbutlr via dovecot <dovecot at dovecot.org> wrote: > > > > > > mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped) > > master: Error: service(imap-login): command startup failed, throttling for 16 secs > > May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped) > > > > I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a password. > > > > > > MariaDB [postfix]> select password FROM mailbox where username ='sample at domain.munged'; > > +-------------------------------------------------------------------------------+ > > | password | > > +-------------------------------------------------------------------------------+ > > | {SHA256-CRYPT}$5$042......................................................... | > > +-------------------------------------------------------------------------------+ > > > > MariaDB [postfix]> select 89 as uid, 89 as gid, concat('/usr/local/virtual/', maildir) as home FROM mailbox where username = 'sample at domain.munged'; > > +-----+-----+------------------------------------------+ > > | uid | gid | home | > > +-----+-----+------------------------------------------+ > > | 89 | 89 | /usr/local/virtual/sample at domain.munged/ | > > +-----+-----+------------------------------------------+ > > 1 row in set (0.00 sec) > > > > I updated my system to openssl111 and rebuilt dovecot and postfix (and a hundred other packages). <y configuration files have not changed. > > > > I've looked through he logs for other info, but I don't see anything. Trying to connect via openssl gives me: > > > > # openssl s_client -connect mail.covisp.net:993 -starttls imap > > CONNECTED(00000003) > >
On 16.5.2019 2.46, @lbutlr via dovecot wrote:> mail kernel: pid 59433 (imap-login), uid 0: exited on signal 11 (core dumped) > master: Error: service(imap-login): command startup failed, throttling for 16 secs > May 15 17:21:37 imap-login: Fatal: master: service(imap-login): child 92934 killed with signal 11 (core dumped) > > I also get a password error for a user unknown, but if I connect to the database with the credentials dovecot uses, I get a password. > > > MariaDB [postfix]> select password FROM mailbox where username ='sample at domain.munged'; > +-------------------------------------------------------------------------------+ > | password | > +-------------------------------------------------------------------------------+ > | {SHA256-CRYPT}$5$042......................................................... | > +-------------------------------------------------------------------------------+ > > MariaDB [postfix]> select 89 as uid, 89 as gid, concat('/usr/local/virtual/', maildir) as home FROM mailbox where username = 'sample at domain.munged'; > +-----+-----+------------------------------------------+ > | uid | gid | home | > +-----+-----+------------------------------------------+ > | 89 | 89 | /usr/local/virtual/sample at domain.munged/ | > +-----+-----+------------------------------------------+ > 1 row in set (0.00 sec) > > I updated my system to openssl111 and rebuilt dovecot and postfix (and a hundred other packages). <y configuration files have not changed. > > I've looked through he logs for other info, but I don't see anything. Trying to connect via openssl gives me: > > # openssl s_client -connect mail.covisp.net:993 -starttls imap > CONNECTED(00000003) >Can you try get the core dump file and run gdb bt full on it? Aki
Ugh. Sorry about this, using gmail and it?s weird and annoying meant to send to list On Thu, May 16, 2019 at 00:46 LuKreme <kremels at kreme.com> wrote:> One more bit of info. After leaving s_client up for a bit, I got another > line > > CONNECTED(00000003) > 675481056:error:140790E5:SSL routines:ssl23_write:ssl handshake > failure:/usr/src/crypto/openssl/ssl/s23_lib.c:177: > --- > no peer certificate available > --- > No client certificate CA names sent > --- > SSL handshake has read 0 bytes and written 307 bytes > --- > New, (NONE), Cipher is (NONE) > Secure Renegotiation IS NOT supported > Compression: NONE > Expansion: NONE > No ALPN negotiated > SSL-Session: > Protocol : TLSv1.2 > Cipher : 0000 > Session-ID: > Session-ID-ctx: > Master-Key: > Key-Arg : None > PSK identity: None > PSK identity hint: None > SRP username: None > Start Time: 1557988789 > Timeout : 300 (sec) > Verify return code: 0 (ok) > --- > > I guess I wasn't patient enough before. But the certs are in the exact > same place as they've been all along and are working fine with apache. > I can also send mail, if that is at all relevant. (postconf -n is in > another post in this thread) >-- Sent from Gmail Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190516/87dfa680/attachment.html>
At a loss. I've removed and reinstalled all the ports that use openssl.so.10 now, and still having the same issue. At this point, I'm looking at just upgrading the whole system to freebsd 12.0 and seeing what happens. Not sure why the core files don't seem to cooperate with gdb, butI assume that is some freebsd configuration issue. If anyone has any other ideas though I am all ears.