Hi there,
i've precompiled the courier packages vor CentOS 5 you can get them at:
http://mirrors.penguinfriends.org/ISPCP/CentOS-5.0/
for ISPCP you need the following packages:
courier-authlib-0.57-1.i386.rpm courier-authlib-userdb-0.57-1.i386.rpm courier-authlib-devel-0.57-1.i386.rpm
courier-0*.rpm courier-imapd-0*.rpm courier-pop3d-0*.rpm
Enable them by using:
Code:
# rpm -Uvh courier-authlib-0.57-1.i386.rpm courier-authlib-userdb-0.57-1.i386.rpm courier-authlib-devel-0.57-1.i386.rpm courier-0*.rpm courier-imapd-0*.rpm courier-pop3d-0*.rpm
# chkconfig --add courier
# service courier start
# chkconfig --add courier-authlib
# service courier-authlib start
# chkconfig postfix on
# service postfix start
Greetings,
Sweeny