summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-04-15 13:57:05 -0300
committerdrebs <drebs@leap.se>2015-04-16 11:53:48 -0300
commit057de70291aee0eaedb8f8318dd1132e960e7e97 (patch)
treebc93cf90f86fc9139fc23a4cedfbd90b8bf90a00
parent527d7d4a67f859a3315812b100b2c58fd0eeded6 (diff)
[bug] change default bounce message sender address
This commit changes the bounce message sender address to be MAILER-DAEMON@domain, instead of bounce@domain. Related: #6858.
-rwxr-xr-xpkg/mx.tac2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mx.tac b/pkg/mx.tac
index 75d2405..48b9ef9 100755
--- a/pkg/mx.tac
+++ b/pkg/mx.tac
@@ -46,7 +46,7 @@ password = config.get("couchdb", "password")
server = config.get("couchdb", "server")
port = config.get("couchdb", "port")
-bounce_from = "bounce"
+bounce_from = "MAILER-DAEMON"
bounce_subject = "Delivery failure"
try: