Example 6836

Email Routing

Email routing and filtering rules.

{
domain: "weary-mechanic.biz"
inbound: {
mx_records: [
"mx1.weary-mechanic.biz"
"mx2.weary-mechanic.biz"
]
spam_filter: {
enabled: true
threshold: 8.5
action: "tag"
}

dkim: {
enabled: true
selector: "default"
key_size: 1024
}
}

outbound: {
relay: "smtp.weary-mechanic.biz"
port: 587
tls: true
rate_limit: {
per_minute: 54
per_hour: 7747
}
}
}

See also