1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

fix #3162: ensure snappymail works with notls

This commit is contained in:
Florent Daigniere
2024-04-06 18:16:52 +02:00
parent e0b64a9e54
commit 2b6405227b

View File

@@ -3,7 +3,7 @@
"IMAP": {
"host": "{{ FRONT_ADDRESS }}",
"port": 10143,
"secure": 2,
"secure": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,
@@ -20,7 +20,7 @@
"SMTP": {
"host": "{{ FRONT_ADDRESS }}",
"port": 10025,
"secure": 2,
"secure": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,
@@ -37,7 +37,7 @@
"Sieve": {
"host": "{{ FRONT_ADDRESS }}",
"port": 14190,
"type": 2,
"type": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,