Re: [exim] Client SMTP keepalive methods?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Chris Blaise
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] Client SMTP keepalive methods?
> you could consider scanning the message and saving a hash of
> its contents and the results of the scan. Then if the client
> times out and attempts redelivery later you could give an
> immediate response. Not sure what the easiest way to
> implement that would be -- I'd be tempted to do it in the
> content scanner rather than in Exim, but it's probably
> practical using acls and MySQL or Postgres.


    That's a real interesting approach.  Thanks!


Chris