Re: [exim] Default DKIM ACL?

Top Page
Delete this message
Reply to this message
Author: majid alavizadeh
Date:  
To: exim-users
Subject: Re: [exim] Default DKIM ACL?
This is my acl but sent mail dosen't have dkim:



acl_smtp_dkim = acl_check_dkim
KNOWN_DKIM_SIGNERS = paypal.com : gmail.com
dkim_verify_signers = $dkim_signers : KNOWN_DKIM_SIGNERS


acl_check_dkim:
accept hosts = +relay_from_hosts

accept authenticated = *

accept dkim_status = none
condition = ${if eq {$acl_c_dkim_hdr}{1} {no}{yes}}
set acl_c_dkim_hdr = 1
add_header = :at_start:X-DKIM: Exim 4.70 on $primary_hostname (no dkim
signature)

warn condition = ${if eq {$acl_c_dkim_hdr}{1} {no}{yes}}
set acl_c_dkim_hdr = 1
add_header = :at_start:X-DKIM: Exim 4.70 on $primary_hostname

deny dkim_status = fail
message = Rejected: $dkim_verify_reason

accept dkim_status = invalid
add_header = :at_start:Authentication-Results: $primary_hostname
$dkim_cur_signer ($dkim_verify_status); $dkim_verify_reason

accept dkim_status = pass
add_header = :at_start:Authentication-Results: $primary_hostanme;
dkim=$dkim_domain, header.i=@$dkim_cur_signer ($dkim_verify_status)

accept




On Fri, Nov 27, 2009 at 6:45 PM, majid alavizadeh
<majid.alavizadeh@???> wrote:
> Thanks but could you send me a sample?
>
>
>
> On Thu, Nov 26, 2009 at 2:11 PM, Peter Bowyer <peter@???> wrote:
>> 2009/11/26 majid alavizadeh <majid.alavizadeh@???>:
>>> Hi
>>>
>>> I install exim 4.70 and know that the exim 4.70 supports Native DKIM
>>> without an external library.
>>> I can not  find  DKIM in sent mail header. Is it needed to change
>>> default ACL in exim conf?
>>
>> Did you read the DKIM section in the 4.70 / 4.71 documentation?
>>
>> --
>> Peter Bowyer
>> Email: peter@???
>> Follow me on Twitter: twitter.com/peeebeee
>>
>> --
>> ## 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/
>>
>
>
>
> --
> M Alavizadeh
>




--
M Alavizadeh