From b36622bb43d64672dfedff596c11a0280e6b4816 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 29 Jun 2025 23:58:11 +0800 Subject: mail: remove mail server, run roundcube for outlook. --- services/docker/nginx/configs/templates/mail.conf.template | 5 ----- 1 file changed, 5 deletions(-) (limited to 'services/docker/nginx') diff --git a/services/docker/nginx/configs/templates/mail.conf.template b/services/docker/nginx/configs/templates/mail.conf.template index c47630f..430033c 100644 --- a/services/docker/nginx/configs/templates/mail.conf.template +++ b/services/docker/nginx/configs/templates/mail.conf.template @@ -6,11 +6,6 @@ server { root /srv/mail; } - location = /${CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH} { - include common/proxy-common; - proxy_pass http://mail-server:2345/${CRUPEST_MAIL_SERVER_AWS_INBOUND_PATH}; - } - location / { include common/proxy-common; proxy_pass http://roundcubemail:80/; -- cgit v1.2.3