Skip to content

Commit

Permalink
fix Mailu#3162: ensure snappymail works with notls
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Apr 6, 2024
1 parent e0b64a9 commit 2b64052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webmails/snappymail/defaults/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"IMAP": {
"host": "{{ FRONT_ADDRESS }}",
"port": 10143,
"secure": 2,
"secure": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,
Expand All @@ -20,7 +20,7 @@
"SMTP": {
"host": "{{ FRONT_ADDRESS }}",
"port": 10025,
"secure": 2,
"secure": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,
Expand All @@ -37,7 +37,7 @@
"Sieve": {
"host": "{{ FRONT_ADDRESS }}",
"port": 14190,
"type": 2,
"type": 3,
"shortLogin": false,
"ssl": {
"verify_peer": false,
Expand Down

0 comments on commit 2b64052

Please sign in to comment.