On 08/03/2005 19:48, Tom Kistner wrote:
> I have updated the snapshot supporting DomainKeys (DK). It's available
> here:
>
> http://duncanthrax.net/exim-experimental/
I'm having a problem with this new version. If an incoming e-mail
bypasses the "control = dk_verify" (because it arrived from a local
machine or via an authenticated connection) then the DATA part of the
SMTP transaction never completes, i.e. the server doesn't send back a
250 code after the <CRLF>.<CRLF> but just closes the connection.
My SMTP ACL is just:
warn message = DomainKey-Status: $dk_status
!condition = ${if eq{$dk_status}{}{1}{0}}
accept
This didn't appear to be a problem with version 4.47. What am I doing wrong?
Thanks,
Mike.