nixbld: attempt to work around 'PHP Error: Invalid compose ID' roundcube bug
This commit is contained in:
parent
3f33c1c980
commit
18bc04b419
@ -1305,10 +1305,12 @@ in
|
||||
services.roundcube = {
|
||||
enable = true;
|
||||
hostName = "mail.m-labs.hk";
|
||||
# https://github.com/roundcube/roundcubemail/issues/5869
|
||||
extraConfig = ''
|
||||
$config['smtp_server'] = "tls://${config.mailserver.fqdn}";
|
||||
$config['smtp_user'] = "%u";
|
||||
$config['smtp_pass'] = "%p";
|
||||
$config['session_storage'] = "php";
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user