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

Top Pagina
Delete this message
Reply to this message
Auteur: Jakob Hirsch
Datum:  
Aan: Exim Users Mailing List
Onderwerp: 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.