Example 8725

Email Routing

Email routing and filtering rules.

{
domain: "circular-lashes.com"
inbound: {
mx_records: [
"mx1.circular-lashes.com"
"mx2.circular-lashes.com"
]
spam_filter: {
enabled: true
threshold: 7
action: "quarantine"
}

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

outbound: {
relay: "smtp.circular-lashes.com"
port: 465
tls: true
rate_limit: {
per_minute: 297
per_hour: 8827
}
}
}

See also