Skip to content

Commit a81823e

Browse files
committed
Use Json instead of bash
1 parent 36ff61f commit a81823e

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/docs/server-administration/email.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -145,31 +145,31 @@ Open port 4190 in the firewall. [Read the firewall documentation](./firewall).
145145

146146
Edit `/etc/snappymail/data/_data_/_default_/domains/default.json` and modify the following settings:
147147

148-
```bash
148+
```json
149149
"Sieve": {
150-
"host": "localhost",
151-
"port": 4190,
152-
"type": 0,
153-
"timeout": 10,
154-
"shortLogin": false,
155-
"lowerLogin": true,
156-
"sasl": [
157-
"SCRAM-SHA3-512",
158-
"SCRAM-SHA-512",
159-
"SCRAM-SHA-256",
160-
"SCRAM-SHA-1",
161-
"PLAIN",
162-
"LOGIN"
163-
],
164-
"ssl": {
165-
"verify_peer": false,
166-
"verify_peer_name": false,
167-
"allow_self_signed": false,
168-
"SNI_enabled": true,
169-
"disable_compression": true,
170-
"security_level": 1
171-
},
172-
"enabled": false # Change this to true
150+
"host": "localhost",
151+
"port": 4190,
152+
"type": 0,
153+
"timeout": 10,
154+
"shortLogin": false,
155+
"lowerLogin": true,
156+
"sasl": [
157+
"SCRAM-SHA3-512",
158+
"SCRAM-SHA-512",
159+
"SCRAM-SHA-256",
160+
"SCRAM-SHA-1",
161+
"PLAIN",
162+
"LOGIN"
163+
],
164+
"ssl": {
165+
"verify_peer": false,
166+
"verify_peer_name": false,
167+
"allow_self_signed": false,
168+
"SNI_enabled": true,
169+
"disable_compression": true,
170+
"security_level": 1
171+
},
172+
"enabled": false # Change this to true
173173
},
174174
```
175175

0 commit comments

Comments
 (0)