Opened 10 years ago
Last modified 8 years ago
#46825 assigned defect
Bug on SendEmail
Reported by: | lucasegalla@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | sendemail |
Description
It's the first time I open a ticket here, I don't know how it works. However, in the last years I've found the following bug on sendEmail. The bug has a workaround. In the Ubuntu forums I've found something, and finally this:
In my case I had to change the 1906 line of this file: /opt/local/bin/sendemail as it follows: 'SSLv3 TLSv1' => 'SSLv3'
Yesterday I've also read this... https://rt.cpan.org/Public/Bug/Display.html?id=77401
Hope it helps...
Change History (8)
comment:1 follow-up: 3 Changed 10 years ago by neverpanic (Clemens Lang)
comment:2 Changed 10 years ago by neverpanic (Clemens Lang)
Milestone: | MacPorts Future |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
Port: | sendemail added |
comment:3 Changed 10 years ago by lucasegalla@…
Replying to cal@…:
Given that SSLv3 should be considered insecure, you're probably better off changing it to
TLSv1
instead.Which port installs
/opt/local/bin/sendemail
? Does the port have a maintainer?
How can i check this?
comment:4 follow-up: 5 Changed 10 years ago by neverpanic (Clemens Lang)
port provides /opt/local/bin/sendmail
and port info --maintainer $portname
. I'm pretty sure it's the "sendmail" port and the maintainer is mww, though.
comment:5 Changed 10 years ago by lucasegalla@…
Replying to cal@…:
port provides /opt/local/bin/sendmail
andport info --maintainer $portname
. I'm pretty sure it's the "sendmail" port and the maintainer is mww, though.
$ port provides /opt/local/bin/sendemail /opt/local/bin/sendemail is provided by: sendemail
$ port info --maintainer sendemail maintainer: mww@…
comment:6 follow-up: 7 Changed 10 years ago by mf2k (Frank Schima)
Type: | request → defect |
---|
comment:8 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Owner: | changed from mww@… to macports-tickets@… |
---|---|
Status: | new → assigned |
Given that SSLv3 should be considered insecure, you're probably better off changing it to
TLSv1
instead.Which port installs
/opt/local/bin/sendemail
? Does the port have a maintainer?