From owner-cvs-all Thu Aug 15 9:11: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9F0637B400; Thu, 15 Aug 2002 09:10:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E91843E6E; Thu, 15 Aug 2002 09:10:56 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7FGAuJU059336; Thu, 15 Aug 2002 09:10:56 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7FGAupj059335; Thu, 15 Aug 2002 09:10:56 -0700 (PDT) Message-Id: <200208151610.g7FGAupj059335@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 15 Aug 2002 09:10:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2/files patch-df X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/15 09:10:56 PDT Modified files: mail/cyrus-imapd2/files patch-df Log: It seems getpeername() returns with no error but doesn't fill struct sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of this behavior, PF_UNIX socket was always checked by libwrap. This work around prevents PF_UNIX socket from checking by libwrap to always allow LMTP. Revision Changes Path 1.3 +5 -3 ports/mail/cyrus-imapd2/files/patch-df To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message