From owner-freebsd-current Fri Sep 27 16:49: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1B737B401 for ; Fri, 27 Sep 2002 16:48:59 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CDB43E3B for ; Fri, 27 Sep 2002 16:48:58 -0700 (PDT) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17v4qs-0006Sv-00 (Debian); Sat, 28 Sep 2002 00:48:54 +0100 To: tlambert2@mindspring.com From: Tony Finch Cc: current@freebsd.org Subject: Re: Journaled filesystem in CURRENT 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> Message-Id: Date: Sat, 28 Sep 2002 00:48:54 +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Terry Lambert 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 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