Hello
I have configured exim to sign outgoing mails with my generated private key. Also I have added the DNS record with public key. The DNS records is already validated. However Exim does not sign outgoing messages. The following is what I've added to my exim.conf. Also I have alread made sure private key exists at the specified path.
I will highly appreciate if you can help to fix this issue.
TIA
I have configured exim to sign outgoing mails with my generated private key. Also I have added the DNS record with public key. The DNS records is already validated. However Exim does not sign outgoing messages. The following is what I've added to my exim.conf. Also I have alread made sure private key exists at the specified path.
Code:
remote_smtp:
driver = smtp
dkim_domain = r9host.com
dkim_selector = key1
dkim_private_key = "/root/dkim.private.key"
dkim_canon = relaxed
I will highly appreciate if you can help to fix this issue.
TIA