haraka-wildduck

Este commit está contenido en:
Your Name
2020-05-27 17:51:39 +00:00
padre 31d55bf967
commit d44513dbd8
Se han modificado 163 ficheros con 8169 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,5 @@
["modules/zonemta-avast"]
enabled=false # not enabled by default
#enabled=["receiver", "main", "sender"]
interfaces=['*']
socket="/var/run/avast/scan.sock"

Ver fichero

@@ -0,0 +1,8 @@
["core/default-headers"]
enabled=["receiver", "main", "sender"]
# Which missing headers to add
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

Ver fichero

@@ -0,0 +1,3 @@
["modules/zonemta-delivery-counters"]
enabled="main"
prefix="zmta"

Ver fichero

@@ -0,0 +1,14 @@
["core/dkim"]
enabled="sender"
# Domain name in the dkim signature. Leave blank to use the domain of From: address
domain="hatthieves.es"
# If true then uses the same key to add a signature for the hostname of the outbound IP address
signTransportDomain=true
# Selector value in the dkim signature
selector="dkim"
# Key location. Relative to working directory
path="/secure/dkim_private.key"

Ver fichero

@@ -0,0 +1,16 @@
["core/email-bounce"]
enabled="main"
sendingZone="bounces"
# email bounces are not generated for messages from the following interfaces
disableInterfaces=["forwarder"]
["core/email-bounce".mailerDaemon]
# From: header for bounce emails
name="Mail Delivery Subsystem"
address="mailer-daemon@[HOSTNAME]"
# configure zone specific bounce options for zone "myzone"
["core/email-bounce".zoneConfig.myzone]
disabled=true # if true then skip this block, revert to default
sendingZone="default" # use a specific zone

Ver fichero

@@ -0,0 +1,5 @@
["example-auth"]
enabled=false
#enabled="receiver"
# only check authentication for interfaces with following names
interfaces=["feeder"]

Ver fichero

@@ -0,0 +1,3 @@
[example]
enabled=false
#enabled="receiver"

Ver fichero

@@ -0,0 +1,2 @@
["core/image-hashes"]
enabled="receiver"

Ver fichero

@@ -0,0 +1,4 @@
["modules/zonemta-loop-breaker"]
enabled="sender"
secret="super secret value"
algo="md5"

Ver fichero

@@ -0,0 +1,10 @@
# plugins/zonemta-limiter.toml
["modules/zonemta-limiter"]
enabled = ["sender"]
prefix = "zl:"
debug = false # if true, then errors are only logged but messages are not dropped
# max 250 messages in half an hour
limit = 250
windowSize = 1800