From: Patrick N. <in...@gm...> - 2013-08-08 21:30:20
|
Hello, I'm having difficulty setting up Imap_Proxy to work with Roundcube. Yes, I know it's officially designed for Squirellmail but the Roundcube documentation also recommends it :) http://trac.roundcube.net/wiki/Howto_Performance I have imap_proxy listening on port 21849. The important settings in the proxy conf file are: * * *listen_port 21849* *listen_address 127.0.0.1* *server_port 143 * When I go to start it up via ./imapproxy.init start it gives me the message that all is well. In roundcube (main.inc.php) I have the mail hostname set to localhost and the port for imap set to 21849. $rcmail_config['default_host'] = 'localhost'; // TCP port used for IMAP connections $rcmail_config['default_port'] = 21849; My hosting provider, webfaction.com, thinks all is looking OK. However, when I log into roundcube I get the error message that the storage server couldn't be access. The exact error message in the log is: [08-Aug-2013 21:19:06 +0000]: IMAP Error: Login failed for testing555 from 98.248.xx.xx(X-Forwarded-For: 98.248.xx.xx). Could not connect to localhost:21849: Connection refused in /home/name/webapps/webmail/program/lib/Roundcube/rcube_imap.php on line 184 (POST /?_task=login&_action=login) Any help would be GREATLY appreciated :) |