Try to force not to use smtp auth
This commit is contained in:
parent
f94d4e2a91
commit
1d05581a5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user