16 messages in net.sourceforge.lists.courier-users[courier-users] RE: Newsletter with c...
FromSent OnAttachments
list...@gmx.deDec 2, 2003 5:12 pm 
Sam VarshavchikDec 2, 2003 7:08 pm 
list...@gmx.deDec 3, 2003 11:59 am 
Michael CarmackDec 3, 2003 1:55 pm 
list...@gmx.deDec 3, 2003 3:17 pm 
Sam VarshavchikDec 3, 2003 3:36 pm 
Julian MehnleDec 3, 2003 3:44 pm 
Julian MehnleDec 3, 2003 3:47 pm 
Sam VarshavchikDec 3, 2003 4:02 pm 
list...@gmx.deDec 4, 2003 12:15 pm 
Julian MehnleDec 4, 2003 3:16 pm 
Malcolm WeirDec 4, 2003 3:39 pm 
Mirko ZeibigDec 5, 2003 5:31 am 
Michelle KonzackDec 5, 2003 10:11 am 
Julian MehnleDec 29, 2003 7:45 am 
Sam VarshavchikDec 29, 2003 3: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:[courier-users] RE: Newsletter with courier-mlmActions...
From:Julian Mehnle (lis@mehnle.net)
Date:Dec 3, 2003 3:44:39 pm
List:net.sourceforge.lists.courier-users

Peter <list@gmx.de> wrote:

The methods mentioned both have a "backdoor", so it is better to keep them moderated, right?

I wonder, why it is not possible to use the brilliant authentication backend courier comes with. Isn´t it possible to construct something like:

"if user is authenticated on this server and uses account news@domain.org let him post to the newsletter."

Not easily, since "posting to a couriermlm mailing list", from the Courier
server's point of view, is being done in the "local message delivery" stage, not
in the earlier "SMTP authentication and message reception" stage. As far as I
know, no authentication information is passed from the "SMTP auth and msg
reception" stage to the "local delivery" stage.

If you want a top secure posting authorization mechanism, you could call a
script of yours in the dot-courier file, and make the script use `mimegpg`[1] to
verify if the message has a proper GPG/PGP signature, and only then call
`couriermlm` to actually post the message.

[1] http://www.courier-mta.org/mimegpg.html