Re: [Mailman-Developers] Postfix, Mailman, no aliases file, neat setup?

On Fri, 17 Nov 2000 11:04:39 +1100 Andrew McNamara andrewm@connect.com.au wrote:
Can you give a brief precis of how Exim presents this to the admin? I might be able to suggest an equivilent feature, or at least inject the idea into Postfix's development.
See http://www.exim.org/howto/mailman.html

Can you give a brief precis of how Exim presents this to the admin? I might be able to suggest an equivilent feature, or at least inject the idea into Postfix's development.
Okay - the closest I can come to this off the top of my head is to define "fallback_transport" to point to a "pipe" transport that called Mailman.
Mailman would then receive all unknown local destinations, and would have to recognise owner- and -request style addresses also. It would also need to return EX_NOUSER (exit 67). Not as pretty, but should work okay.
Andrew McNamara (System Architect)
connect.com.au Pty Ltd Lvl 3, 213 Miller St, North Sydney, NSW 2060, Australia Phone: +61 2 9409 2117, Fax: +61 2 9409 2111

At 12:56 PM +1100 11/17/00, Andrew McNamara wrote:
Okay - the closest I can come to this off the top of my head is to define "fallback_transport" to point to a "pipe" transport that called Mailman.
Mailman would then receive all unknown local destinations, and would have to recognise owner- and -request style addresses also. It would also need to return EX_NOUSER (exit 67). Not as pretty, but should work okay.
How about, as an alternative, adding an LDAP api to Mailman (or some other interface that could be attached to something like LDAP). that way, you could write a really simple thing like wrapper that could dynamically look up whether a list exists and then do something useful with it. So instead of trying to add this functionality to Mailman, you add an interface that allows a special tool to be written that adds taht functionality -- and allows for other things (one thing I *really* want is subscription validation for external uses, like authentification into my archives. this kills both birds with one stone and a couple of simple glue procs...
Which leads me to something I've talked to Barry about, which is an open source authentification system that everything can plug into, including Mailman. So we can finally stop rewriting user databases from scratch every time we write a tool, and can integrate everything into a single system for a site... But that's down the road -- but think in terms of whether a feature like this stands alone, or whether a generalization of it can be used to solve multiple options.....
participants (3)
-
Andrew McNamara
-
Chuq Von Rospach
-
J C Lawrence