Terry Lambert <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://dotat.at/
FASTNET: SOUTHEASTERLY 3 OR 4 INCREASING 5, OCCASIONALLY 6 LATER. MAINLY FAIR.
MODERATE OR GOOD.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to