T
T
tutnet2017-07-08 10:09:37
Exim
tutnet, 2017-07-08 10:09:37

DKIM signature is not put (Exim+Centos 6) where to look for the reason?

Exim stubbornly refuses to sign emails.
The keys are generated, Exim has access to them, the domain entry is registered and the check on dkimcore.org/tools/keycheck.html passes, but there is no signature in the message header.
Where to look for ends?
Exim config piece here


begin transports
DKIM_DOMAIN = mydomain.ru
DKIM_FILE = /var/vmail/dkim/mail.private #Exim has access here
DKIM_PRIVATE_KEY = ${if exists{DKIM_FILE}{DKIM_FILE}{0}}
DKIM_CANON = relaxed
remote_smtp:
driver = smtp
dkim_domain = DKIM_DOMAIN
dkim_selector = mail # is the selector we chose.
dkim_private_key = DKIM_PRIVATE_KEY
dkim_canon = relaxed
dkim_strict = yes
dovecot_delivery:
driver = pipe

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tutnet, 2017-07-11
@tutnet

Understood.
Two mistakes:
doesn't work, you just need to replace it with the path+filename
here the real
exim bomb pulls everything into the header including what is written after the hash mark, the result in the header
and signature verification fails

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question