diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/porticron.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf index 33b770a..e1c2f02 100644 --- a/etc/porticron.conf +++ b/etc/porticron.conf @@ -23,7 +23,8 @@ UPGRADE_OPTS="--deep --update" FROM="root@$(hostname --fqdn)" # recipient for reports -RCPT=root@$(hostname -f) +#RCPT="root@$(hostname -f)" +RCPT=root@localhost # format of the e-mail subject # use {FQDN}, {HOST}, {IP}, and {DATE} as variables |