add quota-plugin parameters to dovecot-config-templates; update standardcustomer index.html; set nameserver disabled by default

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-11-03 14:08:57 +01:00
parent bcde7e93df
commit e5838f00cf
11 changed files with 83 additions and 2 deletions

View File

@@ -3293,6 +3293,15 @@ plugin {
# (Currently only relevant for ManageSieve)
#sieve_quota_max_storage = 0
}
]]>
</content>
</file>
<file name="/etc/dovecot/conf.d/90-quota.conf" chown="root:0"
chmod="0644" backup="true">
<content><![CDATA[
plugin {
quota = maildir:User quota
}
]]>
</content>
</file>