From owner-cvs-ports@FreeBSD.ORG Sun Apr 6 07:43:08 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB1C637B401; Sun, 6 Apr 2003 07:43:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501C143F75; Sun, 6 Apr 2003 07:43:08 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h36Eh80U032825; Sun, 6 Apr 2003 07:43:08 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h36Eh8il032824; Sun, 6 Apr 2003 07:43:08 -0700 (PDT) Message-Id: <200304061443.h36Eh8il032824@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 6 Apr 2003 07:43:08 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/messagewall Makefileports/mail/messagewall/files allow-multiple-recipients.patch patch-exchange-server X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 14:43:09 -0000 nork 2003/04/06 07:43:07 PDT FreeBSD ports repository Modified files: mail/messagewall Makefile Added files: mail/messagewall/files allow-multiple-recipients.patch patch-exchange-server Log: There is a problem with the interaction between MessageWall and Microsoft Exchange server. The MS Exchange server gets upset that MessageWall sends the "250 2.0.0 h1Q0Qc907062 Message accepted for delivery" and the "\r\n" in different packets. The first patch works around this MS problem. See http://messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200302&threadid=nnoiaogojliciagmgpbk The other patch changes how MessageWall behaves when there are multiple recipients to a message. MessageWall accepts the first recipient, but defers the second with a temporary SMTP error. This can take some time for all recipients to get the message when the sending side has a long queue time. MessageWall does this since different recipients of a message can have different profiles. We, along with a number of sites, use a single profile for all inbound email. This patch, which must be enabled when the port is built with -DMESSAGEWALL_ALLOW_MULT_RCPT, allows multiple recipients, using the profile of the first recipient. See: http://www.messagewall.org/cgi-bin/ezmlm-browse.cgi?command=showthread&list=messagewall-discuss&month=200303&threadid=lcjcimckfmdphlhpjjhn PR: ports/50296 Submitted by: Douglas K. Rand Approved by: maintainer timeout (12 days) Revision Changes Path 1.4 +16 -0 ports/mail/messagewall/Makefile 1.1 +33 -0 ports/mail/messagewall/files/allow-multiple-recipients.patch (new) 1.1 +20 -0 ports/mail/messagewall/files/patch-exchange-server (new)