diff --git a/templates/etc/gpg-mailgate.conf.j2 b/templates/etc/gpg-mailgate.conf.j2 index ff0a377..00c0fd1 100644 --- a/templates/etc/gpg-mailgate.conf.j2 +++ b/templates/etc/gpg-mailgate.conf.j2 @@ -65,7 +65,6 @@ send_email = yes notification_email = {{ lacre_notification_email }} mail_templates = {{ lacre_mail_templates }} -[logging] [logging] # path to the logging configuration; see documentation for details: # https://docs.python.org/3/library/logging.config.html#logging-config-fileformat @@ -95,6 +94,7 @@ port = {{ lacre_smtp_port }} starttls = {{ lacre_smtp_starttls }} [database] +enabled = {{ lacre_db_enabled }} {% if lacre_db_backend == 'sqlite' %} url = sqlite://{{ lacre_db_name }} {% endif %}