mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-01 16:37:10 +00:00
[SOGo] Disable EAS when SKIP_SOGO=y
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
if printf "%s\n" "${SKIP_SOGO}" | grep -E '^([yY][eE][sS]|[yY])+$' >/dev/null; then
|
||||||
|
echo "return 410;"
|
||||||
|
else
|
||||||
|
echo "proxy_pass http://${IPV4_NETWORK}.248:20000/SOGo/Microsoft-Server-ActiveSync;"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user