W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 22, 2007 #1 Our users open Squirrel Mail, show eroor as following: Please help, Tkz.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Mar 22, 2007 #2 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
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
W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 23, 2007 #3 [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 ...
[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 ...
floyd Verified User Joined Mar 29, 2005 Messages 6,273 Mar 23, 2007 #4 You may have to not only start imap but also install imap.
W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 23, 2007 #5 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?
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?
S skruf Verified User Joined Jun 3, 2004 Messages 634 Location US Mar 23, 2007 #6 Hey, Code: # service dovecot start What happens when you try to start dovecot? David
W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 23, 2007 #7 dovecot: unrecognized service
S skruf Verified User Joined Jun 3, 2004 Messages 634 Location US Mar 23, 2007 #8 Hey, Have I need install IMAP in FC? (Default Setting is sendmail-cf, spamassassin, dovecot) Click to expand... It appears that Dovecot is not installed. David
Hey, Have I need install IMAP in FC? (Default Setting is sendmail-cf, spamassassin, dovecot) Click to expand... It appears that Dovecot is not installed. David
W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 23, 2007 #9 have I need install IMAP in RedHat FC? Any problem to DA?
S skruf Verified User Joined Jun 3, 2004 Messages 634 Location US Mar 23, 2007 #10 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
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
W wm20472 Verified User Joined Mar 21, 2006 Messages 110 Mar 23, 2007 #11 I already install DA and useing long time... Now I use Squirrel Mail and show error about IMAP, http://www.directadmin.com/forum/attachment.php?attachmentid=457 Then, I use POP3 & Uebimiau Webmail is not any problem. What can I do now? or insall Dovecot now ?
I already install DA and useing long time... Now I use Squirrel Mail and show error about IMAP, http://www.directadmin.com/forum/attachment.php?attachmentid=457 Then, I use POP3 & Uebimiau Webmail is not any problem. What can I do now? or insall Dovecot now ?
S skruf Verified User Joined Jun 3, 2004 Messages 634 Location US Mar 23, 2007 #12 Hey, You may take a look at this: http://help.directadmin.com/item.php?id=148 Follow the link that it references. David
Hey, You may take a look at this: http://help.directadmin.com/item.php?id=148 Follow the link that it references. David
floyd Verified User Joined Mar 29, 2005 Messages 6,273 Mar 24, 2007 #14 The DirectAdmin install script installs IMAP by default Click to expand... I guess what I meant to say was you have to install xinetd. Code: yum -y install xinetd Last edited: Mar 24, 2007
The DirectAdmin install script installs IMAP by default Click to expand... I guess what I meant to say was you have to install xinetd. Code: yum -y install xinetd