diff --git a/debian/changelog b/debian/changelog index 2b7eca4..3aaec0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +evoadmin-mail (1.0.5-1) unstable; urgency=medium + + * Quota path is now configurable + + -- Victor Laborie Thu, 28 Mar 2019 15:36:16 +0100 + evoadmin-mail (1.0.4-1) unstable; urgency=medium * Do not use base.html for login page diff --git a/debian/postinst b/debian/postinst index 1ef7b7f..0672e7e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -45,6 +45,9 @@ base = "${ldap_base}" admin_dn = "${ldap_admin_dn}" admin_pass = "${ldap_admin_password}" superadmin[] = "evoadmin" + +[quota] +path = "/var/lib/evoadmin-mail/quota/" EOF fi chmod 750 /etc/evoadmin-mail /var/lib/evoadmin-mail