Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: Xar on July 05, 2006, 05:38:18 AM

Title: IMAP error
Post by: Xar on July 05, 2006, 05:38:18 AM

Hi,

I am getting this error:

IMAP Error: Could not connect to mail.-------.com at port 143: Connection timed out

I found questions like mine on Net, but there is no answer.

I think that main.inc.php is configured ok.

mail.-------.com is IMAP mail server and it is working OK. I can connect to it throu regular mailclient with same parameters.

Could you help me...
Thanks
Title: Re: IMAP error
Post by: simoesp on July 05, 2006, 01:24:47 PM
did you try instead of using mail.yourdomain.com using the ip address of the imap machine and try to telnet the machine to the port 143

Example

machine:~# telnet 213.xxx.xxx.xxx 143

Trying 213.xxx.xxx.xxx...
Connected to 213.xxx.xxx.xxx.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc. See COPYING for distribution information.


Regards,
Pedro Simões