From 2845f3f93c860740767f65416559b82ab43cb3ab Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 4 May 2024 15:38:09 +0100 Subject: [PATCH 1/1] base.m4: Add missing `SMTP_DELIVERY' to the plain `smtp' transport. --- base.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/base.m4 b/base.m4 index 974cf5f..692a74b 100644 --- a/base.m4 +++ b/base.m4 @@ -434,6 +434,7 @@ SECTION(transports)m4_dnl ## it into the transport name. This is very unpleasant, of course. smtp: driver = smtp + SMTP_DELIVERY APPLY_HEADER_CHANGES tls_require_ciphers = CONF_acceptable_ciphers tls_dh_min_bits = 508 -- 2.11.0