Hi! I''m on debian. Sending a mail from Rails times out: Timeout::Error (execution expired): /usr/local/lib/ruby/1.8/timeout.rb:54:in `new'' /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' /usr/local/lib/ruby/1.8/timeout.rb:56:in `timeout'' /usr/local/lib/ruby/1.8/timeout.rb:76:in `timeout'' /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' /usr/local/lib/ruby/1.8/net/smtp.rb:393:in `do_start'' /usr/local/lib/ruby/1.8/net/smtp.rb:378:in `start'' /usr/local/lib/ruby/1.8/net/smtp.rb:316:in `start'' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.1/lib/action_mailer/base.rb:447:in `perform_delivery_smtp'' The mail server is up and working, the problem lies somewhere in Ruby code. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060521/025d56b6/attachment.html
Does your email server require user authentication to send? E On 5/22/06, Robert MannI <robmnl@gmail.com> wrote:> > Hi! > > I''m on debian. Sending a mail from Rails times out: > > > Timeout::Error (execution expired): > /usr/local/lib/ruby/1.8/timeout.rb:54:in `new'' > /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' > /usr/local/lib/ruby/1.8/timeout.rb:56:in `timeout'' > /usr/local/lib/ruby/1.8/timeout.rb:76:in `timeout'' > /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' > /usr/local/lib/ruby/1.8/net/smtp.rb:393:in `do_start'' > /usr/local/lib/ruby/1.8/net/smtp.rb:378:in `start'' > /usr/local/lib/ruby/1.8/net/smtp.rb:316:in `start'' > /usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.1/lib/action_mailer/base.rb:447:in > `perform_delivery_smtp'' > > > The mail server is up and working, the problem lies somewhere in Ruby > code. > > Any ideas? > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060522/c5b77856/attachment.html
No, I found the problem though: apparently the DNS on the server is broken. I haven''t found the exact cause, but this is not a rails issue. Thanks alot anyway, Rob On 5/22/06, Elina Law <elinalaw@gmail.com> wrote:> > Does your email server require user authentication to send? > > E > > On 5/22/06, Robert MannI <robmnl@gmail.com > wrote: > > > Hi! > > I''m on debian. Sending a mail from Rails times out: > > > Timeout::Error (execution expired): > /usr/local/lib/ruby/1.8/timeout.rb:54:in `new'' > /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' > /usr/local/lib/ruby/1.8/timeout.rb:56:in `timeout'' > /usr/local/lib/ruby/1.8/timeout.rb:76:in `timeout'' > /usr/local/lib/ruby/1.8/net/protocol.rb:206:in `old_open'' > /usr/local/lib/ruby/1.8/net/smtp.rb:393:in `do_start'' > /usr/local/lib/ruby/1.8/net/smtp.rb:378:in `start'' > /usr/local/lib/ruby/1.8/net/smtp.rb:316:in `start'' > /usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.1/lib/action_mailer/base.rb:447:in > `perform_delivery_smtp'' > > > The mail server is up and working, the problem lies somewhere in Ruby > code. > > Any ideas? > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060522/6ac02506/attachment.html
Robert MannI wrote:> No, I found the problem though: apparently the DNS on the server is > broken. > I haven''t found the exact cause, but this is not a rails issue. > > > Thanks alot anyway, > RobDid you ever find what the problem was? -- Posted via http://www.ruby-forum.com/.