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 200ebd2 commit e9f8f7eCopy full SHA for e9f8f7e
install/lib/installer_base.lib.php
@@ -877,7 +877,7 @@ public function configure_mlmmj() {
877
copy($conf['postfix']['config_dir'].'/master.cf', $conf['postfix']['config_dir'].'/master.cf~mlmmj');
878
$content .= "\n# mlmmj mailing lists\n";
879
$content .= "mlmmj unix - n n - - pipe\n";
880
- $content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L /var/";
+ $content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L ";
881
$content .= $mlConfig['spool_dir']."/\$nexthop\n\n";
882
wf($conf['postfix']['config_dir'].'/master.cf', $content);
883
}
0 commit comments