Skip to content

Commit 542eb1d

Browse files
author
Marius Burkard
committed
- replace server_id in gentoo dovecot sql config, fixes #4926
1 parent ca9f5ab commit 542eb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/dist/lib/gentoo.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ public function configure_dovecot()
345345
if(version_compare($dovecot_version,2, '>=')) {
346346
$content = str_replace('# iterate_query', 'iterate_query', $content);
347347
}
348+
$content = str_replace('{server_id}', $conf['server_id'], $content);
348349
$this->write_config_file($configfile, $content);
349350
}
350351

0 commit comments

Comments
 (0)