We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b4a9e commit 73b93e5Copy full SHA for 73b93e5
install/lib/installer_base.lib.php
@@ -429,8 +429,8 @@ public function configure_postfix($options = '')
429
}
430
$configfile = $config_dir.'/master.cf';
431
$content = rf($configfile);
432
- $content = str_replace(' flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}',
433
- ' flags=R user='.$cf['vmail_username'].' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}',
+ $content = str_replace('flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}',
+ 'flags=R user='.$cf['vmail_username'].' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}',
434
$content);
435
wf($configfile, $content);
436
0 commit comments