On 15:38 Mon 16 Nov, Tom Kistner wrote: > Alexey V. Degtyarev wrote: > > > I'm trying to use DKIM on my FreeBSD 7.2 amd64 box with Exim 4.70 from > > ports but all I get is that messages without DKIM signature rejected > > with strange commentary: 550 Administrative prohibition > > This is a bug in 4.70 that appears when the expanded value of > dkim_verify_signers winds up empty, and you have acl_smtp_dkim defined. > > To temporarily fix this, set > > dkim_verify_signers = $dkim_signers:work.around > > in the main configuration section. This should not have any ill effects > except for some minor processing overhead. > > A proper fix is in CVS/GIT. We'll release 4.71 at the end of the week. > We're just waiting for more post-release fallout ... > > Sorry,
Thank you! The problem fixed with [1]. [1] http://git.exim.org/exim-src.git/patch/5d4d946a3f205c50ce05f50e1126f98913ed8fea > > /tom -- Alexey V. Degtyarev -- ## List details at http://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/
