diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-03 15:32:10 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-03 15:32:10 +0800 |
commit | 6f46e10fa0227263e900035c5c27fa7fba3eb717 (patch) | |
tree | 5fd90fc0177f91d5501b7b60d096e00548444d48 /services/templates/envs/roundcubemail.env.template | |
parent | 015d82c30640566fc9fae156efa1dde0da9fb77e (diff) | |
download | crupest-6f46e10fa0227263e900035c5c27fa7fba3eb717.tar.gz crupest-6f46e10fa0227263e900035c5c27fa7fba3eb717.tar.bz2 crupest-6f46e10fa0227263e900035c5c27fa7fba3eb717.zip |
feat(service): move out env files from compose.
Diffstat (limited to 'services/templates/envs/roundcubemail.env.template')
-rw-r--r-- | services/templates/envs/roundcubemail.env.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/templates/envs/roundcubemail.env.template b/services/templates/envs/roundcubemail.env.template new file mode 100644 index 0000000..4297b82 --- /dev/null +++ b/services/templates/envs/roundcubemail.env.template @@ -0,0 +1,6 @@ +ROUNDCUBEMAIL_DEFAULT_HOST=ssl://@@CRUPEST_MAIL_SERVER_DOMAIN@@ +ROUNDCUBEMAIL_DEFAULT_PORT=993 +ROUNDCUBEMAIL_SMTP_SERVER=ssl://@@CRUPEST_MAIL_SERVER_DOMAIN@@ +ROUNDCUBEMAIL_SMTP_PORT=465 +ROUNDCUBEMAIL_DB_TYPE=sqlite +ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload,managesieve |