summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-09 11:50:43 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-09 11:50:43 -0400
commita6aba41faa996a359d0dda54fdc0ac6396db2cd4 (patch)
tree33c5e39aaf0f75a37522400d9b5a0e785f274ec8
parent0944d76aef1b47f4de8b297145b5fc3a9dcc61fc (diff)
downloaddebug-me-a6aba41faa996a359d0dda54fdc0ac6396db2cd4.tar.gz
use postmaster as default
-rw-r--r--debug-me.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug-me.default b/debug-me.default
index c64f106..eca7ab5 100644
--- a/debug-me.default
+++ b/debug-me.default
@@ -1,6 +1,6 @@
# Address from which session logs will be sent to the user.
# This should be set to a real e-mail address.
-EMAIL="unknown@server"
+EMAIL="postmaster"
# Parameters to pass to debug-me when it's started as a daemon.
DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs --from-email $EMAIL"