docs/roundcube: attachment size workaround is now handled by the module
This commit is contained in:
+1
-3
@@ -23,9 +23,7 @@
|
|||||||
# https://search.nixos.org/packages?query=aspellDicts
|
# https://search.nixos.org/packages?query=aspellDicts
|
||||||
en
|
en
|
||||||
];
|
];
|
||||||
# Account for ~30% size increase due to base64 encoding of attachments
|
maxAttachmentSize = config.mailserver.messageSizeLimit / 1024 / 1024;
|
||||||
# https://github.com/roundcube/roundcubemail/issues/7979
|
|
||||||
maxAttachmentSize = config.mailserver.messageSizeLimit / 1024 / 1024 / 1.37;
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
|
$config['imap_host'] = "ssl://${config.mailserver.fqdn}";
|
||||||
$config['smtp_host'] = "ssl://${config.mailserver.fqdn}";
|
$config['smtp_host'] = "ssl://${config.mailserver.fqdn}";
|
||||||
|
|||||||
Reference in New Issue
Block a user