Your message dated Wed, 18 Dec 2013 12:41:46 +0000
with message-id <[email protected]>
and subject line Bug#731230: Removed package(s) from unstable
has caused the Debian Bug report #549461,
regarding Make enable_starttls_auto opt-in in ActionMailer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
549461: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549461
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 0.9.0~svn2902-1
Severity: important

Hi Jérémy,

just a second bug as reminder. :)

When trying to send a testmail (e.g. notifications) I get the following:

An error occurred while sending mail (hostname was not match with the server 
certificate)

Modifying /usr/share/rails/actionmailer/lib/action_mailer/base.rb like 
described in [1] is working, but the file is part of the rails package:

--- /usr/share/rails/actionmailer/lib/action_mailer/base.rb.orig        
2009-10-03 
16:30:31.000000000 +0200
+++ /usr/share/rails/actionmailer/lib/action_mailer/base.rb     2009-10-03 
16:30:22.000000000 +0200
@@ -678,7 +678,7 @@
         sender = mail['return-path'] || mail.from
 
         smtp = Net::SMTP.new(smtp_settings[:address], smtp_settings[:port])
-       smtp.enable_starttls_auto if smtp.respond_to?(:enable_starttls_auto)
+       smtp.enable_starttls_auto if smtp_settings[:enable_starttls_auto] && 
smtp.respond_to?(:enable_starttls_auto)
         smtp.start(smtp_settings[:domain], smtp_settings[:user_name], 
smtp_settings[:password],
                    smtp_settings[:authentication]) do |smtp|
           smtp.sendmail(mail.encoded, sender, destinations)

# grep -v ^# /etc/redmine/default/email.yml |grep -v ^$
production:
  delivery_method: :smtp
  smtp_settings:
    enable_starttls_auto: false
    address: localhost
    port: 25
    domain: cyconet.org
    authentication: :none

So I don't want to touch the action_mailer/base.rb, since it would be 
overwritten with the next package update of rails. Anyways ... the rails 
package is 2.2.3-1~bpo50+1.

With kind regards, Jan.
[1] http://www.redmine.org/boards/2/topics/6446
-- 
Never write mail to <[email protected]>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GIT d-- s+: a- C+++ UL++++ P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
------END GEEK CODE BLOCK------

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---
--- Begin Message ---
Version: 2.3.14-3+rm

Dear submitter,

as the package ruby-actionmailer-2.3 has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/731230

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to