We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a958573 commit 0910665Copy full SHA for 0910665
1 file changed
install/dist/lib/gentoo.lib.php
@@ -290,7 +290,7 @@ public function configure_dovecot()
290
//* Configure master.cf and add a line for deliver
291
$content = rf($conf["postfix"]["config_dir"].'/master.cf');
292
$deliver_content = 'dovecot unix - n n - - pipe'."\n".' flags=DROhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
293
- af($configdir.'/master.cf', $deliver_content);
+ af($config_dir.'/master.cf', $deliver_content);
294
unset($content);
295
unset($deliver_content);
296
}
0 commit comments