Author: W B Hacker
Date:
To: exim-users
Subject: Re: [exim] Non-SMTP ACL's
Tony Finch wrote:
*SNIP*
>
> No, it's the -bs option. (Exim doesn't have support for accepting email
> via a Unix domain socket.)
>
> Tony.
Not sure that is strictly true, at least in the broad definition
of 'accepting email', as Exim reads from an SQL DB just fine via
a socket.
And such DB can be used to store canned messages, build them in
response to <whatever>, or transit them from other (controlled)
DB input.
A handy way of imposing safe restrictions on webserver-generated
traffic, for instance.
Bill