persistent login for roundcube

This commit is contained in:
Ivan Dimitrov 2023-11-15 17:40:13 +02:00
parent 86ad5184d3
commit cac62944b3

View File

@ -3,6 +3,10 @@
services = {
roundcube = {
enable = true;
package = pkgs.roundcube.withPlugins (plugins: [ plugins.persistent_login ]);
plugins = [
"persistent_login"
];
hostName = "${config.mailserver.fqdn}";
extraConfig = ''
$config['smtp_host'] = "tls://${config.mailserver.fqdn}";