From 1d05581a5eb6b2d5664a6fa1c10e7cc887e3aec4 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Fri, 13 Oct 2023 18:11:08 +0200 Subject: [PATCH] Try to force not to use smtp auth --- kustomize/roundcube-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index 8645f1e..495026c 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -27,6 +27,10 @@ spec: value: "25" - name: ROUNDCUBEMAIL_DB_TYPE value: sqlite + - name: ROUNDCUBEMAIL_SMTP_USER + value: "" + - name: ROUNDCUBEMAIL_SMTP_PASS + value: "" volumeMounts: - name: roundcube-persistent-storage mountPath: /var/roundcube