Date: Fri, 8 Dec 2000 16:01:55 -0800 (PST) From: insane@lunatic.oneinsane.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23398: TLS will not do relaying based on certificate Message-ID: <20001209000155.8301415551@lunatic.oneinsane.net> Resent-Message-ID: <200012090010.eB90A1e39091@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23398 >Category: ports >Synopsis: TLS will not do relaying based on certificate >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 08 16:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ron Rosson >Release: FreeBSD 4.2-STABLE i386 >Organization: San Diego's BSD Users Group >Environment: FreeBSD 4.2-STABLE with a current ports tree >Description: When building postfix with TLS support it will not allow relaying based on certificate authentication. Emailed the mailing list and the author responded to use the current version of postfix-tls which was built for snapshot20001121. (pfixtls-0.6.27-snap20001121-0.9.6.tar.gz) >How-To-Repeat: Try making Postfix with TLS and setup for relaying based on certificate. >Fix: Upgrade to current version of postfix TLS. Patches are below. --- Makefile.orig Fri Dec 8 12:54:25 2000 +++ Makefile Fri Dec 8 12:55:37 2000 @@ -110,8 +110,8 @@ BIN1+= tlsmgr POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl POSTFIX_AUXLIBS+= -lssl -lcrypto -DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.24-snap20001121-0.9.6.tar.gz -EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.24-snap20001121-0.9.6/pfixtls.diff +DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.6.27-snap20001121-0.9.6.tar.gz +EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.6.27-snap20001121-0.9.6/pfixtls.diff PATCH_STRIP= -p1 PLIST_SUB+= WITH_TLS="" .else --- distinfo.orig Fri Dec 8 12:56:02 2000 +++ distinfo Fri Dec 8 12:56:42 2000 @@ -1,2 +1,2 @@ MD5 (snapshot-20001121.tar.gz) = c2c20ea7ba47c42af8c2da6ffbef855c -MD5 (pfixtls-0.6.24-snap20001121-0.9.6.tar.gz) = e82cb86f317374d5fddf9a3329d7213a +MD5 (pfixtls-0.6.27-snap20001121-0.9.6.tar.gz) = 4ad70dfe1479b0b56730703a5ba52705 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001209000155.8301415551>