Remove MDB from smtp, restructure global variables a little
This commit is contained in:
+114
-721
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"port": 25,
|
||||
"port_ssl": 465,
|
||||
"hostname": "localhost",
|
||||
"hostaddr": "127.0.0.1",
|
||||
"allow_client_ssl": false,
|
||||
"allow_expn": false,
|
||||
"allow_vrfy": true,
|
||||
"verify_address" : true,
|
||||
"accept_etrn": false,
|
||||
"send_etrn": false,
|
||||
"maximum_recipients": 15,
|
||||
"postmaster": "admin",
|
||||
"message_size_limit": 0,
|
||||
"relay_local_mail": true,
|
||||
"use_relay_host": false,
|
||||
"relay_host": "",
|
||||
"block_rts_spam": true,
|
||||
"max_thread_load": 10000,
|
||||
"max_flood_count": 1000,
|
||||
"max_null_sender": 10,
|
||||
"socket_timeout": 600,
|
||||
"max_mx_servers": 20
|
||||
}
|
||||
Reference in New Issue
Block a user