Am 20.03.2021 um 09:43 schrieb Andrew C Aitchison via Exim-users:
Hi Andrew!
> The message says "Tainted filename"
> recent versions of exim refuse to open files with names derived from the
> incoming message unless they have been "sanitised" eg by a database
> lookup. To be certain we would have to see how the filename is created
> in your config file, but you *may* be able to fix this by changing
> $domain to $domain_data
This is my transport:
remote_smtp_DK:
driver = smtp
helo_data = $smtp_active_hostname
dkim_canon = relaxed
dkim_domain = $sender_address_domain
dkim_selector = ${substr{0}{4}{$tod_zulu}}
dkim_private_key = /etc/exim/domainKeys/$dkim_domain/$dkim_selector.priv
interface =
${lookup{$sender_address_domain}lsearch{/etc/exim/mailouts}{$value}{<;
DEFAULT_IPv4 ; DEFAULT_IPv6}}
tls_try_verify_hosts = !*
I'm not sure what you mean with "changing $domain to $domain_data"...
Could you explain it?
Thanks
Luca Bertoncello
([email protected])
--
## 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/
Re: [exim] Unable to read domainkey file
Luca Bertoncello via Exim-users Sat, 20 Mar 2021 01:54:50 -0700
- [exim] Unable to read domainkey file Luca Bertoncello via Exim-users
- Re: [exim] Unable to read domainkey... Andrew C Aitchison via Exim-users
- Re: [exim] Unable to read domai... Luca Bertoncello via Exim-users
- Re: [exim] Unable to read d... Andreas Metzler via Exim-users
- Re: [exim] Unable to read domai... Luca Bertoncello via Exim-users
