Setting up exim dkim

Djunity

Verified User
Joined
Mar 9, 2008
Messages
243
Location
Holland
Hi all,

If walked true the howto of da http://www.directadmin.com/features.php?id=1189 this all went great no errors and dns txt records gets created.

Only problem im facing is that
*REQUIRED CHANGES*
Edit your /etc/exim.conf. Find this code:

remote_smtp:
driver = smtp

change it to be:

remote_smtp:
driver = smtp
dkim_domain = $sender_address_domain
dkim_selector = x
dkim_private_key = ${if exists{/etc/virtual/$sender_address_domain/dkim.private.key}{/etc/virtual/$sender_address_domain/dkim.private.key}{0}}
dkim_canon = relaxed
dkim_strict = 0

Doesnt seem to do the trick the sended e-mail are not signed.

Any one got any comment on this ?
 
What version of exim are you using. It says it will only work with exim 4.70 and newer.
 
Back
Top