SquirrelMail Error

wm20472

Verified User
Joined
Mar 21, 2006
Messages
110
Our users open Squirrel Mail, show eroor as following:

DA_error.JPG

Please help, Tkz.
 
First thing to do is check to see if your IMAP server is running:
Code:
$ ps waux | grep imap
If it is, then you should try to see if you can connect to it:
Code:
$ telnet localhost 143
Jeff
 
[root@fs01 /]# ps waux | grep imap
root 29115 0.0 0.0 3756 684 pts/0 R+ 22:32 0:00 grep imap

[root@fs01 /]# telnet localhost 143
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused

I think IMAP server maybe some error ...
 
You may have to not only start imap but also install imap.
 
I check Redhat FC Services Config Setting & Package Managment, I have not install IMAP Server

Have I need install IMAP in FC? (Default Setting is sendmail-cf, spamassassin, dovecot)

Any problem to DA?
 
Hey,

Code:
# service dovecot start

What happens when you try to start dovecot?

David
 
Hey,

Have I need install IMAP in FC? (Default Setting is sendmail-cf, spamassassin, dovecot)

It appears that Dovecot is not installed.

David
 
Hey,

The DirectAdmin install script installs IMAP by default... It should already be installed.

When you install Dovecot it will remove the old imap and pop programs from the server.

David
 
The DirectAdmin install script installs IMAP by default

I guess what I meant to say was you have to install xinetd.

Code:
yum -y install xinetd
 
Last edited:
Back
Top