From 08bdafcee84f12db16ec68a6c04d2492ef5b9a2f Mon Sep 17 00:00:00 2001 From: Akshat Jain Date: Wed, 21 May 2025 16:10:59 +0530 Subject: [PATCH] [INFRA-156] fix: update SMTP port configurations in variables.env for email service #3235 --- deploy/cli-install/variables.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/cli-install/variables.env b/deploy/cli-install/variables.env index 1a537bfa24..b8f81b0f32 100644 --- a/deploy/cli-install/variables.env +++ b/deploy/cli-install/variables.env @@ -117,9 +117,9 @@ API_KEY_RATE_LIMIT=60/minute LIVE_SERVER_SECRET_KEY=htbqvBJAgpm9bzvf3r4urJer0ENReatceh # Email Configuration -LISTEN_SMTP_PORT_25=25 -LISTEN_SMTP_PORT_465=465 -LISTEN_SMTP_PORT_587=587 +LISTEN_SMTP_PORT_25=10025 +LISTEN_SMTP_PORT_465=10465 +LISTEN_SMTP_PORT_587=10587 # If using SMTP DOMAIN as FQDN e.g mail.example.com, # Generate a valid SSL certificate of SMTP Domain