> condition = ${if eqi{$sender_address_domain}{$dkim_cur_signer}}
Unfortunately, this didn't fix the problem. I get the paniclog entry
even using this ACL:
"""
acl_check_dkim:
warn
!dkim_status = invalid
accept
dkim_status = none
accept
dkim_status = none
accept
dkim_status = pass : invalid
accept
dkim_status = fail
accept
"""
Any further suggestions? The only other mentions of DKIM in my
configuration are:
acl_smtp_dkim = acl_check_dkim
KNOWN_DKIM_SIGNERS = paypal.com : gmail.com : ebay.com : yahoo.com : fastmail.fm
dkim_verify_signers = $dkim_signers : KNOWN_DKIM_SIGNERS
Thanks,
Tony