Skip to content
Snippets Groups Projects
Commit 09106652 authored by Florian Schaal's avatar Florian Schaal
Browse files

again typo in gentoo.lib.php ;)

parent a958573a
No related branches found
No related tags found
1 merge request!213Master
......@@ -290,7 +290,7 @@ class installer extends installer_base
//* Configure master.cf and add a line for deliver
$content = rf($conf["postfix"]["config_dir"].'/master.cf');
$deliver_content = 'dovecot unix - n n - - pipe'."\n".' flags=DROhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
af($configdir.'/master.cf', $deliver_content);
af($config_dir.'/master.cf', $deliver_content);
unset($content);
unset($deliver_content);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment