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 | 69c050e349956f4c982f7e73a09f9a0882f1973f (patch) | |
tree | a597674e50bd6855499fa38ea378c1d8cfe0f9c5 /services/templates/envs/roundcubemail.env.template | |
parent | 6102b8303d098926cb98260b34c38b13e398fb11 (diff) | |
download | crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.gz crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.tar.bz2 crupest-69c050e349956f4c982f7e73a09f9a0882f1973f.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 |