Re: [exim] DKIM outgoing Mail

Góra strony
Delete this message
Reply to this message
Autor: basti
Data:  
Dla: exim-users
Temat: Re: [exim] DKIM outgoing Mail
Hello Mike,

thanks a lot for this tip with the selector in filename.
I have solved the problem by check the domin.

  dkim_domain = ${if match_domain{$sender_address_domain}{+local_domains}\
        {$sender_address_domain}\
        {}\
  }


best regards

On 02.03.2017 12:11, Mike Brudenell via Exim-users wrote:
> However you might want to build your selector name into the test too, so
> that if you change keys in the future you can switch easily form old to new
> (and back again if you discover a problem with the new one!).