Skip to content

Commit a25e52f

Browse files
author
Michele
committed
Replaced wrong path
1 parent ec2350f commit a25e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ public function configure_mlmmj() {
877877
copy($conf['postfix']['config_dir'].'/master.cf', $conf['postfix']['config_dir'].'/master.cf~mlmmj');
878878
$content .= "\n# mlmmj mailing lists\n";
879879
$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";
880+
$content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L /var/spool/mlmmj/\$nexthop\n\n";
881881
wf($conf['postfix']['config_dir'].'/master.cf', $content);
882882
}
883883

0 commit comments

Comments
 (0)