<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Issues solved with Courier-Auth, new version released</title>
	<atom:link href="http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 21:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Balaji</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-532</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Fri, 14 Dec 2007 19:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-532</guid>
		<description>Hi Richard
Looks like the solution to this problem is same as whats outlined in
http://diymacserver.com/forum/topic/88

ie. set export MACOSX_DEPLOYMENT_TARGET=10.5
and then configure, make and make install.
Thanks for your help
Balaji</description>
		<content:encoded><![CDATA[<p>Hi Richard<br />
Looks like the solution to this problem is same as whats outlined in<br />
<a href="http://diymacserver.com/forum/topic/88" rel="nofollow">http://diymacserver.com/forum/topic/88</a></p>
<p>ie. set export MACOSX_DEPLOYMENT_TARGET=10.5<br />
and then configure, make and make install.<br />
Thanks for your help<br />
Balaji</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-418</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 14 Nov 2007 19:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-418</guid>
		<description>I&#039;m sorry, I can&#039;t help you there. This is beyond me. Please try the Courier auth mailing list. They are extremely helpfull: http://lists.sourceforge.net/lists/listinfo/courier-users</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, I can&#8217;t help you there. This is beyond me. Please try the Courier auth mailing list. They are extremely helpfull: <a href="http://lists.sourceforge.net/lists/listinfo/courier-users" rel="nofollow">http://lists.sourceforge.net/lists/listinfo/courier-users</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-416</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Tue, 13 Nov 2007 22:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-416</guid>
		<description>I actually want to use authuserdb to do my authentication...
So if I remove everything other than authuserdb I get the following error
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: modules=&quot;authuserdb&quot;, daemons=5
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Installing libauthuserdb
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: dlopen(/opt/local/lib/courier-authlib/libauthuserdb.0.so, 9): Symbol not found: _auth_userdb
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Referenced from: /opt/local/lib/courier-authlib/libauthuserdb.0.so
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Expected in: flat namespace
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: 

If i try to put authmysql then it complains about 
Nov 13 14:16:41 Balaji-iMac authdaemond[32988]: dlopen(libauthmysql.so, 9): image not found

I would rather not go down that route.</description>
		<content:encoded><![CDATA[<p>I actually want to use authuserdb to do my authentication&#8230;<br />
So if I remove everything other than authuserdb I get the following error<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: modules=&#8221;authuserdb&#8221;, daemons=5<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Installing libauthuserdb<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: dlopen(/opt/local/lib/courier-authlib/libauthuserdb.0.so, 9): Symbol not found: _auth_userdb<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Referenced from: /opt/local/lib/courier-authlib/libauthuserdb.0.so<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: Expected in: flat namespace<br />
Nov 13 14:15:59 Balaji-iMac authdaemond[32971]: </p>
<p>If i try to put authmysql then it complains about<br />
Nov 13 14:16:41 Balaji-iMac authdaemond[32988]: dlopen(libauthmysql.so, 9): image not found</p>
<p>I would rather not go down that route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-415</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 13 Nov 2007 21:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-415</guid>
		<description>The ones defined in the configuration file &#039;/usr/local/etc/authlib/authdaemonrc&#039;, did you change the line:

authmodulelist=&quot;authuserdb authldap authmysql authcustom authpipe&quot; 

into 

authmodulelist=&quot;authmysql&quot;

As explained in http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/configuring-courier-auth-to-use-mysql/</description>
		<content:encoded><![CDATA[<p>The ones defined in the configuration file &#8216;/usr/local/etc/authlib/authdaemonrc&#8217;, did you change the line:</p>
<p>authmodulelist=&#8221;authuserdb authldap authmysql authcustom authpipe&#8221; </p>
<p>into </p>
<p>authmodulelist=&#8221;authmysql&#8221;</p>
<p>As explained in <a href="http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/configuring-courier-auth-to-use-mysql/" rel="nofollow">http://diymacserver.com/installing-the-mailserver/the-basic-mailserver/configuring-courier-auth-to-use-mysql/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-414</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Tue, 13 Nov 2007 21:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-414</guid>
		<description>Sorry what other authdaemons? I just did a simple make install..I had used darwinports to get the original 0.60 version. and then I used make install with the 0.60.2 version to get the latest version in.</description>
		<content:encoded><![CDATA[<p>Sorry what other authdaemons? I just did a simple make install..I had used darwinports to get the original 0.60 version. and then I used make install with the 0.60.2 version to get the latest version in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-413</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 13 Nov 2007 19:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-413</guid>
		<description>Maybe stupid question, but did you remove the other authdeamons from the configuration file ?</description>
		<content:encoded><![CDATA[<p>Maybe stupid question, but did you remove the other authdeamons from the configuration file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-412</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Tue, 13 Nov 2007 17:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-412</guid>
		<description>Thanks for the fix. Now startup of authdaemond goes past creation of the lock file. But in the mail.log I see the following errors:


Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: modules=&quot;authuserdb authpwd authcustom authpipe&quot;, daemons=5
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthuserdb
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthuserdb.so, 9): Symbol not found: _auth_userdb
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthuserdb.so
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: 
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthpwd
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthpwd.so, 9): Symbol not found: _auth_pwd
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthpwd.so
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: 
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthcustom
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthcustom.so, 9): Symbol not found: _auth_custom
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthcustom.so
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: 
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthpipe
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthpipe.so, 9): Symbol not found: _auth_pipe
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthpipe.so
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace


I thought this was fixed with the upgrade to courier-authlib 0.60
Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the fix. Now startup of authdaemond goes past creation of the lock file. But in the mail.log I see the following errors:</p>
<p>Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: modules=&#8221;authuserdb authpwd authcustom authpipe&#8221;, daemons=5<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthuserdb<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthuserdb.so, 9): Symbol not found: _auth_userdb<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthuserdb.so<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]:<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthpwd<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthpwd.so, 9): Symbol not found: _auth_pwd<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthpwd.so<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]:<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthcustom<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthcustom.so, 9): Symbol not found: _auth_custom<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthcustom.so<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]:<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Installing libauthpipe<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: dlopen(/opt/local/lib/courier-authlib/libauthpipe.so, 9): Symbol not found: _auth_pipe<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Referenced from: /opt/local/lib/courier-authlib/libauthpipe.so<br />
Nov 13 09:57:17 Balaji-iMac authdaemond[34335]: Expected in: flat namespace</p>
<p>I thought this was fixed with the upgrade to courier-authlib 0.60<br />
Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-357</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-357</guid>
		<description>I&#039;ve did some googling and testing myself, if you change the line TLS_PROTOCOL=SSL3 into TLS_PROTOCOL=SSL2 in the file /usr/local/etc/imapd-ssl and restart imapd-ssl it should work again.

I will try t find out why !</description>
		<content:encoded><![CDATA[<p>I&#8217;ve did some googling and testing myself, if you change the line TLS_PROTOCOL=SSL3 into TLS_PROTOCOL=SSL2 in the file /usr/local/etc/imapd-ssl and restart imapd-ssl it should work again.</p>
<p>I will try t find out why !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Le Baron</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-356</link>
		<dc:creator>Eric Le Baron</dc:creator>
		<pubDate>Sun, 14 Oct 2007 22:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-356</guid>
		<description>Switched back to IMAP 4.1.3 and Auth 0.59.3 and it works again.</description>
		<content:encoded><![CDATA[<p>Switched back to IMAP 4.1.3 and Auth 0.59.3 and it works again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Le Baron</title>
		<link>http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/comment-page-1/#comment-355</link>
		<dc:creator>Eric Le Baron</dc:creator>
		<pubDate>Sun, 14 Oct 2007 21:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://diymacserver.com/2007/10/14/issues-solved-with-courier-auth-new-version-released/#comment-355</guid>
		<description>Followed the instructions, did a reboot and got the following error in mail.log:

imapd-ssl: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number</description>
		<content:encoded><![CDATA[<p>Followed the instructions, did a reboot and got the following error in mail.log:</p>
<p>imapd-ssl: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number</p>
]]></content:encoded>
	</item>
</channel>
</rss>
