diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2017-02-18 01:54:45 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2017-02-18 02:26:15 +0100 |
commit | 21da16484ef5530b9a17372185ee94854a161979 (patch) | |
tree | 74d52a6c12f6946843ebc3157d9174c6ee7c7f6b /etc/porticron.conf | |
parent | Resolve default duplication (diff) | |
download | porticron-21da16484ef5530b9a17372185ee94854a161979.tar.gz porticron-21da16484ef5530b9a17372185ee94854a161979.tar.bz2 porticron-21da16484ef5530b9a17372185ee94854a161979.zip |
Make mail from configurable through ${FROM} (issue #7)
Diffstat (limited to 'etc/porticron.conf')
-rw-r--r-- | etc/porticron.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf index 8ddfa75..33b770a 100644 --- a/etc/porticron.conf +++ b/etc/porticron.conf @@ -19,6 +19,9 @@ SYNC_OVERLAYS_CMD="/bin/true" # emerge upgrade options UPGRADE_OPTS="--deep --update" +# sender of reports +FROM="root@$(hostname --fqdn)" + # recipient for reports RCPT=root@$(hostname -f) |