Bug 110678 - postfix sould allow multiple SASL
Summary: postfix sould allow multiple SASL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 14:30 UTC by baptiste.daroussin
Modified: 2007-08-30 10:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description baptiste.daroussin 2007-03-22 14:30:03 UTC
	The postfix ports should allow to choose multiple SASL method. At least I tried SASL2 and DOVECOT_SASL and both work well together
	I use dovecot_sasl for smtpd_sasl_type but currently it is not recognize for smtp_sasl_type so I use SASL2 (cyrus for that purpose.
	Commenting out the test for the knobs and selecting both SASL2 and DOVECOT_SASL work great now I get :
	#postconf -A
	cyrus
	
	and
	#postconf -a
	cyrus
	dovecot

Fix: 

Remove the test at least for WITH_SASL2 and WITH_DOVECOT and retry to compile selecting both.
How-To-Repeat: 	make config in mail/postfix select DOVECOT_SASL and SASL2, the type make (got an error)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-22 21:02:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Vick Khera 2007-03-23 13:49:40 UTC
Please submit a patch file and I'll be glad to incorporate it.  Thanks.
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2007-03-29 03:55:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110678 

Date: Mon, 16 Apr 2007 12:58:48 +0200 (CEST)
Comment 4 Vick Khera 2007-08-04 02:32:24 UTC
Please commit this patch.  Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-08-30 10:20:23 UTC
delphij     2007-08-30 09:20:17 UTC

  FreeBSD ports repository

  Modified files:
    mail/postfix         Makefile 
  Log:
  Allow dovecot and cyrus SASL to work together.
  
  PORTREVISION intentionally not bumped.
  
  Submitted by:   baptiste.daroussin@gmail.com
  PR:             ports/110678
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.134     +0 -6      ports/mail/postfix/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Xin LI freebsd_committer freebsd_triage 2007-08-30 10:20:24 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 


Comment 7 Xin LI freebsd_committer freebsd_triage 2007-08-30 10:20:24 UTC
Responsible Changed
From-To: mnag->delphij

Take.