forcemerge 745174 745590
thanks

Geoffrey,

On Tue, Apr 22, 2014 at 10:32:29PM -0700, Geoffrey Thomas wrote:
[...]

> I find myself in the situation where OpenSSL is currently compatible
> with my email provider (pobox.com) and GnuTLS isn't (because of
> out-of-order intermediate certs, which it turns out OpenSSL is
> tolerant to and GnuTLS isn't). I would be interested in an msmtp
> linked against OpenSSL.

It seems that your bug could be fixed by linking msmtp against
libgnutls28:

# msmtp --serverinfo --tls=on --tls-certcheck=on 
--tls-trust-file=/etc/ssl/certs/ca-certificates.crt --port=587 
--host=smtp.pobox.com
msmtp: TLS certificate verification failed: the certificate is not trusted

versus

# LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgnutls.so.28 msmtp --serverinfo 
--tls=on --tls-certcheck=on --tls-trust-file=/etc/ssl/certs/ca-certificates.crt 
--port=587 --host=smtp.pobox.com
SMTP server at smtp.pobox.com (b-pb-sasl-quonix.pobox.com [208.72.237.35]), 
port 587:
    b-sasl-quonix.pobox.com ESMTP Postfix
TLS certificate information:
    Owner:
        Common Name: *.pobox.com
        Organizational unit: GT54574199
    Issuer:
        Common Name: RapidSSL CA
        Organization: GeoTrust\, Inc.
        Country: US
    Validity:
        Activation time: mer. 09 avril 2014 22:12:00 CEST
        Expiration time: mar. 28 oct. 2014 02:57:38 CET
    Fingerprints:
        SHA1: 34:85:EF:EA:BE:6D:62:E8:CA:B5:DD:BF:E2:39:5F:15:23:02:5C:E9
        MD5:  A1:3D:91:40:58:F1:4D:B6:46:4E:ED:62:E4:0D:F2:DB
Capabilities:
    SIZE 36700160:
        Maximum message size is 36700160 bytes = 35,00 MiB
    PIPELINING:
        Support for command grouping for faster transmission
    ETRN:
        Support for RMQS (Remote Message Queue Starting)
    STARTTLS:
        Support for TLS encryption via the STARTTLS command
    AUTH:
        Supported authentication methods:
        PLAIN LOGIN 


Regards,

-- 
Emmanuel Bouthenot
  mail: kolter@{openics,debian}.org    gpg: 4096R/0x929D42C3
  xmpp: kol...@im.openics.org          irc: kolter@{freenode,oftc}


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to