Opened 13 years ago
Closed 6 years ago
#36851 closed defect (fixed)
msmtp tls problem @1.4.30_0
| Reported by: | macports_trac@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.2 |
| Keywords: | Cc: | kurthindenburg (Kurt Hindenburg) | |
| Port: | msmtp |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
According to ports installed I've got three versions of msmtp on my disk:
% port installed msmtp The following ports are currently installed: msmtp @1.4.28_0 msmtp @1.4.29_0 (active) msmtp @1.4.30_0
My .msmtprc looks like this:
defaults auth on account example.com tls on tls_certcheck off # <- due to selfsigned certificate
I got 1.4.30_0 with the latest updates and with it Im unable to send mails using tls. I get the following error message: "msmtp: support for TLS is not compiled in". When I switch back to 1.4.29_0 I can send mails without a problem.
Change History (5)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
| Description: | modified (diff) |
|---|---|
| Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 13 years ago by jmroot (Joshua Root)
comment:3 Changed 13 years ago by macports@…
Installing manually with +openssl fixed the problem for me.
comment:4 Changed 9 years ago by mf2k (Frank Schima)
| Owner: | mww@… deleted |
|---|---|
| Status: | new → assigned |
See #53012.
comment:5 Changed 6 years ago by kurthindenburg (Kurt Hindenburg)
| Cc: | kurthindenburg added |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
This should be fixed in recent versions.
Note: See
TracTickets for help on using
tickets.

Does it work if you install with +openssl? That would narrow the problem down to the gnutls code at least.