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 95ed0d3 commit 1d7941fCopy full SHA for 1d7941f
install/lib/installer_base.lib.php
@@ -669,7 +669,7 @@ public function configure_dovecot()
669
$content = rf($conf["postfix"]["config_dir"].'/master.cf');
670
// Only add the content if we had not addded it before
671
if(!stristr($content,"dovecot/deliver")) {
672
- $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}';
673
af($conf["postfix"]["config_dir"].'/master.cf',$deliver_content);
674
}
675
unset($content);
0 commit comments