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

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Exim Users Mailing List
Subject: 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.