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

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Exim Users Mailing List
Assumpte: 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.