Set the envelop sender address in config.php

This commit is contained in:
Daniel Berteaud 2014-07-29 14:32:24 +02:00
parent 51512b0fad
commit 409f363159
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
$message_envelope = "phplistbounces@{$DomainName}";
$bounce_protocol = 'mbox';
define ("MANUALLY_PROCESS_BOUNCES",0);
$bounce_mailbox = '/var/lib/phplist/bounces.mbox';