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)
State Changed From-To: open->feedback Awaiting maintainers feedback
Please submit a patch file and I'll be glad to incorporate it. Thanks.
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)
Please commit this patch. Thanks!
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"
State Changed From-To: feedback->closed Committed, thanks!
Responsible Changed From-To: mnag->delphij Take.