ports/86465: add MIT kerberos option to mail/postfix

Vivek Khera vivek at khera.org
Thu Sep 22 15:20:11 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list