Opened 9 years ago

Last modified 7 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 Changed 9 years ago by neverpanic (Clemens Lang)

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?

comment:2 Changed 9 years ago by neverpanic (Clemens Lang)

Milestone: MacPorts Future
Owner: changed from macports-tickets@… to mww@…
Port: sendemail added

comment:3 in reply to:  1 Changed 9 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 Changed 9 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 in reply to:  4 Changed 9 years ago by lucasegalla@…

Replying to cal@…:

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.

$ port provides /opt/local/bin/sendemail /opt/local/bin/sendemail is provided by: sendemail

$ port info --maintainer sendemail maintainer: mww@…

comment:6 Changed 9 years ago by mf2k (Frank Schima)

Type: requestdefect

comment:7 in reply to:  6 Changed 9 years ago by lucasegalla@…

Replying to mf2k@…: ok tnx

comment:8 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Owner: changed from mww@… to macports-tickets@…
Status: newassigned
Note: See TracTickets for help on using tickets.