[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#586680: marked as done (Misnamed option --tls/smtptls with misleading docs and missing SMTP+TLS support)



Your message dated Sat, 11 Jul 2020 00:24:05 +0200
with message-id <1e12ad63-589d-8d13-078c-31cd996dad4f@web.de>
and subject line Re: reportbug: please add support for SSL protected SMTP communication
has caused the Debian Bug report #412914,
regarding Misnamed option --tls/smtptls with misleading docs and missing SMTP+TLS support
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 owner@bugs.debian.org
immediately.)


-- 
412914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412914
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: reportbug
Version: 4.12.3
Severity: normal

At the moment, reportbug only supports secure mail transfers through smtplib's
STARTTLS:

submit.py:372
                if smtptls:
                    conn.starttls()

Some SMTP servers, such as mail.gmx.com:465, use SMTP wrapped in a standard
TLS transport. Please add support for this.


-- Package-specific info:
** Environment settings:
INTERFACE="text"

** /home/infinity0/.reportbugrc:
reportbug_version "4.12.3"
mode standard
ui text
email "infinity0@gmx.com"
smtphost "mail.gmx.com:587"
smtpuser "infinity0@gmx.com"
smtptls

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt                           0.7.25.3   Advanced front-end for dpkg
ii  python                        2.5.4-9    An interactive high-level object-o
ii  python-reportbug              4.12.3     Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils        1.5.32              debconf utilities
pn  debsums              <none>              (no description available)
ii  dlocate              1.02                fast alternative to dpkg -L and dp
ii  emacs23-bin-common   23.1+1-5            The GNU Emacs editor's shared, arc
ii  exim4                4.72-1              metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [ 4.72-1              lightweight Exim MTA (v4) daemon
ii  file                 5.04-2              Determines file type using "magic"
ii  gnupg                1.4.10-4            GNU privacy guard - a free PGP rep
ii  python-gtk2          2.17.0-2            Python bindings for the GTK+ widge
pn  python-gtkspell      <none>              (no description available)
ii  python-urwid         0.9.9.1-1           curses-based UI/widget library for
ii  python-vte           1:0.24.1-1          Python bindings for the VTE widget
ii  xdg-utils            1.0.2+cvs20100307-1 desktop integration utilities from

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 7.7.0

On Wed, 28 Feb 2007 Andreas Beckmann wrote:
> Package: reportbug
> Version: 3.33
> Severity: wishlist
> 
> Hi,
> 
> some smarthosts provide smtp (auth) (only) over an ssl protected
> connection, but don't support TLS or ...
> 
> So the following .reportbugrc settings would allow reporting bugs
> using such a smarthost:
> 
> smtphost smarthost:465
> smtpuser login
> smtppasswd password
> smtpssl # instead of smtptls

Latest reportbug automatically uses SSL for port 465. An smtpssl config
setting.was not added.

--- End Message ---

Reply to: