Skip to content

Commit

Permalink
feat(dovecot): add conditional message for FTS disabled state in relo…
Browse files Browse the repository at this point in the history
…ad-config script
  • Loading branch information
stephdl committed Feb 7, 2025
1 parent cafc6f1 commit 8544135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dovecot/usr/local/bin/reload-config
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ tmpl_mail_plugins="acl listescape notify mail_log"
if [ "$flatcurve_enabled" == "yes" ]; then
tmpl_mail_plugins="$tmpl_mail_plugins fts fts_flatcurve"
tmpl_enabled_flatcurve='fts = flatcurve'
else:
tmpl_enabled_flatcurve='# FTS disabled by DOVECOT_FLATCURVE_ENABLED environment variable'
fi
tmpl_mail_max_userip_connections="${DOVECOT_MAX_USERIP_CONNECTIONS:-20}"
tmpl_default_process_limit="${DOVECOT_DEFAULT_PROCESS_LIMIT:-400}"
Expand Down

0 comments on commit 8544135

Please sign in to comment.