diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2018-10-01 14:07:48 +0800 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-10-07 12:22:53 +0200 |
commit | 7228d3048a89facee77689e390d5f5c091c57d73 (patch) | |
tree | 15cae4dffc52f760eea3be9f9a04de2fc19473a8 /NEWS | |
parent | efa2f51ae329c07c54dd9d90615c96fb4045f4c8 (diff) | |
download | mcron-7228d3048a89facee77689e390d5f5c091c57d73.tar.gz mcron-7228d3048a89facee77689e390d5f5c091c57d73.tar.bz2 mcron-7228d3048a89facee77689e390d5f5c091c57d73.zip |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 <dale_mellor@users.sourceforge.net> Copyright © 2017, 2018 Mathieu Lirzin <mthl@gnu.org> +Copyright © 2018 宋文武 <iyzsong@member.fsf.org> Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |