Hi guys,
I hope you have a advice for me.
I've done now the implementation of DKIM from the following tutorial:
http://help.directadmin.com/item.php?id=569
Unfortunately when I try to start Exim I get the following error:
I've read in an russian forum (translated by google) that I have to change the exim.dkim.conf form
to
Because it was just translated with google, I don't really know if this is the correct way because I didn't understand all.
Is this the correct way of solving the startup problem?
Thank you very much in advance
regards
Andreas
I hope you have a advice for me.
I've done now the implementation of DKIM from the following tutorial:
http://help.directadmin.com/item.php?id=569
Unfortunately when I try to start Exim I get the following error:
Code:
Exim configuration error in line 2 of /etc/exim.dkim.conf:
"dkim_domain" option set for the second time
I've read in an russian forum (translated by google) that I have to change the exim.dkim.conf form
Code:
#1.0
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
to
Code:
#1.0
dkim_domain_name = $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
Because it was just translated with google, I don't really know if this is the correct way because I didn't understand all.
Is this the correct way of solving the startup problem?
Thank you very much in advance
regards
Andreas