<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Tag: Courier - Recent Posts</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Tag: Courier - Recent Posts</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 06:07:51 +0000</pubDate>

<item>
<title>Richard on "mimetype error"</title>
<link>http://diymacserver.com/forum/topic/mimetype-error#post-488</link>
<pubDate>Thu, 05 Jun 2008 19:31:29 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">488@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I think you downloaded the wrong courier package, which package did you download ?
&#60;/p&#62;</description>
</item>
<item>
<title>iztech on "mimetype error"</title>
<link>http://diymacserver.com/forum/topic/mimetype-error#post-485</link>
<pubDate>Tue, 03 Jun 2008 18:57:49 +0000</pubDate>
<dc:creator>iztech</dc:creator>
<guid isPermaLink="false">485@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;installing on 10.5.3&#60;br /&#62;
courier 0.59.0&#60;/p&#62;
&#60;p&#62;on configure i got an error that said&#60;br /&#62;
configure: error: Unable to find your mime.types file, specify --enable-mimetypes.&#60;br /&#62;
configure: error: ./configure failed for webmail&#60;/p&#62;
&#60;p&#62;so re ran it with --enable-mimetypes&#60;/p&#62;
&#60;p&#62;that ran but on make i got errors.&#60;/p&#62;
&#60;p&#62;chown daemon /usr/local/libexec/courier/sqwebpasswd&#60;br /&#62;
chgrp daemon /usr/local/libexec/courier/sqwebpasswd&#60;br /&#62;
chmod 755 /usr/local/libexec/courier/sqwebpasswd&#60;br /&#62;
chmod g+s /usr/local/libexec/courier/sqwebpasswd&#60;br /&#62;
/bin/sh /source/courier-0.59.0/install-sh -d /usr/local/var/webmail-logincache&#60;br /&#62;
/bin/sh /source/courier-0.59.0/install-sh -d /usr/local/var/tmp&#60;br /&#62;
test -w /etc &#124;&#124; exit 0; chown bin /usr/local/var/webmail-logincache&#60;br /&#62;
chown: bin: Invalid argument&#60;br /&#62;
make[4]: *** [cache-reminder] Error 1&#60;br /&#62;
make[3]: *** [install-am] Error 2&#60;br /&#62;
make[2]: *** [install-recursive] Error 1&#60;br /&#62;
make[1]: *** [install] Error 2&#60;br /&#62;
make: *** [install-recursive] Error 1
&#60;/p&#62;</description>
</item>
<item>
<title>nerdcoder on "courier-authlib-0.60.2: error in mail.log: Symbol not found: _auth_mysql"</title>
<link>http://diymacserver.com/forum/topic/courier-authlib-0602-error-in-maillog-symbol-not-found-_auth_mysql#post-426</link>
<pubDate>Thu, 29 Nov 2007 22:15:35 +0000</pubDate>
<dc:creator>nerdcoder</dc:creator>
<guid isPermaLink="false">426@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hi Richard!&#60;/p&#62;
&#60;p&#62;Thank you so much for your comment!&#60;br /&#62;
First I tried and it didn't work... I accidently delited the &#34;10.5&#34; when copying to my sh script... Doh!&#60;/p&#62;
&#60;p&#62;Well... Now it starts without any errors - on to the real testing now!&#60;/p&#62;
&#60;p&#62;Thank you for your time! :-)&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Dan Larsen
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "courier-authlib-0.60.2: error in mail.log: Symbol not found: _auth_mysql"</title>
<link>http://diymacserver.com/forum/topic/courier-authlib-0602-error-in-maillog-symbol-not-found-_auth_mysql#post-425</link>
<pubDate>Thu, 29 Nov 2007 18:55:30 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">425@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Put the line &#60;/p&#62;
&#60;p&#62;&#60;code&#62;export MACOSX_DEPLOYMENT_TARGET=10.5&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;before the configure line and do a make and sudo make install and all will be fine!&#60;/p&#62;
&#60;p&#62;There is still an issue with IMAP 4.3.0, try 4.2.1 that'll work!
&#60;/p&#62;</description>
</item>
<item>
<title>nerdcoder on "courier-authlib-0.60.2: error in mail.log: Symbol not found: _auth_mysql"</title>
<link>http://diymacserver.com/forum/topic/courier-authlib-0602-error-in-maillog-symbol-not-found-_auth_mysql#post-424</link>
<pubDate>Thu, 29 Nov 2007 02:45:57 +0000</pubDate>
<dc:creator>nerdcoder</dc:creator>
<guid isPermaLink="false">424@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;After compiling everything succesfully on Mac OS X Leopard (10.5) I&#60;br /&#62;
get this error in the mail.log when starting authdaemond:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Nov 29 03:23:05 XXX authdaemond[88436]: dlopen(/XXX/lib/courier-
authlib/libauthmysql.0.so, 9): Symbol not found: _auth_mysql&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Everything seems to compile nicely.&#60;/p&#62;
&#60;p&#62;It even knows where to find the compiled mysql - I tried to move it and I got another error.&#60;br /&#62;
I have now tried with mysql's own precompiled Mac tarball.&#60;br /&#62;
Besides that I have tried a variety of configurations and compile&#60;br /&#62;
methods.&#60;/p&#62;
&#60;p&#62;This is one of them (I have tried compiling with servers to and&#60;br /&#62;
without any special CFLAGS or other stuff:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;CC=gcc CFLAGS=\&#38;quot;-O3 -fno-omit-frame-pointer\&#38;quot; CXX=gcc CXXFLAGS=\&#38;quot;-O3 -fno-
omit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti\&#38;quot; ./
configure --prefix=/XXX --with-extra-charsets=complex --enable-thread-
safe-client --enable-shared --without-server
make
sudo make install&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This seems to work for courier-authlib:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;CC=\&#38;quot;\&#38;quot; CXX=\&#38;quot;\&#38;quot; CXXFLAGS=\&#38;quot;\&#38;quot;
CFLAGS=\&#38;quot;-arch i386\&#38;quot; ./configure --with-authmysql --without-authpam --
with-mysql-libs=/XXX/lib/mysql --with-mysql-includes=/XXX/include/
mysql --with-mailuser=_postfix --with-mailgroup=_postfix --prefix=/XXX
make
sudo make install&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have set up the authdaemonrc and authmysqlrc just as they are on a&#60;br /&#62;
working server I have + the new setup connects to the already running&#60;br /&#62;
and working mysql db.&#60;/p&#62;
&#60;p&#62;Any idea what is going on?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Dan Larsen&#60;/p&#62;
&#60;p&#62;P.S: I even tested 0.60.1 and 0.60.0
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-370</link>
<pubDate>Sun, 29 Apr 2007 10:29:35 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">370@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Finally succeeded with setting up the mail server, however without virtual domains and MySQL - a little overkill for me as I have only two domains with a total of one user (me) :)  Thank you, your guide has been helpful!
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-360</link>
<pubDate>Sat, 21 Apr 2007 07:32:07 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">360@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Yes it is. This is the latest one.
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-359</link>
<pubDate>Sat, 21 Apr 2007 06:51:29 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">359@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Er.. well, it died and I tried reinstalling the whole thing using something called MailServe (successor to Postfix Enabler), however it didn't quite turn out as I expected. So today I'll give another shot at installing this. I noticed you have several guides, and they differ a little - is the guide on this site (diymacserver.com) the most recent one?
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-358</link>
<pubDate>Fri, 20 Apr 2007 21:58:19 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">358@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;You might have missed something during the configure phase, still good to know you've got it working.
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-355</link>
<pubDate>Fri, 20 Apr 2007 16:55:53 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">355@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;How strange, I tried reinstalling courier-imap from scratch and this time it worked. I must have missed something.. beats me.&#60;/p&#62;
&#60;p&#62;Heading for the next step. :)
&#60;/p&#62;</description>
</item>
<item>
<title>j416 on "Cannot install courier-imap properly"</title>
<link>http://diymacserver.com/forum/topic/cannot-install-courier-imap-properly#post-354</link>
<pubDate>Fri, 20 Apr 2007 16:44:46 +0000</pubDate>
<dc:creator>j416</dc:creator>
<guid isPermaLink="false">354@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Hello Richard,&#60;/p&#62;
&#60;p&#62;Been spending the afternoon trying to set this up. Everything went fine until I came to the point where I run this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;
mini:~/Desktop/courier-imap-4.1.2 j$ sudo make install-configure
make install-configure-local DESTDIR=
/usr/local/etc/imapd.dist: No such file or directory
/usr/local/etc/imapd-ssl.dist: No such file or directory
/usr/local/etc/pop3d.dist: No such file or directory
/usr/local/etc/pop3d-ssl.dist: No such file or directory
&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I guess I must somehow tell it to look in ./ for these files? What has gone wrong? I believe I have followed your guide down to the last detail..&#60;/p&#62;
&#60;p&#62;thank you&#60;/p&#62;
&#60;p&#62;Johan
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "Courier-IMAP&#039;s location?"</title>
<link>http://diymacserver.com/forum/topic/courier-imaps-location#post-68</link>
<pubDate>Mon, 18 Sep 2006 20:49:40 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">68@http://diymacserver.com/forum/</guid>
<description>Look &#60;a href=&#34;http://switch.richard5.net/isp-in-a-box-v2/starting-the-mailserver-programs-automatically-after-a-reboot/&#34;&#62;here&#60;/a&#62; on info how to start everything.&#60;br /&#62;
&#60;br /&#62;
Start imap with:&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;sudo /usr/local/libexec/imapd.rc start&#60;/code&#62;&#60;/p&#62;</description>
</item>
<item>
<title>dgrenier on "Courier-IMAP&#039;s location?"</title>
<link>http://diymacserver.com/forum/topic/courier-imaps-location#post-66</link>
<pubDate>Mon, 18 Sep 2006 20:37:34 +0000</pubDate>
<dc:creator>dgrenier</dc:creator>
<guid isPermaLink="false">66@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;richard5 EscribiÃƒÂ³:&#60;/p&#62;&#60;blockquote&#62;It's in /usr/local/bin/&#60;/blockquote&#62;&#60;br /&#62;
&#60;br /&#62;
So, in order to manually start the Courier-IMAP server, instead of typing:&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;/usr/lib/courier/sbin/courier start&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
I'll type&#60;br /&#62;
&#60;br /&#62;
&#60;p&#62;&#60;code&#62;/usr/local/bin/couriertls start&#60;/code&#62;&#60;/p&#62;&#60;br /&#62;
&#60;br /&#62;
Is that correct ?</description>
</item>
<item>
<title>Richard on "Courier-IMAP&#039;s location?"</title>
<link>http://diymacserver.com/forum/topic/courier-imaps-location#post-64</link>
<pubDate>Mon, 18 Sep 2006 20:09:36 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">64@http://diymacserver.com/forum/</guid>
<description>It's in /usr/local/bin/</description>
</item>
<item>
<title>dgrenier on "Courier-IMAP&#039;s location?"</title>
<link>http://diymacserver.com/forum/topic/courier-imaps-location#post-62</link>
<pubDate>Mon, 18 Sep 2006 19:12:54 +0000</pubDate>
<dc:creator>dgrenier</dc:creator>
<guid isPermaLink="false">62@http://diymacserver.com/forum/</guid>
<description>Do anybody knows where Courier-IMAP is installed on Mac OS X using the infos on this site?&#60;br /&#62;
&#60;br /&#62;
On the dev site they say it is by default installed in /usr/lib/courier, but I looked and it is not in there...&#60;br /&#62;
&#60;br /&#62;
Any idea?</description>
</item>

</channel>
</rss>

