Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 00:48:54 +0100
From:      Tony Finch <dot@dotat.at>
To:        tlambert2@mindspring.com
Cc:        current@freebsd.org
Subject:   Re: Journaled filesystem in CURRENT
Message-ID:  <E17v4qs-0006Sv-00@chiark.greenend.org.uk>
In-Reply-To: <3D9494DB.A495A6B3@mindspring.com>
References:  <200209251319.g8PDJYoD047918@ib.com.ua> <20020925111232.B3686@Odin.AC.HMC.Edu> <20020926111949.5c0da160.Alexander@Leidinger.net> <20020926090325.A24614@zardoc.esmtp.org> <3D93459B.E4405568@mindspring.com> <20020926113551.A11092@zardoc.esmtp.org> <E17uwy4-0007Zy-00@chiark.greenend.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Terry Lambert <tlambert2@mindspring.com> wrote:
>Tony Finch wrote:
>> Exim doesn't do per-domain queue runs; when it successfully delivers
>> mail to a host it checks its hints database for any queued mail that
>> can go to the same place and shoves them down the same connection --
>> no scanning of multiple files involved.
>
>So how does it implement ETRN and ATRN?

They're both sufficiently unimportant not to make it worth complicating
the MTA to optimise them. Exim lets you specify a shell command that is
run in order to implement these SMTP commands, so it's up to you whether
this involves a queue run (with exim -R) or not. For example, you might
route incoming mail to a dial-up host and use the appendfile transport
to dump it in a directory with use_bsmtp, and cause ETRN commands to
run over that directory. (Although the latter requires extra code.)

I'm interested that you think ETRN is important, because to me it seems
the wrong solution given POP with the *ENV extension, or decent IMAP.

Tony.
-- 
f.a.n.finch <dot@dotat.at> http://dotat.at/
FASTNET: SOUTHEASTERLY 3 OR 4 INCREASING 5, OCCASIONALLY 6 LATER. MAINLY FAIR.
MODERATE OR GOOD.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17v4qs-0006Sv-00>