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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: Exim Users Mailing List
Sujet: 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.