From a4ea0f8abce7f33abdd970f1cb158f6d4529e449 Mon Sep 17 00:00:00 2001 From: scjohns Date: Fri, 21 Jan 2022 10:22:01 -0500 Subject: [PATCH] Remove old security settings in default env --- deploy-gateway-v2.20.0.sh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/deploy-gateway-v2.20.0.sh b/deploy-gateway-v2.20.0.sh index b423759..b2ee4a1 100644 --- a/deploy-gateway-v2.20.0.sh +++ b/deploy-gateway-v2.20.0.sh @@ -1232,29 +1232,6 @@ $gwCksKey # X-Header-1: value1, X-Header-2: value2 # GATEWAY_ROUTING_XHEADERS= -# Record policy security options upon decrypt -# Only available on outbound decrypt modes -# -# Required: Yes -# Default: 0 -# Values: -# 1 - True -# 0 - False -# -GATEWAY_RECORD_POLICY_OPTIONS=0 - -# Use existing policy security options -# Only available on outbound encrypt mode, will use the additional policy security settings -# based on the security settings of the original policy before decryption -# -# Required: Yes -# Default: ignore -# Values: -# ignore -# accept -# -GATEWAY_USE_EXISTING_POLICY_OPTIONS=ignore - # Cache Outgoing SMTP Connections # Whether to cache outgoing connections to mailservers. # If "1", use on-demand connection caching. If "0", do not cache.