Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/templates/partials/dovecot.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/partials/dovecot.hbs b/src/templates/partials/dovecot.hbs
index 035dc81..7dc6bce 100644
--- a/src/templates/partials/dovecot.hbs
+++ b/src/templates/partials/dovecot.hbs
@@ -5,8 +5,8 @@ ssl = required
ssl_cert = </path/to/signed_cert_plus_intermediates
ssl_key = </path/to/private_key
{{#if output.usesDhe}}
-
- {{#if (minver "2.3.0" form.serverVersion)}}
+ {{#if (minver "2.3.3" form.serverVersion)}}
+ {{else if (minver "2.3.0" form.serverVersion)}}
# {{output.dhCommand}} > /path/to/dhparam
ssl_dh = </path/to/dhparam
{{else}}