hello,
i have problem, i cant login at roundcube webmail, show error:
Connection to IMAP server failed
setting main.inc.php
Quote// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
how ti fix ? thanks :(
stupid question but have you confirmed that the imap server is running and you can connect to it ok via telnet, there is no firewall stuff or php restrictions in the way?