1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Thomas Sänger
89c55ba8fe
use safer cipher in roundcube
"Default is set for backward compatibility to DES-EDE3-CBC,
but you can choose e.g. AES-256-CBC which we consider a better choice."

https://github.com/roundcube/roundcubemail/blob/master/config/defaults.inc.php#L512
2018-09-19 01:36:22 +02:00
Mildred Ki'Lya
b7ece9f9b8 roundcube: fix host parametrization
Roundcube can be parametrized so it can take a different hostname than
'front' or 'imap' to connect to the mail servers through environment
variables. Unfortunately, this was not correct and in PHP a `||`
operator always returns a boolean. It did not work as expected.

Instead use the ternary operator `:?` that works in all cases.
2018-06-27 16:40:04 +00:00
Mildred Ki'Lya
ae8c9f5a6b Add various environment variables to allow running outside of docker-compose 2018-05-08 20:41:02 +01:00
kaiyou
31b887807a Enable enigma for testing in Roundcube, fixes #391 2018-03-05 21:32:31 +01:00
kaiyou
34d88144b2 Set the temp directory for Roundcube, related to #365 2017-12-19 19:50:38 +01:00
kaiyou
652ca769dc Allow authentication from webmail directly, fixes #308 2017-11-10 15:54:41 +01:00
kaiyou
f22194d78b Rename the webmails directory 2017-11-04 18:48:22 +01:00