aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/porticron.conf')
-rw-r--r--etc/porticron.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/porticron.conf b/etc/porticron.conf
index e1c2f02..1bff768 100644
--- a/etc/porticron.conf
+++ b/etc/porticron.conf
@@ -22,9 +22,11 @@ UPGRADE_OPTS="--deep --update"
# sender of reports
FROM="root@$(hostname --fqdn)"
-# recipient for reports
+# recipient for reports, local mailbox
+RCPT=root
+
+# recipient for reports, e-mail address
#RCPT="root@$(hostname -f)"
-RCPT=root@localhost
# format of the e-mail subject
# use {FQDN}, {HOST}, {IP}, and {DATE} as variables