Skip to content

Commit

Permalink
Merge pull request #27 from virtru/CD-1248-UpdateGWVersion
Browse files Browse the repository at this point in the history
CD-1248 Update Gateway Repo
  • Loading branch information
nwilliamsgit authored Sep 7, 2023
2 parents 9c244c2 + 9fadb81 commit 24d28a6
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22,441 deletions.
1,266 changes: 0 additions & 1,266 deletions deploy-gateway-v2.11.0.sh

This file was deleted.

1,252 changes: 0 additions & 1,252 deletions deploy-gateway-v2.12.0.sh

This file was deleted.

1,320 changes: 0 additions & 1,320 deletions deploy-gateway-v2.14.0.sh

This file was deleted.

1,343 changes: 0 additions & 1,343 deletions deploy-gateway-v2.15.0.sh

This file was deleted.

1,344 changes: 0 additions & 1,344 deletions deploy-gateway-v2.17.0.sh

This file was deleted.

1,371 changes: 0 additions & 1,371 deletions deploy-gateway-v2.18.0.sh

This file was deleted.

1,371 changes: 0 additions & 1,371 deletions deploy-gateway-v2.19.1.sh

This file was deleted.

1,371 changes: 0 additions & 1,371 deletions deploy-gateway-v2.19.2.sh

This file was deleted.

1,371 changes: 0 additions & 1,371 deletions deploy-gateway-v2.19.3.sh

This file was deleted.

1,236 changes: 0 additions & 1,236 deletions deploy-gateway-v2.2.sh

This file was deleted.

1,362 changes: 0 additions & 1,362 deletions deploy-gateway-v2.20.0.sh

This file was deleted.

1,351 changes: 0 additions & 1,351 deletions deploy-gateway-v2.21.0.sh

This file was deleted.

1,351 changes: 0 additions & 1,351 deletions deploy-gateway-v2.23.0.sh

This file was deleted.

1,351 changes: 0 additions & 1,351 deletions deploy-gateway-v2.27.0.sh

This file was deleted.

1,242 changes: 0 additions & 1,242 deletions deploy-gateway-v2.4.sh

This file was deleted.

22 changes: 11 additions & 11 deletions deploy-gateway-v2.28.0.sh → deploy-gateway-v2.40.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EntryPoint()
{
# Default Variables
blank=""
gwVersionDefault="2.28.0"
gwVersionDefault="2.40.0"
gwPortDefault="9001"
gwModeDefault="encrypt-everything"
gwTopologyDefault="outbound"
Expand Down Expand Up @@ -791,7 +791,7 @@ GATEWAY_PROXY_PROTOCOL=0
# Comma delimited set of domains and next-hop destinations and optional ports
# Define the next-hop destination and port, supports FQDN and IPV4 address
# Values
# Not defined/Commented out - Final delivery by MX
# GATEWAY_TRANSPORT_MAPS=*=>[Next hop FQDN]:port
Expand Down Expand Up @@ -1145,7 +1145,7 @@ $gwSmtpTlsCompliance
# Enable inbound X-Header authentication Shared Secret
# Example variable:
# GATEWAY_XHEADER_AUTH_SECRET=123456789
# Example of applied header with secret
# Example of applied header with secret
# X-Header-Virtru-Auth=123456789
# Require: No
#
Expand Down Expand Up @@ -1210,7 +1210,7 @@ $gwCksKey
#
# Required: No
# Default: 1
# Values:
# Values:
# 1 - Enabled
# 0 - Disabled
#
Expand All @@ -1220,11 +1220,11 @@ $gwCksKey
# SMTP XHeaders for the Gateway to set on all mail it processes
# Example Header Values
# X-Header-1: value1, X-Header-2: value2
# GATEWAY_ROUTING_XHEADERS=
# GATEWAY_ROUTING_XHEADERS=
# Cache Outgoing SMTP Connections
# Whether to cache outgoing connections to mailservers.
# If "1", use on-demand connection caching. If "0", do not cache.
# Whether to cache outgoing connections to mailservers.
# If "1", use on-demand connection caching. If "0", do not cache.
# If a list of domains (e.g. example.org,hotmail.com,gmail.com)
# then use per-destination connection caching.
#
Expand All @@ -1237,9 +1237,9 @@ $gwCksKey
# GATEWAY_SMTP_CACHE_CONNECTIONS=0
# Outgoing SMTP Connection Cache Time Limit
# How long to cache SMTP connections for.
# How long to cache SMTP connections for.
# Sets smtp_connection_cache_time_limit to the provied value
# so that the smtp daemon doesn't close the connection and
# so that the smtp daemon doesn't close the connection and
# sets connection_cache_ttl_limit to the same value so that the cached value is still valid
#
# Required: No
Expand All @@ -1251,8 +1251,8 @@ $gwCksKey
# GATEWAY_SMTP_CONNECTION_CACHE_TIME_LIMIT=30s
# Decrypt Then Re-Encrypt Workflow
# If you use a multi-gateway approach for sending email.
# I.e. your workflow looks something like
# If you use a multi-gateway approach for sending email.
# I.e. your workflow looks something like
# (Decrypt -> Scan -> Encrypt) before sending/receiving email.
#
# Required: No
Expand Down
22 changes: 11 additions & 11 deletions deploy-gateway-v2.30.0.sh → deploy-gateway-v2.41.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EntryPoint()
{
# Default Variables
blank=""
gwVersionDefault="2.30.0"
gwVersionDefault="2.41.0"
gwPortDefault="9001"
gwModeDefault="encrypt-everything"
gwTopologyDefault="outbound"
Expand Down Expand Up @@ -791,7 +791,7 @@ GATEWAY_PROXY_PROTOCOL=0
# Comma delimited set of domains and next-hop destinations and optional ports
# Define the next-hop destination and port, supports FQDN and IPV4 address
# Values
# Not defined/Commented out - Final delivery by MX
# GATEWAY_TRANSPORT_MAPS=*=>[Next hop FQDN]:port
Expand Down Expand Up @@ -1145,7 +1145,7 @@ $gwSmtpTlsCompliance
# Enable inbound X-Header authentication Shared Secret
# Example variable:
# GATEWAY_XHEADER_AUTH_SECRET=123456789
# Example of applied header with secret
# Example of applied header with secret
# X-Header-Virtru-Auth=123456789
# Require: No
#
Expand Down Expand Up @@ -1210,7 +1210,7 @@ $gwCksKey
#
# Required: No
# Default: 1
# Values:
# Values:
# 1 - Enabled
# 0 - Disabled
#
Expand All @@ -1220,11 +1220,11 @@ $gwCksKey
# SMTP XHeaders for the Gateway to set on all mail it processes
# Example Header Values
# X-Header-1: value1, X-Header-2: value2
# GATEWAY_ROUTING_XHEADERS=
# GATEWAY_ROUTING_XHEADERS=
# Cache Outgoing SMTP Connections
# Whether to cache outgoing connections to mailservers.
# If "1", use on-demand connection caching. If "0", do not cache.
# Whether to cache outgoing connections to mailservers.
# If "1", use on-demand connection caching. If "0", do not cache.
# If a list of domains (e.g. example.org,hotmail.com,gmail.com)
# then use per-destination connection caching.
#
Expand All @@ -1237,9 +1237,9 @@ $gwCksKey
# GATEWAY_SMTP_CACHE_CONNECTIONS=0
# Outgoing SMTP Connection Cache Time Limit
# How long to cache SMTP connections for.
# How long to cache SMTP connections for.
# Sets smtp_connection_cache_time_limit to the provied value
# so that the smtp daemon doesn't close the connection and
# so that the smtp daemon doesn't close the connection and
# sets connection_cache_ttl_limit to the same value so that the cached value is still valid
#
# Required: No
Expand All @@ -1251,8 +1251,8 @@ $gwCksKey
# GATEWAY_SMTP_CONNECTION_CACHE_TIME_LIMIT=30s
# Decrypt Then Re-Encrypt Workflow
# If you use a multi-gateway approach for sending email.
# I.e. your workflow looks something like
# If you use a multi-gateway approach for sending email.
# I.e. your workflow looks something like
# (Decrypt -> Scan -> Encrypt) before sending/receiving email.
#
# Required: No
Expand Down
Loading

0 comments on commit 24d28a6

Please sign in to comment.