LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   squirelmail - IMAP error (https://www.linuxquestions.org/questions/linux-newbie-8/squirelmail-imap-error-328475/)

krayz1e 05-30-2005 05:01 AM

squirelmail - IMAP error
 
SquirrelMail configtest
This script will try to check some aspects of your SquirrelMail configuration and point you to errors whereever it can find them. You need to go run conf.pl in the config/ directory first before you run this script.

SquirrelMail version: 1.4.4
Config file version: 1.4.0
Config file last modified: 30 May 2005 19:18:38


Checking PHP configuration...
PHP version 4.3.8 OK.
PHP extensions OK.
Checking paths...
Data dir OK.
Attachment dir is the same as data dir.
Plugins OK.
Themes OK.
Default language OK.
Base URL detected as: http://218.214.1.3/mail/src
Checking outgoing mail service....
SMTP server OK (220 fedora ESMTP Sendmail 8.12.11/8.12.11; Mon, 30 May 2005 19:18:43 +1000)
Checking IMAP service....

ERROR: Error connecting to IMAP server "localhost:143".Server error: (111) Connection refused



any1 know y i get the ERROR???

hob 05-30-2005 08:45 AM

You need to have an active IMAP service. On FC3 this is provided by the "Dovecot" software.

Check /usr/share/doc/dovecot-0.99.13/examples/mkcert.sh - you need to run this if your IMAP service will be accessed from anywhere other than the system itself.

To check what network services are running:

netstat -tl

To start dovecot:

/sbin/service dovecot start (as root)

To make dovecot start on every boot:

/sbin/chkconfig --level 345 dovecot on (as root)


All times are GMT -5. The time now is 10:34 AM.