From 7228d3048a89facee77689e390d5f5c091c57d73 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 1 Oct 2018 14:07:48 +0800 Subject: build: Add '--with-sendmail' configure option This allows users to configure the Mail Transfert Agent (MTA) of their choice. * configure.ac: Add '--with-sendmail' option. (SENDMAIL): Default to 'sendmail -t'. * NEWS: Announce it. * src/mcron/redirect.scm (with-mail-out): Assume the MTA is reading the message for recipients. * build-aux/guix.scm: Remove 'which' from the native-inputs. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d3f31cd..432e586 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ GNU Mcron NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Improvements + + The "--with-sendmail" configure variable has been added to allow the usage + of a different Mail Transfert Agent (MTA) than 'sendmail -t'. The MTA must + be able to guess the actual recipients from the 'To:' message header. * Noteworthy changes in release 1.1.1 (2018-04-08) [stable] @@ -157,6 +162,7 @@ GNU Mcron NEWS -*- outline -*- Copyright © 2003, 2005, 2006 Dale Mellor Copyright © 2017, 2018 Mathieu Lirzin +Copyright © 2018 宋文武 Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright -- cgit v1.2.3