Re: [exim] Writing to a file from an ACL

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jakob Hirsch
Datum:  
To: Exim Users Mailing List
Betreff: Re: [exim] Writing to a file from an ACL
Marc Perkel wrote:

> Can you give me an example of how to use run? I've been trying that and
> it just isn't working for me. I'm just trying to run something that does
> and echo and >> to a file.


${run{/bin/bash -c 'echo $primary_hostname >> /tmp/blub'}}

works here.