Package: nmh
Version: 1.6-15+b1
Severity: important

Since the most recent upgrade of nmh, I have encounted an error when
attempting to send mail:

    $ What now? send -verbose
     -- Posting for All Recipients --
       -- Network Recipients --
       me at cmhamill.org: address ok
    send: message not delivered to anyone

The message is, in fact, delivered correctly, despite nmh's claim.

My suspicion is that this is because of the recent change to building
against OpenSSL 1.1, though I am not positive.

My SMTP configuration in my .mh_profile is:

    send: -mts smtp -port 465 -initialtls -sasl -server smtp.gmail.com -user 
mham...@evidation.com

Snooping on the SMTP conversation is not very revealing, as everything
looks normal to my eye:

    Trying to connect to "smtp.gmail.com" ...
    Connecting to 74.125.28.108:465...
    SSL negotiation successful: ECDHE-RSA-AES128-SHA(128) SSLv3
    (tls-decrypted) <= 220 smtp.gmail.com ESMTP q26sm6261298pfk.94 - gsmtp
    (tls-encrypted) => EHLO tr
    (tls-decrypted) <= 250-smtp.gmail.com at your service, [76.174.40.249]
    (tls-decrypted) <= 250-SIZE 35882577
    (tls-decrypted) <= 250-8BITMIME
    (tls-decrypted) <= 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN 
OAUTHBEARER XOAUTH
    (tls-decrypted) <= 250-ENHANCEDSTATUSCODES
    (tls-decrypted) <= 250-PIPELINING
    (tls-decrypted) <= 250-CHUNKING
    (tls-decrypted) <= 250 SMTPUTF8
    (tls-encrypted) => AUTH LOGIN
    (tls-decrypted) <= 334 VXNlcm5hbWU6
    (tls-encrypted) => bWhhbWlsbEBldmlkYXRpb24uY29t
    (tls-decrypted) <= 334 UGFzc3dvcmQ6
    (tls-encrypted) => [REDACTED]
    (tls-decrypted) <= 235 2.7.0 Accepted
    (tls-encrypted) => MAIL FROM:<mham...@evidation.com>
    (tls-decrypted) <= 250 2.1.0 OK q26sm6261298pfk.94 - gsmtp
    (tls-encrypted) => RCPT TO:<m...@cmhamill.org>
    (tls-decrypted) <= 250 2.1.5 OK q26sm6261298pfk.94 - gsmtp
    (tls-encrypted) => DATA
    (tls-decrypted) <= 354  Go ahead q26sm6261298pfk.94 - gsmtp
    (tls-encrypted) => .
    (tls-decrypted) <= 250 2.0.0 OK 1481829320 q26sm6261298pfk.94 - gsmtp
    (tls-encrypted) => QUIT
    (tls-decrypted) <= 221 2.0.0 closing connection q26sm6261298pfk.94 - gsmtp
    send: message not delivered to anyone

Looking at the source of the Debian package, the only place this error
message occurs is when the postproc program returns an error (in
uip/sendsbr.c on line 446. I'm familiar enough with the codebase to know
what might be going on behind the scenes.

Please let me know if there's any more I can do to help debug.
--
Morgan Hamill

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nmh depends on:
ii  libc6         2.24-7
ii  libdb5.3      5.3.28-12
ii  liblockfile1  1.10-1
ii  libsasl2-2    2.1.27~101-g0780600+dfsg-1
ii  libssl1.1     1.1.0c-2
ii  libtinfo5     6.0+20161126-1
ii  mime-support  3.60
ii  netbase       5.3

Versions of packages nmh recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.88~RC5-1

Versions of packages nmh suggests:
pn  exmh                <none>
ii  libmailtools-perl   2.13-1
ii  libmime-tools-perl  5.508-1
ii  mh-book             200605-2
pn  mh-e                <none>
ii  par                 1.52-3

-- Configuration Files:
/etc/nmh/mhl.body changed [not included]
/etc/nmh/mhl.format changed [not included]
/etc/nmh/mhl.headers changed [not included]
/etc/nmh/mhl.reply changed [not included]
/etc/nmh/mhn.defaults changed [not included]
/etc/nmh/mhshow.marker changed [not included]
/etc/nmh/replcomps changed [not included]
/etc/nmh/scan.highlighted changed [not included]

-- no debconf information

Reply via email to