Remove MDB from smtp, restructure global variables a little

This commit is contained in:
alexhudson
2007-07-29 15:55:59 +00:00
parent 058c6c4bd6
commit f4e2cbb923
2 changed files with 139 additions and 721 deletions
+114 -721
View File
File diff suppressed because it is too large Load Diff
+25
View File
@@ -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
}