haraka-wildduck
Este commit está contenido en:
5
production/haraka-wildduck/wildduck-mta/config/plugins/avast.toml
Archivo normal
5
production/haraka-wildduck/wildduck-mta/config/plugins/avast.toml
Archivo normal
@@ -0,0 +1,5 @@
|
||||
["modules/zonemta-avast"]
|
||||
enabled=false # not enabled by default
|
||||
#enabled=["receiver", "main", "sender"]
|
||||
interfaces=['*']
|
||||
socket="/var/run/avast/scan.sock"
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
["modules/zonemta-delivery-counters"]
|
||||
enabled="main"
|
||||
prefix="zmta"
|
||||
14
production/haraka-wildduck/wildduck-mta/config/plugins/dkim.toml
Archivo normal
14
production/haraka-wildduck/wildduck-mta/config/plugins/dkim.toml
Archivo normal
@@ -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"
|
||||
16
production/haraka-wildduck/wildduck-mta/config/plugins/email-bounce.toml
Archivo normal
16
production/haraka-wildduck/wildduck-mta/config/plugins/email-bounce.toml
Archivo normal
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
["example-auth"]
|
||||
enabled=false
|
||||
#enabled="receiver"
|
||||
# only check authentication for interfaces with following names
|
||||
interfaces=["feeder"]
|
||||
3
production/haraka-wildduck/wildduck-mta/config/plugins/example.toml
Archivo normal
3
production/haraka-wildduck/wildduck-mta/config/plugins/example.toml
Archivo normal
@@ -0,0 +1,3 @@
|
||||
[example]
|
||||
enabled=false
|
||||
#enabled="receiver"
|
||||
@@ -0,0 +1,2 @@
|
||||
["core/image-hashes"]
|
||||
enabled="receiver"
|
||||
@@ -0,0 +1,4 @@
|
||||
["modules/zonemta-loop-breaker"]
|
||||
enabled="sender"
|
||||
secret="super secret value"
|
||||
algo="md5"
|
||||
@@ -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
|
||||
Referencia en una nueva incidencia
Block a user