From miroslav.zahorak at link2look.com Sat Jul 8 08:04:19 2006 From: miroslav.zahorak at link2look.com (Miro Zahorak) Date: Sat, 8 Jul 2006 14:04:19 +0200 Subject: [Mailr] Mailr install problems Message-ID: <3A61AF4D-653C-4BC4-ADA3-4CE0B0AD0E0C@link2look.com> Hi all, I have a problem with mailr installation. Here is my site.rb module CDF LOCALCONFIG = CONFIG = { :imap_server => '217.67.24.146', :debug_imap => true, :imap_auth => 'PLAIN' } end If I use mongrel webserver, it starts up properly but on login it refuses to login. (Message: "Wrong email or password specified") In console it does not show any messages, in production.log is no error message either. I tried to change "PLAIN" to "LOGIN" or NOAUTH", no help... When i try to start it up with webrick, i get error: miro-zahoraks-power-mac-g5:~/Desktop/mailr miro$ ./script/server webrick -bash: ./script/server: /usr/bin/ruby18: bad interpreter: No such file or directory Other apps like tracks, or some my own ror apps start without problem. Anybody any ideas, what I am doing wrong? Miro From miro at nooneo.com Sat Jul 8 07:48:19 2006 From: miro at nooneo.com (Miro Zahorak) Date: Sat, 8 Jul 2006 13:48:19 +0200 Subject: [Mailr] Mailr install problems Message-ID: <8A81F909-C85F-43F9-8B09-F91D9628B4E7@nooneo.com> Hi all, I have a problem with mailr installation. Here is my site.rb module CDF LOCALCONFIG = CONFIG = { :imap_server => '217.67.24.146', :debug_imap => true, :imap_auth => 'PLAIN' } end If I use mongrel webserver, it starts up properly but on login it refuses to login. (Message: "Wrong email or password specified") In console it does not show any messages, in production.log is no error message either. I tried to change "PLAIN" to "LOGIN" or NOAUTH", no help... When i try to start it up with webrick, i get error: miro-zahoraks-power-mac-g5:~/Desktop/mailr miro$ ./script/server webrick -bash: ./script/server: /usr/bin/ruby18: bad interpreter: No such file or directory Other apps like tracks, or some my own ror apps start without problem. Anybody any ideas, what I am doing wrong? Miro