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

@@ -2345,6 +2345,15 @@ plugin {
]]>
</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>
<command><![CDATA[rc-update add dovecot default]]></command>
<command><![CDATA[/etc/init.d/dovecot restart]]></command>
</daemon>