[exim-dev] [Bug 1641] New: hosts_verify_avoid_tls disabled f…

Pàgina inicial
Delete this message
Reply to this message
Autor: admin
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 1641] New: hosts_verify_avoid_tls disabled for GNUTLS builds
https://bugs.exim.org/show_bug.cgi?id=1641

            Bug ID: 1641
           Summary: hosts_verify_avoid_tls disabled for GNUTLS builds
           Product: Exim
           Version: 4.84
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: TLS
          Assignee: pdp@???
          Reporter: martin@???
                CC: exim-dev@???


Hello

At lines 125..128 in src/transports/smtp.c we see:

#ifdef SUPPORT_TLS
   { "hosts_verify_avoid_tls", opt_stringptr,
       (void *)offsetof(smtp_transport_options_block,
hosts_verify_avoid_tls) },
#endif



This means exim4 built against GnuTLS (i.e. Debian's exim4-daemon-heavy
package) does not have hosts_verify_avoid_tls available.

The effect of this is that recipient callouts will always fail for hosts that
require TLS. This is unfortunate behaviour in my opinion.

Is this intentional?


Regards

Martin A. Brooks

--
You are receiving this mail because:
You are on the CC list for the bug.