From a01b263afd3f472999c3efd457acbb5d35ee74b1 Mon Sep 17 00:00:00 2001 From: muppeth Date: Sat, 14 May 2022 08:50:20 +0200 Subject: [PATCH] linking lacre directory to global python package dir --- templates/etc/gpg-mailgate.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}