Exim does not sign outgoing mails

r9host

Member
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.

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
 
How are you checking that the emails are signed?

Also ensure you are not sending mail to yourself, as exim (under most configs) will not sign email destined for the same server, as it would be a waste of time.
 

Forum statistics

Threads
80,943
Messages
248,475
Members
20,681
Latest member
zentekinfosoft
Top