From 2a328b315fff63caa6087d66a43a8461a95f58c4 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sun, 11 Aug 2024 20:08:55 -0500 Subject: [PATCH] change ports to defaults --- clusters/cl01tl/applications/roundcube/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/roundcube/values.yaml b/clusters/cl01tl/applications/roundcube/values.yaml index 648905624..e5e363033 100644 --- a/clusters/cl01tl/applications/roundcube/values.yaml +++ b/clusters/cl01tl/applications/roundcube/values.yaml @@ -40,13 +40,13 @@ roundcube: name: roundcube-key-secret key: DES_KEY - name: ROUNDCUBEMAIL_DEFAULT_HOST - value: tls://stalwart.stalwart + value: stalwart.stalwart - name: ROUNDCUBEMAIL_DEFAULT_PORT - value: 993 + value: 143 - name: ROUNDCUBEMAIL_SMTP_SERVER - value: ssl://stalwart.stalwart + value: stalwart.stalwart - name: ROUNDCUBEMAIL_SMTP_PORT - value: 465 + value: 25 - name: ROUNDCUBEMAIL_USERNAME_DOMAIN value: alexlebens.dev - name: ROUNDCUBEMAIL_SKIN