[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] IMAP No info available Also the service too?
- Subject: [cobalt-users] IMAP No info available Also the service too?
- From: "Fab Perez" <fabperez@xxxxxxxxxx>
- Date: Mon Dec 3 08:54:21 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi list!
Recently I install a web mail solution based on PHP. This webmail
(SquirrelMail) uses IMAP.
Also I have a RaQ3 there is where the application is running but after I
configured it I start receiving this error from the web:
<Fatal error: Maximum execution time of 30 seconds exceeded in
/home/sites/site31/web/webmail/functions/imap_general.php on line 35
>
That lines is this:
<$read .= fgets($imap_stream, 9096);>
Apperently my IMAP service was not running so I went to the Control Panel of
my Cobalt Server. The error I'm getting from him is:
<No information is available for the Internet Message Access Protocol (IMAP)
Server yet. Information is gathered every 15 minutes.>
And unchecked and re-checked the email services' checkbox, on the "Control
Panel" saved the configuration but it did not restart the IMAP demon. The
status indicator shows in grey while the SMTP and POP3 are green.
So I manually restarted the service. And even now with the demon running I
could not turn green the IMAP inidicator light. Didn't work anyway.
So I check the list on how to restart this service. With no success. Another
similar cases and nothing like that.
I checked the:
</etc/inetd.conf >
file and the line corresponding to IMAP was ok. No "#" in front of the
service.
I checked the:
</etc/cobalt/swatch/services/imap>
file and found this:
<type = service
name = imap
port = 143
protocol = tcp
state = off
retry = 3
restart = /etc/rc.d/init.d/inet hard-restart
init = * OK
seq = 2
command1 = A001 LOGIN Active_Monitor_69 blah
ack1 = A001 NO LOGIN failed
command2 = A006 logout
ack2 = * BYE>
The IMAP services' state was OFF but manually I don't want to turn it on...
unless i'm sure that is the correct way.
If any one knows what's happening to my server I'd appreciate to read you
comments, suggestion, etc.
Many thanks...
Fab