2 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Courier - Aut...
FromSent OnAttachments
Anand BuddhdevSep 17, 2000 1:33 pm 
cour...@col7.metta.lkSep 22, 2000 7:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: Courier - AutoturnActions...
From:Anand Buddhdev (ar@anand.org)
Date:Sep 17, 2000 1:33:39 pm
List:net.sourceforge.lists.courier-users

On Fri, Sep 15, 2000 at 09:17:16PM -0400, Sam Varshavchik wrote:

I run Qmail basically because of Autoturn

What's that?

AutoTURN is a concept in qmail, to emulate ETRN. An admin modifies his/her qmail, so that instead of just invoking qmail-smtpd for incomig connections, a shell script is run, which first runs qmail-smtpd, and then runs maildir2smtp, part of the serialmail package, delivering mail to the IP from where that connection came. It's a smarter way of doing ETRN, because the client doesn't actually have to send an ETRN command, and the system works with ALL smtp clients. Because the system works like the old SMTP TURN, but is automatic, Dan called it AutoTURN.

and have not installed Courier yet, and am only looking on the list.

Before I switch over I would like to know if Courier have a similar facility ?

If you are referring to some variation of ETRN, the answer is no.

Well, seeing as courier's smtpd is also a module, like qmail-smtpd, in theory, courier could be made to do AutoTURN. One would need to patch the standard serialmail package to take account of the fact that courier writes the Delivered-To: and Return-Path: headers in the reverse order to qmail (or patch courier to copy qmail), and secondly, one would have to supply serialmail with a location for a "qmail-queue", so that it can submit the occasional bounce message, in case a client rejects a message (I suppose a qmail-queue that calls courier's submit would work). Too much work I say, but I see no other way out, because Sam has made it clear that ETRN is a no-no in courier.