Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 16:35:44 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ume@FreeBSD.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r441012 - in head/mail/cyrus-imapd24: . files
Message-ID:  <201705232335.v4NNZi9J037142@gw.catspoiler.org>
In-Reply-To: <201705161717.v4GHHUFE031755@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 May, Hajimu UMEMOTO wrote:
> Author: ume
> Date: Tue May 16 17:17:30 2017
> New Revision: 441012
> URL: https://svnweb.freebsd.org/changeset/ports/441012
> 
> Log:
>   Update to 2.4.19.

This version of imapd doesn't work for me.  I run a fairly vanilla imap
server on FreeBSD 10.3-STABLE r317276 with sendmail as the MTA.  When I
upgraded cyrus-imapd24 from 2.4.18 to 2.4.19, mail delivery broke.  What
appears to be happening is that when a new message arrives, sendmail
connects to the lmtp socket, chats with lmtpd a bit, then shoves the
message across the socket.  In response, lmtpd returns a
  451 4.4.3 Remote server unavailable
response and sendmail leaves the message in the queue.  I also see these
errors in /var/log/messages:
  May 23 11:19:39 mousie lmtpunix[23085]: getaddrinfo(HM-^E\ufffdt HM-^KM-^MM-^H\ufffd\ufffd\ufffd\ufffd^A) failed: servname not supported for ai_socktype
My MUA is still able to connect and access previously delivered
messages.

Mail delivery started working again when I downgraded 2.4.18.

I'll try to debug this further, but in the meantime be careful if you
are using cyrus-imapd24.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705232335.v4NNZi9J037142>