Question
Can't Connect To IMAP Server | RoundCube |
Hey Guys today i put the all installation fileof RoundCube
But i have a problem with the IMAP connection.
When i’m tryng to test my IMAP connection, the server say this:
IMAP connect: NOT OK(Login failed for info@ownhosting.eu from {MY IP}. Could not connect to ownhosting:143: Connection refused)
I don’t know what can i do…I try anithing i think..
I try to modify the host to ssl://ownhosting.eu but it doesn’t work.
This is the config.inc.php
$config[‘dbdsnw’] = 'mysql://root:{PASSWORD}@localhost/email’;
$config['defaulthost’] = 'ownhosting.eu’;
$config['supporturl’] = ’http://www.ownhosting.eu/mail/’;
$config['deskey’] = 'fa70c9b6302a3345ec92462e’;
$config['usernamedomain’] = ’info@ownhosting.eu’;
$config['productname’] = 'OwnHosting.eu’;
$config['plugins’] = array();
The Config work…But Not The IMAP Server…
I Have To Install something for IMAP server?
I’m on Ubuntu 15.10 x64
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×