I have set dkim up like I see in the documentation and it is not working.
I have checked my dns on mxtoolbox and its good.
init.lua file attached.
and my dkim_data.toml
[base]
headers = [
“From”, “Reply-To”, “Subject”, “Date”, “To”, “Cc”,
“Resent-Date”, “Resent-From”, “Resent-To”, “Resent-Cc”,
“In-Reply-To”, “References”, “List-Id”, “List-Help”,
“List-Unsubscribe”, “List-Subscribe”, “List-Post”,
“List-Owner”, “List-Archive”
]
[domain.“mta1.domain.org”]
selector = ‘dpo1sel’
filename = “/opt/kumomta/etc/dkim/mta1.domain.org/dpo1sel.key”
error from raw message
dkim=none (no signatures found);
init.lua.txt (2.42 KB)