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 ca9f5ab commit 542eb1dCopy full SHA for 542eb1d
install/dist/lib/gentoo.lib.php
@@ -345,6 +345,7 @@ public function configure_dovecot()
345
if(version_compare($dovecot_version,2, '>=')) {
346
$content = str_replace('# iterate_query', 'iterate_query', $content);
347
}
348
+ $content = str_replace('{server_id}', $conf['server_id'], $content);
349
$this->write_config_file($configfile, $content);
350
351
0 commit comments