PDA

View Full Version : 7.5.2 services imap


dthoward
3rd March 2005, 03:55 AM
I have upgraded to 7.5.2 on Redhat 9. The service management form shows courier-imap as stopped when in it is not. I have not been able to get this to report the proper state. Any ideas?

Thanks, Todd

dthoward
16th March 2005, 04:06 AM
Problem solved ... Plesk had installed both xinetd and a daemin at boot ... I removed the xinetd version and the control panel now works as expected ... the question is why Plesk installed both ???

zraii
18th March 2005, 12:19 PM
hey, i think i have this same problem.. what exactly did you need to do to get it to work?

dthoward
19th March 2005, 02:20 AM
Disclaimer ::: I am not a Plesk expert, use advice at your own risk ...

If you're have this issue, you will have the following in your boot.log ...

imapd.rc: bind: Address already in use

I'm not sure which one should be running courier-imap, daemon or xinetd, maybe someone will confirm ... my hunch and what I'm using is the daemon ...

If you have the following files in /etc/xinetd.d, move them to a safe place (actually I found a copy in /etc/xinetd.d/archive) ... this step will eliminate the possibility of imap/pop running from xinetd

/etc/xinetd.d/courier-imapd
/etc/xinetd.d/courier-imapds
/etc/xinetd.dcourier-pop3d
/etc/xinetd.d/courier-pop3ds

Next check that the following exists ...

/etc/init.d/courier-imap

... and is linked in /etc/rc5.d.

Then reboot ... check the boot.log for errors ... check Plesk CP services ... etc.

You can use the chkconfig command to list/add/delete boot entries ... my system looks like this ...

chkconfig --list
syslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
winbind 0:off 1:off 2:off 3:off 4:off 5:off 6:off
httpd 0:off 1:off 2:off 3:on 4:off 5:off 6:off
netfs 0:off 1:off 2:off 3:off 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
random 0:off 1:off 2:on 3:off 4:on 5:on 6:off
rawdevices 0:off 1:off 2:off 3:off 4:on 5:on 6:off
saslauthd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
xinetd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
named 0:off 1:off 2:on 3:on 4:on 5:on 6:off
smb 0:off 1:off 2:off 3:off 4:off 5:off 6:off
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
snmpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
snmptrapd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
anacron 0:off 1:off 2:on 3:off 4:on 5:on 6:off
iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
portmap 0:off 1:off 2:off 3:off 4:on 5:on 6:off
sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
courier-imap 0:off 1:off 2:off 3:on 4:on 5:on 6:off
qmail 0:off 1:off 2:on 3:on 4:on 5:on 6:off
psa 0:off 1:off 2:off 3:on 4:on 5:on 6:off
mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ntpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
mailman 0:off 1:off 2:on 3:on 4:on 5:on 6:off
xinetd based services:
chargen-udp: off
rsync: off
chargen: off
daytime-udp: off
daytime: off
echo-udp: off
echo: off
services: off
servers: off
time-udp: off
time: off
time: off
finger: off
swat: off
ntalk: off
talk: off
smtp_psa: on
smtps_psa: on
poppassd_psa: on
ftp_psa: on

Good Luck !!!