From: Patrick N. <in...@gm...> - 2013-08-09 01:28:48
|
Thanks for prompt response. Yes, localhost resolves as expected. I believe the issue is that it doesn't know where to find my customized /scripts/imapproxy.conf. I configured with ./configure --prefix=$HOME --exec-prefix=$HOME. However, could it be that the config path may not be able to change? You see, I only have access to /home/username on the server. Here is the location of the critical files: /home/username/webapps/imap_proxy/scripts/imapproxy.conf /home/pnommensen/sbin/in.imapproxyd On Thu, Aug 8, 2013 at 5:38 PM, Ramiro Morales <cr...@gm...> wrote: > > On Thu, Aug 8, 2013 at 6:29 PM, Patrick Nommensen <in...@gm...> wrote: > > 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) > > Can you verify that localhost actually resolves to 127.0.0.1? > > -- > Ramiro Morales > @ramiromorales > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > ----- > squirrelmail-imapproxy mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squ...@li... > List archives: http://news.gmane.org/gmane.mail.squirrelmail.imapproxy > List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-imapproxy |