diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-29 23:58:11 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-29 23:58:11 +0800 |
commit | b36622bb43d64672dfedff596c11a0280e6b4816 (patch) | |
tree | 3d9cfce4bb7d9cc192494a56f823d536fa0c7606 /services/templates/envs/roundcubemail.env.template | |
parent | 16524ed0126505992de19b3ee8313234da4f1f78 (diff) | |
download | crupest-b36622bb43d64672dfedff596c11a0280e6b4816.tar.gz crupest-b36622bb43d64672dfedff596c11a0280e6b4816.tar.bz2 crupest-b36622bb43d64672dfedff596c11a0280e6b4816.zip |
mail: remove mail server, run roundcube for outlook.
Diffstat (limited to 'services/templates/envs/roundcubemail.env.template')
-rw-r--r-- | services/templates/envs/roundcubemail.env.template | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/services/templates/envs/roundcubemail.env.template b/services/templates/envs/roundcubemail.env.template index 4297b82..f8a04ff 100644 --- a/services/templates/envs/roundcubemail.env.template +++ b/services/templates/envs/roundcubemail.env.template @@ -1,6 +1,2 @@ -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 +ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload |