Exim: How to turn off DKIM for forwarded mail?
Posted
by
Andrew
on Server Fault
See other posts from Server Fault
or by Andrew
Published on 2012-10-23T22:54:47Z
Indexed on
2012/10/23
23:02 UTC
Read the original article
Hit count: 310
I have DKIM configured in Exim for outgoing mail, as per the documentation. Exim signs all outgoing mail. But some of that outgoing mail is forwarded, thanks to a users .forward
file. This is a problem for me, because some of those messages are spam (my exim configuration does not do any verification) and I don't want to take responsibility for them. But I can't figure out how to configure Exim not to sign these messages.
My configuration is basically the Debian Squeeze default, with a few DKIM_*
macros set. I can post more details, but I think seeing any example of conditional DKIM signing would set me right.
© Server Fault or respective owner