J
jamesyeeoc
Guest
RH uw-imap ?
I am wondering if the default RH pop service (uw-imap) got installed, that would explain the ipop3
From the shell prompt, do the following command:
rpm -q uw-imap
If that produces nothing, then try:
rpm -qa |grep 'imap'
Please post both results here.
In any case, Plesk should not need that ipop3 service, so you can try disabling it:
courier-imap-3.0.8-rh7.build75050506.13
or something similar
I am wondering if the default RH pop service (uw-imap) got installed, that would explain the ipop3
From the shell prompt, do the following command:
rpm -q uw-imap
If that produces nothing, then try:
rpm -qa |grep 'imap'
Please post both results here.
In any case, Plesk should not need that ipop3 service, so you can try disabling it:
Then you will have to make sure that the plesk preferred IMAP is working and/or installed. The rpm listing should show something like:To disable POP3, edit the file
/etc/xinetd.d/ipop3
and make sure it reads something like this:
service pop3
{
disable = yes
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
}
In particular, make sure that "disable" is set to "yes".
Save your changes, exit your editor, and run:
/etc/rc.d/init.d/xinetd restart
Congratulations! You have just disabled POP3.
courier-imap-3.0.8-rh7.build75050506.13
or something similar