Courier-authlib-0.62.2 on TIGER (OS X 10.4+) Server or Client

Whenever you compile from source code it is necessary to have the latest Xcode installed. It's free from ADC.

curl -O http://easynews.dl.sourceforge.net/sourceforge/courier/courier-authlib-0.62.2.tar.bz2
bunzip2 courier-authlib-0.62.2.tar.bz2
tar -xvf courier-authlib-0.62.2.tar
cd courier-authlib-0.62.2
./configure --prefix=/usr/local/courier-authlib \
--with-authmysql \
--with-mysql-libs=/usr/lib/mysql \
--with-mysql-includes=/usr/include/mysql
make
make install
make install-configure

Only run the make install-configure command on a fresh installation, if you do an upgrade don’t execute this as it will overwrite your existing configuration files.

/usr/local/courier-auth/sbin/authdaemond start
/usr/local/courier-auth/sbin/authdaemond stop