From lubo at manolov.org Mon May 1 12:56:15 2006 From: lubo at manolov.org (Luben Manolov) Date: Mon, 1 May 2006 19:56:15 +0300 Subject: [Mailr] Mailr as an engine In-Reply-To: <5ad854c30604301216m6e576f5ej5975bc6b38c60a86@mail.gmail.com> References: <200604302036.24208.atapiador@dit.upm.es> <5ad854c30604301216m6e576f5ej5975bc6b38c60a86@mail.gmail.com> Message-ID: <5ad854c30605010956kf255413w7d5af4e591bae5e7@mail.gmail.com> Hi Antonio, > > I'm interested on working in Mailr "enginezation" as soon as posible... > > How do I start? Can I have some advices? Do I fork the project? > > There is no need to fork the project because the "enginezation" of > Mailr is the next logical step. > > I just created branch "engine" in the SVN repository so you can start > working in it. I hope to have time next week to join your efforts. Update on the Mailr "enginezation": Today I created experimental "engine" version of Mailr. You can find something like installation guide here: http://mailr.org/wiki/MailrEngine You feedback/suggestions/patches will be highly appreciated. Best regards, Luben From brandon at eutonian.com Wed May 17 10:54:41 2006 From: brandon at eutonian.com (Brandon Mercer) Date: Wed, 17 May 2006 10:54:41 -0400 Subject: [Mailr] Mailr Issues Message-ID: <446B3931.4030601@eutonian.com> Hello, I've got the latest code from subversion checked out... 170 I believe. I'm working with dovecot on an openbsd box and I cannot get this thing to log in for anything. I've played with the auth types, tried different usernames and nothing works. I'm able to get to my imap stuff in thunderbird, but not in mailr. This is what my log file says: Processing LoginController#authenticate (for 127.0.0.1 at 2006-05-17 10:39:33) [POST] Session ID: 9dca477b9d3e2ec55ec5b7a943b22454 Parameters: {"login_user"=>{"password"=>"yay", "email"=>"brandon"}, "submit"=>"Log In", "action"=>"authenticate", "controller"=>"login"} IMAP authentication - LOGIN. Error on authentication! /usr/local/lib/ruby/1.8/net/imap.rb:971:in `get_tagged_response' /usr/local/lib/ruby/1.8/net/imap.rb:1022:in `send_command' /usr/local/lib/ruby/1.8/monitor.rb:229:in `synchronize' /usr/local/lib/ruby/1.8/net/imap.rb:1007:in `send_command' /usr/local/lib/ruby/1.8/net/imap.rb:357:in `authenticate' ./components/webmail/imapmailbox.rb:106:in `connect' ./app/controllers/login_controller.rb:52:in `auth' ./app/controllers/login_controller.rb:15:in `authenticate' I'd really like to see this project get some wind under its wings. I'll most likely be helping a bit here shortly. :) Brandon From lubo at manolov.org Thu May 18 07:18:03 2006 From: lubo at manolov.org (Luben Manolov) Date: Thu, 18 May 2006 14:18:03 +0300 Subject: [Mailr] Mailr Issues In-Reply-To: <446B3931.4030601@eutonian.com> References: <446B3931.4030601@eutonian.com> Message-ID: <5ad854c30605180418k4b5c2f5bk12f166a0501001fd@mail.gmail.com> Hi Brandon, > I've got the latest code from subversion checked out... 170 I believe. > I'm working with dovecot on an openbsd box and I cannot get this thing > to log in for anything. I've played with the auth types, tried > different usernames and nothing works. I'm able to get to my imap stuff > in thunderbird, but not in mailr. This is what my log file says: I just tested Mailr with Dovecot on Debian and it seems to work. Could you please put those 2 lines in your config/site.rb file and try to run Mailr under webrick (script/server webrick): :debug_imap => true, :imap_auth => 'PLAIN' You should be able to see the communication with the IMAP server on the console. If you still cannot connect using PLAIN authentication mechanism please send the console output. Best regards, Luben From brandon at eutonian.com Thu May 18 15:38:14 2006 From: brandon at eutonian.com (Brandon Mercer) Date: Thu, 18 May 2006 15:38:14 -0400 Subject: [Mailr] Mailr Issues In-Reply-To: <5ad854c30605180418k4b5c2f5bk12f166a0501001fd@mail.gmail.com> References: <446B3931.4030601@eutonian.com> <5ad854c30605180418k4b5c2f5bk12f166a0501001fd@mail.gmail.com> Message-ID: <446CCD26.2070205@eutonian.com> Luben Manolov wrote: > Hi Brandon, > > >> I've got the latest code from subversion checked out... 170 I believe. >> I'm working with dovecot on an openbsd box and I cannot get this thing >> to log in for anything. I've played with the auth types, tried >> different usernames and nothing works. I'm able to get to my imap stuff >> in thunderbird, but not in mailr. This is what my log file says: >> > > I just tested Mailr with Dovecot on Debian and it seems to work. Could > you please put those 2 lines in your config/site.rb file and try to > run Mailr under webrick (script/server webrick): > > :debug_imap => true, > :imap_auth => 'PLAIN' > > You should be able to see the communication with the IMAP server on > the console. If you still cannot connect using PLAIN authentication > mechanism please send the console output. > Yup, the debug was the enlightenment I needed. It was trying to map my entire /home/user/ dir as the mailbox. So I reconfigured dovecot and all went well. I should probably mention that I'm using postgresql 8.1 on OpenBSD. I knew that dovecot wanted PLAIN, but I couldn't figure out why it took 20 minutes before I got an error :). Now we know. Looks good BTW. I'm installing it on my server right now... but when I try to access it I get a blank page. I've read that this is database -> mailr problem. Trying to get it fixed as I type. Thanks again! Brandon From phil at pricom.com.au Sat May 27 05:18:36 2006 From: phil at pricom.com.au (Philip Rhoades) Date: Sat, 27 May 2006 19:18:36 +1000 Subject: [Mailr] server start problem Message-ID: <1148721516.5449.4.camel@prix.pricom.com.au> People, Having got enthusiastic about RoR and needing a webmail client while I am away I went looking for Ruby based programs and found mailr! I am using dovecot for IMAP and PostgreSQL and seem to have done the appropriate changes but I get: [phil at prix mailr]$ ruby ./script/server => Booting WEBrick... [phil at prix mailr]$ Any suggestions about debugging? - there is nothing in the log file. Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia Mobile: +61:(0)411-185-652 Fax: +61:(0)2-8221-9599 E-mail: phil at pricom.com.au From phil at pricom.com.au Sat May 27 05:24:00 2006 From: phil at pricom.com.au (Philip Rhoades) Date: Sat, 27 May 2006 19:24:00 +1000 Subject: [Mailr] server start problem - ignore In-Reply-To: <1148721516.5449.4.camel@prix.pricom.com.au> References: <1148721516.5449.4.camel@prix.pricom.com.au> Message-ID: <1148721841.5449.6.camel@prix.pricom.com.au> People, Sorry, ignore this message - I forgot to install gettext . . Phil. On Sat, 2006-05-27 at 19:18 +1000, Philip Rhoades wrote: > People, > > Having got enthusiastic about RoR and needing a webmail client while I > am away I went looking for Ruby based programs and found mailr! I am > using dovecot for IMAP and PostgreSQL and seem to have done the > appropriate changes but I get: > > [phil at prix mailr]$ ruby ./script/server > => Booting WEBrick... > [phil at prix mailr]$ > > Any suggestions about debugging? - there is nothing in the log file. > > Thanks, > > Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia Mobile: +61:(0)411-185-652 Fax: +61:(0)2-8221-9599 E-mail: phil at pricom.com.au From phil at pricom.com.au Sat May 27 10:14:59 2006 From: phil at pricom.com.au (Philip Rhoades) Date: Sun, 28 May 2006 00:14:59 +1000 Subject: [Mailr] Next question Message-ID: <1148739299.6987.5.camel@prix.pricom.com.au> People, Server now running but I get: "Error occured obtaining connection to mail server. Please excuse us!" - I have tried changing: :imap_auth => 'PLAIN', # 'LOGIN', 'NOAUTH' (Squirrelmail connects OK). in the log file: LoginController: missing default helper path login_helper Processing LoginController#index (for 127.0.0.1 at 2006-05-28 00:06:31) [GET] Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee Parameters: {"action"=>"index", "controller"=>"login"} Redirected to http://localhost:3000/webmail Completed in 0.00190 (525 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/login] Processing WebmailController#index (for 127.0.0.1 at 2006-05-28 00:06:31) [GET] Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee Parameters: {"action"=>"index", "controller"=>"webmail/webmail"} ^[[4;35;1mMailPref Load (0.000000)^[[0m ^[[0mRuntimeError: ERROR C42P01 Mrelation "mail_pref Exception on loggin webmail session - RuntimeError: ERROR C42P01 Mrelation "mail_prefs" does not /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in `find_by_sql' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:924:in `find_every' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in `find_initial' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:380:in `find' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/deprecated_finders.rb:22:in `find_ ./components/webmail/mail_pref.rb:7:in `find_by_customer' . . . Any ideas? Thanks, Phil. -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia Mobile: +61:(0)411-185-652 Fax: +61:(0)2-8221-9599 E-mail: phil at pricom.com.au From geckko79 at gmail.com Mon May 29 04:11:17 2006 From: geckko79 at gmail.com (Sal00m geckko) Date: Mon, 29 May 2006 10:11:17 +0200 Subject: [Mailr] Next question In-Reply-To: <1148739299.6987.5.camel@prix.pricom.com.au> References: <1148739299.6987.5.camel@prix.pricom.com.au> Message-ID: It seems to have problems with database connection... are you sure database exists and you use the script to create the tables? Excuse my english. 2006/5/27, Philip Rhoades : > > People, > > Server now running but I get: "Error occured obtaining connection to > mail server. Please excuse us!" - I have tried changing: > > :imap_auth => 'PLAIN', # 'LOGIN', 'NOAUTH' > > (Squirrelmail connects OK). > > in the log file: > > > LoginController: missing default helper path login_helper > > Processing LoginController#index (for 127.0.0.1 at 2006-05-28 00:06:31) > [GET] > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > Parameters: {"action"=>"index", "controller"=>"login"} > Redirected to http://localhost:3000/webmail > Completed in 0.00190 (525 reqs/sec) | DB: 0.00000 (0%) | 302 Found [ > http://localhost/login] > > Processing WebmailController#index (for 127.0.0.1 at 2006-05-28 00:06:31) > [GET] > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > Parameters: {"action"=>"index", "controller"=>"webmail/webmail"} > ^[[4;35;1mMailPref Load (0.000000)^[[0m ^[[0mRuntimeError: > ERROR C42P01 Mrelation "mail_pref > Exception on loggin webmail session - RuntimeError: ERROR > C42P01 Mrelation "mail_prefs" does not > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2 > /lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2 > /lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2 > /lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in > `find_by_sql' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:924:in > `find_every' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in > `find_initial' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:380:in > `find' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/deprecated_finders.rb:22:in > `find_ > ./components/webmail/mail_pref.rb:7:in `find_by_customer' > . > . > . > > Any ideas? > > Thanks, > > Phil. > -- > Philip Rhoades > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) > GPO Box 3411 > Sydney NSW 2001 > Australia > Mobile: +61:(0)411-185-652 > Fax: +61:(0)2-8221-9599 > E-mail: phil at pricom.com.au > > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mailr-list/attachments/20060529/79f4b554/attachment.htm From phil at pricom.com.au Mon May 29 04:23:05 2006 From: phil at pricom.com.au (Philip Rhoades) Date: Mon, 29 May 2006 18:23:05 +1000 Subject: [Mailr] Next question In-Reply-To: References: <1148739299.6987.5.camel@prix.pricom.com.au> Message-ID: <1148890985.4426.39.camel@prix.pricom.com.au> Sal00m, I had to make some small changes to the sql script to get the tables into PostgreSQL but I think they are OK. I will be away now for a few days (which is why I wanted mailr!) but I will have another look when I get back. Thanks, Phil. On Mon, 2006-05-29 at 10:11 +0200, Sal00m geckko wrote: > It seems to have problems with database connection... are you sure > database exists and you use the script to create the tables? > > Excuse my english. > > 2006/5/27, Philip Rhoades < phil at pricom.com.au>: > People, > > Server now running but I get: "Error occured obtaining > connection to > mail server. Please excuse us!" - I have tried changing: > > :imap_auth => 'PLAIN', # 'LOGIN', 'NOAUTH' > > (Squirrelmail connects OK). > > in the log file: > > > LoginController: missing default helper path login_helper > > Processing LoginController#index (for 127.0.0.1 at 2006-05-28 > 00:06:31) [GET] > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > Parameters: {"action"=>"index", "controller"=>"login"} > Redirected to http://localhost:3000/webmail > Completed in 0.00190 (525 reqs/sec) | DB: 0.00000 (0%) | 302 > Found [http://localhost/login ] > > Processing WebmailController#index (for 127.0.0.1 at > 2006-05-28 00:06:31) [GET] > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > Parameters: {"action"=>"index", > "controller"=>"webmail/webmail"} > ^[[4;35;1mMailPref Load (0.000000)^[[0m ^[[0mRuntimeError: > ERROR C42P01 Mrelation "mail_pref > Exception on loggin webmail session - RuntimeError: ERROR > C42P01 Mrelation "mail_prefs" does not > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord- > 1.14.2/lib/active_record/connection_adapters/postgresql_ada > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in `find_by_sql' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:924:in `find_every' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in `find_initial' > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:380:in `find' > /usr/lib/ruby/gems/1.8/gems/activerecord- > 1.14.2/lib/active_record/deprecated_finders.rb:22:in `find_ > ./components/webmail/mail_pref.rb:7:in `find_by_customer' > . > . > . > > Any ideas? > > Thanks, > > Phil. > -- > Philip Rhoades > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) > GPO Box 3411 > Sydney NSW 2001 > Australia > Mobile: +61:(0)411-185-652 > Fax: +61:(0)2-8221-9599 > E-mail: phil at pricom.com.au > > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia Mobile: +61:(0)411-185-652 Fax: +61:(0)2-8221-9599 E-mail: phil at pricom.com.au From geckko79 at gmail.com Mon May 29 04:32:47 2006 From: geckko79 at gmail.com (Sal00m geckko) Date: Mon, 29 May 2006 10:32:47 +0200 Subject: [Mailr] Next question In-Reply-To: <1148890985.4426.39.camel@prix.pricom.com.au> References: <1148739299.6987.5.camel@prix.pricom.com.au> <1148890985.4426.39.camel@prix.pricom.com.au> Message-ID: There's two script in "db" directory, did you execute the script for postgresql? It will create the tables. Perhaps it could help. 2006/5/29, Philip Rhoades : > > Sal00m, > > I had to make some small changes to the sql script to get the tables > into PostgreSQL but I think they are OK. I will be away now for a few > days (which is why I wanted mailr!) but I will have another look when I > get back. > > Thanks, > > Phil. > > > On Mon, 2006-05-29 at 10:11 +0200, Sal00m geckko wrote: > > It seems to have problems with database connection... are you sure > > database exists and you use the script to create the tables? > > > > Excuse my english. > > > > 2006/5/27, Philip Rhoades < phil at pricom.com.au>: > > People, > > > > Server now running but I get: "Error occured obtaining > > connection to > > mail server. Please excuse us!" - I have tried changing: > > > > :imap_auth => 'PLAIN', # 'LOGIN', 'NOAUTH' > > > > (Squirrelmail connects OK). > > > > in the log file: > > > > > > LoginController: missing default helper path login_helper > > > > Processing LoginController#index (for 127.0.0.1 at 2006-05-28 > > 00:06:31) [GET] > > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > > Parameters: {"action"=>"index", "controller"=>"login"} > > Redirected to http://localhost:3000/webmail > > Completed in 0.00190 (525 reqs/sec) | DB: 0.00000 (0%) | 302 > > Found [http://localhost/login ] > > > > Processing WebmailController#index (for 127.0.0.1 at > > 2006-05-28 00:06:31) [GET] > > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > > Parameters: {"action"=>"index", > > "controller"=>"webmail/webmail"} > > ^[[4;35;1mMailPref Load (0.000000)^[[0m ^[[0mRuntimeError: > > ERROR C42P01 Mrelation "mail_pref > > Exception on loggin webmail session - RuntimeError: ERROR > > C42P01 Mrelation "mail_prefs" does not > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2 > /lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2 > /lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord- > > 1.14.2/lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in > `find_by_sql' > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:924:in > `find_every' > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in > `find_initial' > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:380:in > `find' > > /usr/lib/ruby/gems/1.8/gems/activerecord- > > 1.14.2/lib/active_record/deprecated_finders.rb:22:in `find_ > > ./components/webmail/mail_pref.rb:7:in `find_by_customer' > > . > > . > > . > > > > Any ideas? > > > > Thanks, > > > > Phil. > > -- > > Philip Rhoades > > > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) > > GPO Box 3411 > > Sydney NSW 2001 > > Australia > > Mobile: +61:(0)411-185-652 > > Fax: +61:(0)2-8221-9599 > > E-mail: phil at pricom.com.au > > > > > > _______________________________________________ > > Mailr-list mailing list > > Mailr-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mailr-list > > > > _______________________________________________ > > Mailr-list mailing list > > Mailr-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mailr-list > -- > Philip Rhoades > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) > GPO Box 3411 > Sydney NSW 2001 > Australia > Mobile: +61:(0)411-185-652 > Fax: +61:(0)2-8221-9599 > E-mail: phil at pricom.com.au > > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mailr-list/attachments/20060529/a068bce0/attachment-0001.htm From phil at pricom.com.au Mon May 29 05:43:32 2006 From: phil at pricom.com.au (Philip Rhoades) Date: Mon, 29 May 2006 19:43:32 +1000 Subject: [Mailr] Next question In-Reply-To: References: <1148739299.6987.5.camel@prix.pricom.com.au> <1148890985.4426.39.camel@prix.pricom.com.au> Message-ID: <1148895812.4426.44.camel@prix.pricom.com.au> Sal00m, Yes - I get errors: psql:schema.pgsql.sql:108: ERROR: syntax error at or near "`" at character 185 psql:schema.pgsql.sql:108: LINE 7: `from` VARCHAR(255), psql:schema.pgsql.sql:108: ^ psql:schema.pgsql.sql:110: ERROR: relation "imap_messages" does not exist psql:schema.pgsql.sql:111: ERROR: relation "imap_messages" does not exist - You need to change all the ` to " Phil. On Mon, 2006-05-29 at 10:32 +0200, Sal00m geckko wrote: > There's two script in "db" directory, did you execute the script for > postgresql? It will create the tables. Perhaps it could help. > > > > 2006/5/29, Philip Rhoades : > Sal00m, > > I had to make some small changes to the sql script to get the > tables > into PostgreSQL but I think they are OK. I will be away now > for a few > days (which is why I wanted mailr!) but I will have another > look when I > get back. > > Thanks, > > Phil. > > > On Mon, 2006-05-29 at 10:11 +0200, Sal00m geckko wrote: > > It seems to have problems with database connection... are > you sure > > database exists and you use the script to create the tables? > > > > Excuse my english. > > > > 2006/5/27, Philip Rhoades < phil at pricom.com.au>: > > People, > > > > Server now running but I get: "Error occured > obtaining > > connection to > > mail server. Please excuse us!" - I have tried > changing: > > > > :imap_auth => 'PLAIN', # 'LOGIN', 'NOAUTH' > > > > (Squirrelmail connects OK). > > > > in the log file: > > > > > > LoginController: missing default helper path > login_helper > > > > Processing LoginController#index (for 127.0.0.1 at > 2006-05-28 > > 00:06:31) [GET] > > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > > Parameters: {"action"=>"index", > "controller"=>"login"} > > Redirected to http://localhost:3000/webmail > > Completed in 0.00190 (525 reqs/sec) | DB: 0.00000 > (0%) | 302 > > Found [http://localhost/login ] > > > > Processing WebmailController#index (for 127.0.0.1 at > > 2006-05-28 00:06:31) [GET] > > Session ID: 4b0ecc324c10ad18f993a2d7a80af1ee > > Parameters: {"action"=>"index", > > "controller"=>"webmail/webmail"} > > ^[[4;35;1mMailPref Load (0.000000)^[[0m > ^[[0mRuntimeError: > > ERROR C42P01 Mrelation "mail_pref > > Exception on loggin webmail session - RuntimeError: > ERROR > > C42P01 Mrelation "mail_prefs" does not > > /usr/lib/ruby/gems/1.8/gems/activerecord- > 1.14.2/lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord- > > > 1.14.2/lib/active_record/connection_adapters/postgresql_ada > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in `find_by_sql' > > /usr/lib/ruby/gems/1.8/gems/activerecord- > 1.14.2/lib/active_record/base.rb:924:in `find_every' > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in `find_initial' > > /usr/lib/ruby/gems/1.8/gems/activerecord- > 1.14.2/lib/active_record/base.rb:380:in `find' > > /usr/lib/ruby/gems/1.8/gems/activerecord- > > 1.14.2/lib/active_record/deprecated_finders.rb:22:in > `find_ > > ./components/webmail/mail_pref.rb:7:in > `find_by_customer' > > . > > . > > . > > > > Any ideas? > > > > Thanks, > > > > Phil. > > -- > > Philip Rhoades > > > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 > 275) > > GPO Box 3411 > > Sydney NSW 2001 > > Australia > > Mobile: +61:(0)411-185-652 > > Fax: +61:(0)2-8221-9599 > > E-mail: phil at pricom.com.au > > > > > > _______________________________________________ > > Mailr-list mailing list > > Mailr-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mailr-list > > > > _______________________________________________ > > Mailr-list mailing list > > Mailr-list at rubyforge.org > > http://rubyforge.org/mailman/listinfo/mailr-list > -- > Philip Rhoades > > Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) > GPO Box 3411 > Sydney NSW 2001 > Australia > Mobile: +61:(0)411-185-652 > Fax: +61:(0)2-8221-9599 > E-mail: phil at pricom.com.au > > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list -- Philip Rhoades Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275) GPO Box 3411 Sydney NSW 2001 Australia Mobile: +61:(0)411-185-652 Fax: +61:(0)2-8221-9599 E-mail: phil at pricom.com.au