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 | d1c3add8a01464c9c4c79bd91df1024dcf8c3462 (patch) | |
tree | ddc682e2bd4dec509646e72b4ad63cc48352aa97 /services/templates/envs/roundcubemail.env.template | |
parent | 3b8c5bdeaacfe408f54aa77ddd6226fb6292d975 (diff) | |
download | crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.tar.gz crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.tar.bz2 crupest-d1c3add8a01464c9c4c79bd91df1024dcf8c3462.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 |