mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"IMAP": {
|
|
"host": "localhost",
|
|
"port": 143,
|
|
"type": 0,
|
|
"timeout": 300,
|
|
"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
|
|
},
|
|
"disabled_capabilities": [
|
|
"METADATA",
|
|
"PREVIEW",
|
|
"STATUS=SIZE"
|
|
],
|
|
"use_expunge_all_on_delete": false,
|
|
"fast_simple_search": true,
|
|
"force_select": false,
|
|
"message_all_headers": false,
|
|
"message_list_limit": 10000,
|
|
"search_filter": ""
|
|
},
|
|
"SMTP": {
|
|
"host": "localhost",
|
|
"port": 25,
|
|
"type": 0,
|
|
"timeout": 60,
|
|
"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
|
|
},
|
|
"useAuth": false,
|
|
"setSender": false,
|
|
"usePhpMail": false
|
|
},
|
|
"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
|
|
},
|
|
"whiteList": ""
|
|
}
|