webmcp
changeset 529:f87175f57591
Updated documentation regarding /usr/sbin/sendmail default
| author | jbe | 
|---|---|
| date | Sun Nov 26 16:10:45 2017 +0100 (2017-11-26) | 
| parents | 1d79b0612bd1 | 
| children | 6dec66f8d48e | 
| files | framework/env/net/configure_mail.lua | 
   line diff
1.1 --- a/framework/env/net/configure_mail.lua Sun Nov 26 16:08:28 2017 +0100 1.2 +++ b/framework/env/net/configure_mail.lua Sun Nov 26 16:10:45 2017 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 } 1.5 1.6 Configures the mail delivery system. 1.7 -Default: net.configure_mail{ command={"sendmail", "-t", "-i"}, envelope_from_option="-f" } 1.8 +Default: net.configure_mail{ command={"/usr/sbin/sendmail", "-t", "-i"}, envelope_from_option="-f" } 1.9 1.10 --]]-- 1.11