From syeung at max.md Fri Mar 17 17:43:08 2006 From: syeung at max.md (Steve Yeung) Date: Fri, 17 Mar 2006 17:43:08 -0500 Subject: [Mailr] mailr installation Message-ID: <441B3B7C.5090806@max.md> hi all, i can't get my mailr to work. i followed the directions in the installation guide http://www.mailr.org/wiki/InstallGuide and looked through the mailing list archive before composing this email. my problem occurs when i try to access the page. it's blank. it doesn't forward me to the login page. i tried going to localhost:3000/webmail/webmail/index as one mailing list thread mentioned, but that doesn't work as well. when i tried to host it with webricks, the web server tries to boots, and quits. no error message, but just goes back to the command prompt. i tried to run it with lighttpd, it starts the web server with no errors. but when i try to go to localhost:3000, again, blank page. although, on the terminal, it will output two lines of 'Using MySQL Version 4.0'. does that matter? mysql version was not mention in the requirements. here is my application environment if it helps: Ruby version 1.8.4 (i686-linux) RubyGems version 0.8.11 Rails version 1.0.0 Active Record version 1.13.2 Action Pack version 1.11.2 Action Web Service version 1.0.0 Action Mailer version 1.1.5 Active Support version 1.2.5 any help would be much appreciated. thanks in advance. regards, steve From donnie at darthik.com Fri Mar 17 17:53:57 2006 From: donnie at darthik.com (Donnie Jones) Date: Fri, 17 Mar 2006 17:53:57 -0500 (EST) Subject: [Mailr] mailr installation In-Reply-To: <441B3B7C.5090806@max.md> References: <441B3B7C.5090806@max.md> Message-ID: I had a similar problem, I don't remember the exact issue at the moment, but it was related to the database, I am using postgres 7.4 on debian. I believe it was that the created database was not set to be Owned by the user I had set up for mailr. In other words, the permissions for the database were not allowing for mailr to access/modify the tables. Hope this helps. __ Donnie On Fri, 17 Mar 2006, Steve Yeung wrote: > hi all, > > i can't get my mailr to work. i followed the directions in the > installation guide http://www.mailr.org/wiki/InstallGuide and looked > through the mailing list archive before composing this email. > > my problem occurs when i try to access the page. it's blank. it > doesn't forward me to the login page. i tried going to > localhost:3000/webmail/webmail/index as one mailing list thread > mentioned, but that doesn't work as well. > > when i tried to host it with webricks, the web server tries to boots, > and quits. no error message, but just goes back to the command prompt. > i tried to run it with lighttpd, it starts the web server with no > errors. but when i try to go to localhost:3000, again, blank page. > although, on the terminal, it will output two lines of 'Using MySQL > Version 4.0'. does that matter? mysql version was not mention in the > requirements. > > here is my application environment if it helps: > Ruby version 1.8.4 (i686-linux) > RubyGems version 0.8.11 > Rails version 1.0.0 > Active Record version 1.13.2 > Action Pack version 1.11.2 > Action Web Service version 1.0.0 > Action Mailer version 1.1.5 > Active Support version 1.2.5 > > any help would be much appreciated. thanks in advance. > > regards, > steve > > _______________________________________________ > Mailr-list mailing list > Mailr-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/mailr-list > From geckko79 at gmail.com Wed Mar 29 10:17:17 2006 From: geckko79 at gmail.com (Sal00m geckko) Date: Wed, 29 Mar 2006 17:17:17 +0200 Subject: [Mailr] Help in deploying Message-ID: I list!! I have a problem in deploying de application in a server with lighttpd (linux). I deploy and load de login page correctly, but when i try to log in, always return me and error. In configuration file i put the next sentences: :imap_server => '172.134.3.67', # my imap server :imap_use_ssl => false, :imap_port => 143, :imap_auth => 'LOGIN', # 'LOGIN' 'NOAUTH' :encryption_salt => 'EnCr1p10n$@lt', #SHOULD I CHANGE THIS??? :encryption_password => '$0MeEncr1pt10nP at a$sw0rd', #SHOULD I CHANGE THIS??? :debug_imap => true It seems correctly isn't it?? But if i view Processing LoginController#authenticate (for 172.16.178.160 at 2006-03-29 10:53:33) [POST] Parameters: {"login_user"=>{"password"=>"password01", "email"=>" sal at prueba.com"}, "submit"=>"ENTRAR", "action"=>"authenticate", "controller"=>"login"} IMAP authentication - LOGIN. Error on authentication! I don't know how to solve this... please, somebody can help me??? Sorry for my english... i'm spanish. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mailr-list/attachments/20060329/e2eb31e3/attachment.htm From lubo at manolov.org Wed Mar 29 10:34:47 2006 From: lubo at manolov.org (Luben Manolov) Date: Wed, 29 Mar 2006 18:34:47 +0300 Subject: [Mailr] Help in deploying In-Reply-To: References: Message-ID: <5ad854c30603290734pe9bd517tb98822fa40d4c7e5@mail.gmail.com> Hi, > I have a problem in deploying de application in a server with lighttpd > (linux). > > I deploy and load de login page correctly, but when i try to log in, always > return me and error. What is your IMAP server? Try to set :imap_auth => 'NOAUTH' or :imap_auth => 'PLAIN' Different IMAP servers have different behaviour, that's why we have put this configuration option. Best regards, Luben From geckko79 at gmail.com Wed Mar 29 11:37:48 2006 From: geckko79 at gmail.com (Sal00m geckko) Date: Wed, 29 Mar 2006 18:37:48 +0200 Subject: [Mailr] Help in deploying In-Reply-To: <5ad854c30603290734pe9bd517tb98822fa40d4c7e5@mail.gmail.com> References: <5ad854c30603290734pe9bd517tb98822fa40d4c7e5@mail.gmail.com> Message-ID: Thx for response: My IMAP server is (Printed as lighttpd.error.loog shows) "Microsoft Exchange 2000 IMAP4rev1 server version 6.0.6487.0" I try NOAUTH and PLAIN.. but it returns the same error.... It's posible that the configuration file has some errors? The default_site.rb is this: module CDF CONFIG = { :mysql_version => '5.0', :default_language => 'en', :default_encoding => 'ISO-8859-1', :mail_charset => 'ISO-8859-1', :mail_inbox => 'INBOX', :mail_trash => 'INBOX.Trash', :mail_sent => 'INBOX.Sent', :mail_bulk_sent => "INBOX.SentBulk", :mail_spam => "INBOX.Spam", :mail_temp_path => 'mail_temp', :mail_filters_path => '/home/vmail/mailfilters', :mail_send_types => {"Plain text" => "text/plain", "HTML"=>"text/html", "HTML and PlainText" => "multipart"}, :mail_message_rows => [5, 10, 15, 20, 25, 30, 50], :mail_filters_fields => {'From' => '^From', 'To' => '^To', 'CC' => '^CC', 'Subject' => '^Subject', 'Body' => '^Body'}, :mail_filters_expressions => ['contains', 'starts with'], :mail_search_fields => ['FROM', 'TO', 'CC', 'SUBJECT', 'BODY'], :temp_file_location => ".", :contacts_per_page => 15, :contact_letters => ['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'], :am_address => "localhost", :am_port => 25, :am_domain => "localhost.localdomain", :am_user_name => nil, :am_password => nil, :am_authentication => nil, :upload_file_temp_path => "/tmp", :imap_server => '172.134.3.67'', :imap_use_ssl => false, :imap_port => 143, :imap_auth => 'NOAUTH', # 'LOGIN' 'NOAUTH' :encryption_salt => 'EnCr1p10n$@lt', :encryption_password => '$0MeEncr1pt10nP at a$sw0rd', :debug_imap => true } end Can you see any error??? :S Thx in advance 2006/3/29, Luben Manolov : > > Hi, > > > I have a problem in deploying de application in a server with lighttpd > > (linux). > > > > I deploy and load de login page correctly, but when i try to log in, > always > > return me and error. > > What is your IMAP server? > > Try to set > > :imap_auth => 'NOAUTH' > > or > > :imap_auth => 'PLAIN' > > Different IMAP servers have different behaviour, that's why we have > put this configuration option. > > Best regards, > > Luben > > _______________________________________________ > 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/20060329/6b2416c8/attachment-0001.htm