Autor: adi Data: Para: Philip Hazel CC: brian.wilkinson, exim-users Asunto: Re: [Exim] Serialmail and Exim
On Tue, Oct 31, 2000 at 09:09:53PM +0000, Philip Hazel wrote: > On Tue, 31 Oct 2000 brian.wilkinson@??? wrote:
> > Has anyone modified Serialmail to send messages through Exim? The author of
> > Serialmail was not overly generous with comments in his code!!
>
> How does it call qmail? If it uses a private interface, you will have to
> re-engineer it. If it uses the "public" MTA interface, that is, if it
> calls /usr/lib/sendmail (or /usr/sbin/sendmail), it should just work.
Just like ezmlm, serialmail would directly using qmail-queue
interface (i.e write mail directly into qmail's queue directory).
Then, I would absolutely agree that one have to re-engineer
serialmail to use it with exim.