Re: [exim] Callout lockfile not writable

Inizio della pagina
Delete this message
Reply to this message
Autore: Jeremy Harris
Data:  
To: exim-users @ exim. org
Oggetto: Re: [exim] Callout lockfile not writable
Morten W. Petersen wrote:
> Hi again,
>
> I'll try a different tack here. Is it possible with Exim to hook it up
> to some external
> process or socket which can do the callout check?
>
> I'm thinking of having some python-based daemon or script running which
> can check the
> recipient against an SQL database..


Sure, several ways. But, why not just do the DB lookup from Exim?

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

- Jeremy