Re: [exim] Writing to file question

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Jeremy Harris
Dátum:  
Címzett: exim-users @ exim. org
Tárgy: Re: [exim] Writing to file question
James Price wrote:
> I'm sure I'm just searching for the wrong thing in the exim-users archive.
>
> This is a simple question and I'm sure there is a simple answer. I
> simply want to write a specific string to a file every time a specific
> warn, deny or defer is tripped in one of my ACL's.


Simplest is to put it in with the standard logfile. See "logwrite"
and "logmsg".

If that won't do, then look into ${run or ${perl perhaps.

http://exim.org/exim-html-4.69/doc/html

Cheers,
    Jeremy