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 6183781 commit 58f7c06Copy full SHA for 58f7c06
install/lib/installer_base.lib.php
@@ -1496,7 +1496,7 @@ public function configure_dovecot() {
1496
foreach ($options as $value) {
1497
$value = trim($value);
1498
if ($value == '') continue;
1499
- if (preg_match("|check_recipient_access\s+proxy:mysql:${config_dir}/mysql-verify_recipients.cf|", $value)) {
+ if (preg_match("|check_recipient_access\s+proxy:mysql:${quoted_config_dir}/mysql-verify_recipients.cf|", $value)) {
1500
continue;
1501
}
1502
$new_options[] = $value;
0 commit comments