Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2005 11:10:45 -0400
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86465: add MIT kerberos option to mail/postfix
Message-ID:  <1127401845.091679.56960.nullmailer@crash.int.m1e.net>
Resent-Message-ID: <200509221520.j8MFKAoi016146@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86465
>Category:       ports
>Synopsis:       add MIT kerberos option to mail/postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 15:20:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 6.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD crash.int.kcilink.com 6.0-BETA3 FreeBSD 6.0-BETA3 #0: Tue Aug 23 10:37:42 EDT 2005 khera@crash.int.kcilink.com:/usr/obj/usr/src/sys/CRASH i386


	
>Description:
	

As per request from Paul Vixie, please find a patch to allow MIT Kerberos
integration with postfix port.

>How-To-Repeat:
	
>Fix:

	

please do not bump PORTREVISION as this affects nobody who has it currently
installed.


diff -Pru postfix/scripts/configure.postfix postfix.new/scripts/configure.postfix
--- postfix/scripts/configure.postfix	Fri Sep 16 10:39:02 2005
+++ postfix.new/scripts/configure.postfix	Thu Sep 22 11:05:09 2005
@@ -24,6 +24,7 @@
 SASL2		"Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
 SASLKRB		"If your SASL requires Kerberos select this option" "$status_SASLKRB" \
 SASLKRB5	"If your SASL requires Kerberos5 select this option" "$status_SASLKRB5" \
+SASLKRB5MIT	"If your SASL requires MIT Kerberos5 select this option" "$status_SASLKRB5MIT" \
 SPF		"SPF support" "$status_SPF" \
 TLS		"SSL and TLS" "$status_TLS" \
 DB3		"Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
@@ -97,6 +98,9 @@
 			;;
 		SASLKRB)
 			echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err"
+			;;
+		SASLKRB5MIT)
+			/bin/echo "POSTFIX_AUXLIBS+= -L\${KRB5_HOME}/lib -lkrb5 -lcrypto -lcrypt -lcom_err"
 			;;
 		SASLKRB5)
 			echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcrypt -lcom_err -lasn1 -lroken"
>Release-Note:
>Audit-Trail:
>Unformatted:



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