Re: noob Quotient Email Server question
Jean-Paul Calderone <[email protected]> Tue, 3 Jul 2007 09:40:20 -0400
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20070703134020.4947.20820985.divmod.quotient.6399@ohm> |
On Mon, 2 Jul 2007 17:43:26 -0400, Ram Peters <[email protected]> wrote: >I am thinking of using Quotient as my email server. Can someone tell >me if there any tools or plugins available for protecting against >viruses? Is there any other email server that you recommend? > We're currently using Postini to deal with viruses, so there's no code in Quotient to deal with them. It would probably be straightforward to add support for some third-party virus detection library to Quotient (there is good infrastructure support for running external tools over messages as part of the delivery process). However, I'm not familiar with any virus checking software in particular, so I can't suggest a library which would be good to integrate, or one which works well in general for non-Quotient usage. Jean-Paul