View previous topic :: View next topic |
Author |
Message |
divined Apprentice
Joined: 23 Jul 2004 Posts: 165
|
Posted: Wed Dec 20, 2006 6:00 pm Post subject: HELP : squirrelmail problem |
|
|
Hello everybody
I`ve got this odd problem with squirrelmail. Specifically, when I load the squirrelmail configtest page, I get the output :
Code: |
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.9a
Config file version: 1.4.0
Config file last modified: 18 December 2006 21:34:33
Checking PHP configuration...
PHP version 5.1.6-pl6-gentoo 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://192.103.3.7/squirrelmail/src (location base autodetected)
Checking outgoing mail service....
SMTP server OK (220 spoff.div.com ESMTP Postfix)
Checking IMAP service....
|
The IMAP service isn`t responding. Nonetheless, I can read my e-mails under Thunderbird using IMAP. Any ideas as to what might be the problem?
I forgot to mention that I after entering my username & password on the main squirrelmail page, I just get a blank page. The web server just serves me the redirect.php and nothing further. |
|
Back to top |
|
|
Dan Veteran
Joined: 25 Oct 2005 Posts: 1302
|
Posted: Wed Dec 20, 2006 9:47 pm Post subject: |
|
|
Which IMAP server are you using and is it configured correctly with the imap_server_type = courier setting?
conf.pl -> d -> courier -> save configuration. or whatever your server and port are |
|
Back to top |
|
|
divined Apprentice
Joined: 23 Jul 2004 Posts: 165
|
Posted: Wed Dec 27, 2006 5:07 am Post subject: |
|
|
I`m using courier-imap-ssld and it has been configured to use courier under port 993 in the squirrelmail perl configuration. |
|
Back to top |
|
|
ripperd n00b
Joined: 12 Apr 2005 Posts: 26
|
Posted: Thu Dec 28, 2006 4:01 am Post subject: |
|
|
divined wrote: | I`m using courier-imap-ssld and it has been configured to use courier under port 993 in the squirrelmail perl configuration. |
I don't think squirrelmail can talk SSL natively to an IMAP server. If they are running on the same machine just use standard non-ssl imap for the squirrelmail connection. This is what I do.
Hmm, looking through I do see a TLS option... I don't know if I didn't see that before, or I think it didn't work properly with courier-imap last I tried.
Code: | SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings
General
-------
1. Domain : XXXXXXX
2. Invert Time : false
3. Sendmail or SMTP : SMTP
IMAP Settings
--------------
4. IMAP Server : localhost
5. IMAP Port : 143
6. Authentication type : cram-md5
7. Secure IMAP (TLS) : false
8. Server software : courier
9. Delimiter : detect
B. Update SMTP Settings : XXXXXXXX:25
H. Hide IMAP Server Settings
R Return to Main Menu
C Turn color off
S Save data
Q Quit
Command >>
|
|
|
Back to top |
|
|
|