# HG changeset patch # User jbe # Date 1511709045 -3600 # Node ID f87175f57591d2626d4e3c7808a6e2960ed50d59 # Parent 1d79b0612bd15b9fe90b3c749a1143d8b8bebf04 Updated documentation regarding /usr/sbin/sendmail default diff -r 1d79b0612bd1 -r f87175f57591 framework/env/net/configure_mail.lua --- a/framework/env/net/configure_mail.lua Sun Nov 26 16:08:28 2017 +0100 +++ b/framework/env/net/configure_mail.lua Sun Nov 26 16:10:45 2017 +0100 @@ -5,7 +5,7 @@ } Configures the mail delivery system. -Default: net.configure_mail{ command={"sendmail", "-t", "-i"}, envelope_from_option="-f" } +Default: net.configure_mail{ command={"/usr/sbin/sendmail", "-t", "-i"}, envelope_from_option="-f" } --]]--