connection to IMAP server failed

Status
Not open for further replies.

ayeweb

Verified User
Joined
Nov 27, 2016
Messages
61
Hello,
I have a issue with mail server.
I updated the server to php7 and when i try to login webmail.
Got error message like
"connection to IMAP server failed"
And our support do for the best and still can't solve the problem.
//Can try to login here.
http://45.64.187.158/roundcube/

Thank you very much.
 
Hello,

Try to rebuild dovecot with:

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build set dovecot yes
./build set dovecot_conf yes
./build dovecot
./build dovecot_conf

Run the commands one-by-one and make sure no error dropped after each one.
 
Hello,
I have a issue with mail server.
I updated the server to php7 and when i try to login webmail.
Got error message like
"connection to IMAP server failed"
And our support do for the best and still can't solve the problem.
//Can try to login here.
http://45.64.187.158/roundcube/

Thank you very much.

Give me test this code.
Thanks zEitEr
 
Hello,

Try to rebuild dovecot with:

Code:
cd /usr/local/directadmin/custombuild/
./build update
./build set dovecot yes
./build set dovecot_conf yes
./build dovecot
./build dovecot_conf

Run the commands one-by-one and make sure no error dropped after each one.

Thanks zEitEr,
I'm trying this.
 
hello zEitEr,
Still error following your suggestion.
Maybe we have a problem with our node.
 
thanks zEitEr,
maybe roundcube is not the proplem.

Becuase squirrelmail error like too.
Error connecting to IMAP server: localhost.
113 : No route to host
 
OK, you're on your own to debug it further:

1. Enable debug in roudcube and read the errors
2. Check your PHP settings and make sure PHP can create sockets and connect to SSL/TLS protected hosts
3. Make sure localhost resolves fine.


Maybe others have more ideas for you.
 
Status
Not open for further replies.
Back
Top