Is there an easy switch, such as a macro, to disable these silly DKIM checks that appeared in the debian squeeze release? Thanks, Jeroen -- http://goldmark.org/jeff/stupid-disclaimers/ http://linuxmafia.com/~rick/faq/plural-of-virus.html
Jeroen van Aart <jeroen at mompl.net> wrote:> Is there an easy switch, such as a macro, to disable these silly DKIM > checks that appeared in the debian squeeze release?Adding warn hosts = * control = dkim_disable_verify early in the rcpt ACL should do the trick. cu andreas