Posted in Linux Red Hat/CentOS
Courier-imap RPM for CentOS 5 (i386 + x86_64)
Someone asked for help about installing courier-imap under CentOS 5.
I made the RPM for him and thought I would share them here.
The whole thing is packaged in a tar.gz
Courier-authlib
Version: 0.59.3 (22-Apr-2007)
Courier-Imap
Version: 4.1.3 (22-Apr-2007)
Download : http://www.wains.be/pub/courier-centos5-i386-20070814.tar.gz
Packages tested and working.
x86_64
Charles has been kind enough to build the RPMs for the x86_64 architecture and share them.
Courier-authlib
Version : 0.60.2
Courier-Imap
Version : 4.2.1
Download : http://www.wains.be/pub/courier-centos5-x86_64.tgz
I wasn’t able to test them, use these at your own risk.
Comments
Sébastien Wains
Hi,
No it’s not available in the official repo
# yum search courier*
Loading “installonlyn” plugin
Setting up repositories
base 100% |=========================| 1.1 kB 00:00
ftp://ftp.quicknet.nl/pub/Linux/www.centos.org/5.0/updates/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 501 Connection denied. Bye
Trying other mirror.
updates 100% |=========================| 951 B 00:00
ftp://ftp.quicknet.nl/pub/Linux/www.centos.org/5.0/addons/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 501 Connection denied. Bye
Trying other mirror.
ftp://ftp.tudelft.nl/pub/Linux/centos.org/5.0/addons/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 501 Connection denied. Bye
Trying other mirror.
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 798 kB 00:01
base : ################################################## 2334/2334
Added 2334 new packages, deleted 0 old in 30.46 seconds
primary.xml.gz 100% |=========================| 249 kB 00:00
updates : ################################################## 552/552
Added 552 new packages, deleted 0 old in 8.92 seconds
primary.xml.gz 100% |=========================| 157 B 00:00
Added 0 new packages, deleted 0 old in 0.01 seconds
primary.xml.gz 100% |=========================| 62 kB 00:00
extras : ################################################## 233/233
Added 233 new packages, deleted 0 old in 2.42 seconds
No Matches found
rickygm
Hi , sebastien , as I can start the demon of courier-imap , in suse I do it this way rccourier-imap , rccourier-pop3 , in centos I cannot start it this way service courier-pop3 start o imap
?
greetings
Sébastien Wains
To know the name of the service.. : chkconfig –list
Then “service servicename start”
Unlike Suse and Debian, a single command will start the instances (imap, pop3, imaps, pop3s) you specified in your config
For Courier, you need to do : service courier-authlib start && service courier-imap start
rickygm
thank Sebastien
domenico
Hi, i’ve installed it but when i launch pop3d or imapd i receive this:
[root@mailserver]# /etc/init.d/pop3d start
chdir start: No such file or directory
-ERR chdir start failed
[root@mailserver]#
Have any idea ?
Thanx.
Sébastien Wains
In CentOS pop3 and imap services are controlled by only one init script (/etc/init.d/courier-imap), pop3 and imap3 daemons are launched depending on the configuration (variables like POP3START or something like that.)
Max
Thank, Sebastien!
Leave Comment
Please consider visiting the partners below if you enjoyed this article :If this post saved you time and money, please consider checking my Amazon wishlist.







necr0man6er
Can’t you get them in the Centos repo’s?