Your message dated Sat, 11 Jul 2020 00:24:05 +0200
with message-id <[email protected]>
and subject line Re: reportbug: please add support for SSL protected SMTP
communication
has caused the Debian Bug report #412914,
regarding Reportbug: Unable to send report via SMTP Yahoo server
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.)
--
412914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412914
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 6.4.4
Severity: normal
Hi,
I want to send a bug report without MTA or sendmail, but whenever I'm trying to
use Yahoo SMTP server, there's an error that reads:
"SMTP send failure: Connection unexpectedly closed: timed out. Do you want to
retry (or else save the report and exit?)"
Another thing to note was whenever I ran reportbug, a passage follows that
there's an "unrecognized token" which is my smtpasswrd.
Is there something wrong with the program?
-- Package-specific info:
** /home/zhong/.reportbugrc:
reportbug_version "6.4.4"
mode standard
ui gtk2
email "[email protected]"
smtphost "smtp.mail.yahoo.com:465"
smtpuser "[email protected]"
smtppasswd <omitted>
smtptls
-- System Information:
Debian Release: 7.4
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages reportbug depends on:
ii apt 0.9.7.9+deb7u1
ii python 2.7.3-4+deb7u1
ii python-reportbug 6.4.4
reportbug recommends no packages.
Versions of packages reportbug suggests:
pn claws-mail <none>
pn debconf-utils <none>
ii debsums 2.0.52
pn dlocate <none>
ii emacs23-bin-common 23.4+1-4
ii file 5.11-2
ii gnupg 1.4.12-7+deb7u3
ii lsb-invalid-mta [mail-transport-agent] 4.1+Debian8+deb7u1
ii python-gtk2 2.24.0-3+b1
pn python-gtkspell <none>
pn python-urwid <none>
ii python-vte 1:0.28.2-5
ii xdg-utils 1.1.0~rc1+git20111210-6
Versions of packages python-reportbug depends on:
ii apt 0.9.7.9+deb7u1
ii python 2.7.3-4+deb7u1
ii python-debian 0.1.21
ii python-debianbts 1.11
ii python-support 1.0.15
python-reportbug suggests no packages.
-- Configuration Files:
/etc/reportbug.conf changed:
submit
query-bts
cc
config-files
compress
email "[email protected]"
replyto "Zhong Jiang <[email protected]>"
smtphost smtp.mail.yahoo.com:465
smtpuser [email protected]
smtppasswd *XXXXX*
smtptls
verify
-- 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 ---