sogo_eas.template.sh 200 B

12345
  1. if printf "%s\n" "${SKIP_SOGO}" | grep -E '^([yY][eE][sS]|[yY])+$' >/dev/null; then
  2. echo "return 410;"
  3. else
  4. echo "proxy_pass http://${IPV4_NETWORK}.248:20000/SOGo/Microsoft-Server-ActiveSync;"
  5. fi