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: p...@exim.org Reporter: mar...@hinterlands.org CC: exim-dev@exim.org 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##