-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi Dilip,

Am Fr den  2. Jan 2015 um  8:28 schrieb LinuxAdmin:
> I am using exim-4.80.1-49 & using DKIM signing, My prob is when i send mail 
> using subdomain DKIM verification got failed.
[...]

You can solve it like the following:
> DKIM_DOMAIN = ${lc:${domain:$h_from:}}
DKIM_DOMAIN = ${lookup {$sender_address_domain} lsearch 
{/etc/exim4/dkim_signing_domains}

... and pupulate /etc/exim4/dkim_signing_domains with the domains you
want to have been signed.

But you might even use $sender_address_domain direct. Never use $h_from
for this purpose. First, no header informations are trusted and second
the dkim stuff needs to be done for the envelope sender address, not the
from.

Regards
   Klaus
- -- 
Klaus Ethgen                              http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen <[email protected]>
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQGcBAEBCgAGBQJUpo+fAAoJEKZ8CrGAGfasozUMAL34EC/1d5Cb1tJd5/DK0S9c
lA2oIb9qh2z8b4QwdjO0p63tnKWgRdzW7EGqfGNv4KndGnlB8A30PvI+hjZkarAZ
9slI7X5a1R6Ee0eKLzMw9/bSSsDYCpYoKvBo0MX/kpv5vrSJZ8QsdpD0P0j87ZCb
BdlvmG7yNSvXvy9Z6AQA11y/lwrkCR+JdQYSyD45G4WCCSCs5RzaXK5zP34zak32
VeRy935G4F1WFqe7gSjRVPNJ0oR3I5LI2XxpjHY5GMThbIJPuuftokFBvyeo1yid
FJHsLbVM2RkOr3w8XxcCQpQ6vIYMa59vPvG83+Qr7dmH0JKyfzHFveSMPMo7jZ2a
y7W24u4pp+F6nJ20f1ZN0dFMX7VgNLtX+xemjdBgJxVf6vBA+4+velGt0fvvTmP/
wjaBlp0l5+8EW96ydG0k1ql2fhl20PZNu2XRhmWMrPrB4t2zcLc8VsB7oYX3Sv0d
0CHIkFuDwAIbJpT0ie8Z14t0Pm7mTZ2NBJfl8Djaqg==
=pNFi
-----END PGP SIGNATURE-----

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to