Re: [Exim] checking quota before accepting the message

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Peter Bowyer
Datum:  
To: exim-users
Betreff: Re: [Exim] checking quota before accepting the message
Nathan Ollerenshaw <nathan@???> wrote:

> I thought about it, looked at the ${readsocket ... } stuff, and I
> think its the way to go like you said. It should be easy enough to
> write a daemon that does what needs to be done here rather than
> making Exim do crazy stuff just to check if the user is over quota or
> not.


Can I suggest you take a look at Alun Jones' Exim Socket Daemon at
http://users.aber.ac.uk/auj/spam/. I came across it recently, it fits the
bill exactly for some stuff I wanted to do, and I'm sure it can be made to
work for you without much effort. It's in Perl.

Peter