Try to force not to use smtp auth
This commit is contained in:
parent
f94d4e2a91
commit
1d05581a5e
@ -27,6 +27,10 @@ spec:
|
|||||||
value: "25"
|
value: "25"
|
||||||
- name: ROUNDCUBEMAIL_DB_TYPE
|
- name: ROUNDCUBEMAIL_DB_TYPE
|
||||||
value: sqlite
|
value: sqlite
|
||||||
|
- name: ROUNDCUBEMAIL_SMTP_USER
|
||||||
|
value: ""
|
||||||
|
- name: ROUNDCUBEMAIL_SMTP_PASS
|
||||||
|
value: ""
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: roundcube-persistent-storage
|
- name: roundcube-persistent-storage
|
||||||
mountPath: /var/roundcube
|
mountPath: /var/roundcube
|
||||||
|
Loading…
Reference in New Issue
Block a user