RE: [exim] Calling my own app from an ACL ???

Top Page
Delete this message
Reply to this message
Author: Jim Archer
Date:  
To: Herb Martin, 'Mailinglist EXIM'
CC: 
Subject: RE: [exim] Calling my own app from an ACL ???
--On Saturday, August 06, 2005 5:54 PM -0500 Herb Martin
<HerbM@???> wrote:

> If it is a listening daemon process you can use the readsocket
> (UNIX or INET sockets):
>
> ${readsocket{<name>}{<request>}{<timeout>}{<eol string>}{<fail string>}}


Thanks Herb!

This looks pretty interesting... A daemon might be the way to go for this.
Does this command get expanded to whatever the daemon returns? Is the
readsocket command new? I can't find it in the docs...