Christoph Schläpfer 1 rok temu
rodzic
commit
36ff61fbfd
1 zmienionych plików z 24 dodań i 24 usunięć
  1. 24 24
      docs/docs/server-administration/email.md

+ 24 - 24
docs/docs/server-administration/email.md

@@ -147,30 +147,30 @@ Edit `/etc/snappymail/data/_data_/_default_/domains/default.json` and modify the
 
 
 ```bash
 ```bash
 "Sieve": {
 "Sieve": {
-        "host": "localhost",
-        "port": 4190,
-        "type": 0,
-        "timeout": 10,
-        "shortLogin": false,
-        "lowerLogin": true,
-        "sasl": [
-            "SCRAM-SHA3-512",
-            "SCRAM-SHA-512",
-            "SCRAM-SHA-256",
-            "SCRAM-SHA-1",
-            "PLAIN",
-            "LOGIN"
-        ],
-        "ssl": {
-            "verify_peer": false, 
-            "verify_peer_name": false,
-            "allow_self_signed": false,
-            "SNI_enabled": true,
-            "disable_compression": true,
-            "security_level": 1
-        },
-        "enabled": false # Change this to true
-    },
+"host": "localhost",
+"port": 4190,
+"type": 0,
+"timeout": 10,
+"shortLogin": false,
+"lowerLogin": true,
+"sasl": [
+"SCRAM-SHA3-512",
+"SCRAM-SHA-512",
+"SCRAM-SHA-256",
+"SCRAM-SHA-1",
+"PLAIN",
+"LOGIN"
+],
+"ssl": {
+"verify_peer": false,
+"verify_peer_name": false,
+"allow_self_signed": false,
+"SNI_enabled": true,
+"disable_compression": true,
+"security_level": 1
+},
+"enabled": false # Change this to true
+},
 ```
 ```
 
 
 ## Oracle Cloud + SMTP relay
 ## Oracle Cloud + SMTP relay