From owner-svn-ports-all@freebsd.org Tue May 23 23:35:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E54C5D79A47; Tue, 23 May 2017 23:35:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C6170183E; Tue, 23 May 2017 23:35:54 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id v4NNZi9J037142; Tue, 23 May 2017 16:35:48 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201705232335.v4NNZi9J037142@gw.catspoiler.org> Date: Tue, 23 May 2017 16:35:44 -0700 (PDT) From: Don Lewis Subject: Re: svn commit: r441012 - in head/mail/cyrus-imapd24: . files To: ume@FreeBSD.org cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org In-Reply-To: <201705161717.v4GHHUFE031755@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 23:35:55 -0000 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.