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 ec2350f commit a25e52fCopy full SHA for a25e52f
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/local/bin/mlmmj-receive -F -L /var/spool/mlmmj/\$nexthop\n\n";
+ $content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L /var/spool/mlmmj/\$nexthop\n\n";
881
wf($conf['postfix']['config_dir'].'/master.cf', $content);
882
}
883
0 commit comments