ispCP - Board - Support
Courier packages for centos5 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Courier packages for centos5 (/thread-1508.html)



Courier packages for centos5 - Sweeny - 10-12-2007 08:41 AM

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