On 2009-07-08 07:50, Terry wrote:
> I have in my config
> 
> DKIM_DOMAIN = ${lc:${domain:$h_from:}}
> DKIM_FILE = /usr/local/etc/exim/dkim/${lc:${domain:$h_from:}}.priv
> DKIM_PRIVATE_KEY = ${if exists{DKIM_FILE}{DKIM_FILE}{0}}
> 
> remote_smtp:
>   driver = smtp
>   dkim_selector = dkim
>   dkim_domain = DKIM_DOMAIN
>   dkim_private_key = DKIM_PRIVATE_KEY
>   dkim_strict = 0
>   dkim_canon = relaxed
> 
> But when I run the test here it fails with a body has been altered
> http://www.brandonchecketts.com/emailtest.php
> 
> ------------
> 
> 
> 
> 
> 
> 
> 
> Building DNS Query for *dkim._domainkey.bluelight.org.uk*
> Retrieved this publickey from DNS: v=DKIM1; 
> p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhAL6sgj6uA/v/UPVxVBluitTsKEd3xKcDwrey0YoUIDlmp/AbOoXvt7c8ip1sOQlY2BqfR+Sow47+zSVAf0IAoMTI41ybtj/2mAq2AtElWCp6qIR1llgY0Xk+c6ifpXxuwwIDAQAB
> 
> 
> 
> 
> result = fail
> Details: body has been altered
> -------------------
> 
> Another site says it passes fine
> 
> exim version 4.69
> 
> 
> 
>

---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus
-- 
## List details at https://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/

Reply via email to