Skip to content
Snippets Groups Projects
Commit 1d7941fb authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1048 - PHP error by SVN update with Dovecot

parent 95ed0d3c
No related branches found
No related tags found
2 merge requests!46Master,!21Master
......@@ -669,7 +669,7 @@ class installer_base {
$content = rf($conf["postfix"]["config_dir"].'/master.cf');
// Only add the content if we had not addded it before
if(!stristr($content,"dovecot/deliver")) {
$deliver_content = "dovecot unix - n n - - pipe\n flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}";
$deliver_content = 'dovecot unix - n n - - pipe'."\n".' flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}';
af($conf["postfix"]["config_dir"].'/master.cf',$deliver_content);
}
unset($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