Bug#586680: mta: please support pure SMTP+TLS as well as SMTP+STARTTLS

2015-11-29 Thread Karl-Philipp Richter
Hi, I just noticed that STARTTLS works when adding `smtptls` to `~/.reportbugrc`. The issue might have been related to an untrusted certificate which I needed to add to `/usr/share/ca-certificates` and enable using `sudo dpkg-reconfigure ca-certificates` (`reportbug` only gave me the feedback `SMTP

Bug#586680: mta: please support pure SMTP+TLS as well as SMTP+STARTTLS

2015-11-29 Thread Sandro Tosi
On Sun, Nov 29, 2015 at 11:27 PM, Karl-Philipp Richter wrote: > Hi, > > On Mon, 21 Jun 2010 19:58:52 +0200 Sandro Tosi wrote: >> We'll see what we can do, but consider this is not one of our >> priorities, so feel free to try to work on a patch and submit one: >> we'll surely evaluate it for incl

Bug#586680: mta: please support pure SMTP+TLS as well as SMTP+STARTTLS

2015-11-29 Thread Karl-Philipp Richter
Hi, On Mon, 21 Jun 2010 19:58:52 +0200 Sandro Tosi wrote: > We'll see what we can do, but consider this is not one of our > priorities, so feel free to try to work on a patch and submit one: > we'll surely evaluate it for inclusion. Please note that a lot of mail providers (aol.com, posteo.de, ya

Bug#586680: mta: please support pure SMTP+TLS as well as SMTP+STARTTLS

2010-06-21 Thread Sandro Tosi
severity 586680 wishlist thanks Hello Ximin, This is a feature request, so set severity to the correct value. On Mon, Jun 21, 2010 at 18:03, Ximin Luo wrote: > Package: reportbug > Version: 4.12.3 > Severity: normal > > At the moment, reportbug only supports secure mail transfers through smtplib

Bug#586680: mta: please support pure SMTP+TLS as well as SMTP+STARTTLS

2010-06-21 Thread Ximin Luo
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 T