modified
Este commit está contenido en:
@@ -9,3 +9,7 @@ redis="redis://172.200.0.102:6379/2"
|
||||
|
||||
# Database name for ZoneMTA data in MongoDB. In most cases it should be the same as in the connection string
|
||||
sender="zone-mta"
|
||||
|
||||
users="wildduck"
|
||||
|
||||
gridfs="wildduck"
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
[default]
|
||||
maxConnections=5
|
||||
|
||||
["hatthieves.es"]
|
||||
maxConnections=20
|
||||
|
||||
["gmail.com"]
|
||||
maxConnections=10
|
||||
|
||||
@@ -5,4 +5,4 @@ addMissing=["message-id", "date"]
|
||||
# If true then delays messages with future Date: headers until that time has arrived
|
||||
futureDate=false
|
||||
# Add X-Originating-IP header
|
||||
xOriginatingIP=true
|
||||
xOriginatingIP=false
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
enabled=false
|
||||
#enabled="receiver"
|
||||
# only check authentication for interfaces with following names
|
||||
interfaces=["feeder"]
|
||||
#interfaces=["feeder"]
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
|
||||
# List local IP addresses that can be used for outbound tcp connections
|
||||
# Server process must be able to locally bind to these addresses
|
||||
default=["0.0.0.0", "::"]
|
||||
#default=["0.0.0.0", "::"]
|
||||
|
||||
# or alternatively, to provide hostnames as well:
|
||||
#
|
||||
#[[default]]
|
||||
#address="1.2.3.4"
|
||||
#name="ip-1.hostname"
|
||||
[[default]]
|
||||
address="0.0.0.0"
|
||||
name="hatthieves.es"
|
||||
#
|
||||
#[[default]]
|
||||
#address="1.2.3.5"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[bounces]
|
||||
preferIPv6=false
|
||||
ignoreIPv6=true
|
||||
processes=1
|
||||
connections=2
|
||||
processes=2
|
||||
connections=20
|
||||
pool="default"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
[default]
|
||||
preferIPv6=false
|
||||
ignoreIPv6=true
|
||||
processes=1
|
||||
connections=5
|
||||
processes=2
|
||||
connections=20
|
||||
pool="default"
|
||||
|
||||
# If you want to send messages for this zone to next MTA instead of actual MX, then
|
||||
|
||||
Referencia en una nueva incidencia
Block a user