[Exim] autocreation of autoreply filter-dirs

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Oliver Siegmar
Data:  
Para: exim-users
Assunto: [Exim] autocreation of autoreply filter-dirs
Hello,

would it be possible that exim creates non-existing autoreply filter-dirs?

This is my config:

xams_autoreply_transport:
[...]
once = /etc/xams/autoreply/${lookup mysql \
{SELECT s.Name FROM pm_domains d, pm_sites s WHERE s.ID = d.SiteID AND \
d.Name = '$domain'}{${value}}}/$local_part.once
[...]


...and I'd like to just create /etc/xams/autoreply and exim creates the
subdirectory for each site, soon it needs it.



Bye,
Oliver