On Mon, Sep 17, 2001 at 04:27:12PM +0200, G.W. van Mourik wrote:
> Hi there,
> 
> Thanks for the great Mailman program. I intend to use it at as a announce list 
> on a website. What I want is that people fill in their e-mail address in a box that 
> is integrated in the site and just have to press a button. Is it possible to get 
> around the two "enter your password" boxes? If so, would somebody be so 
> kind to tell me? Thanks a lot!
> 

One way is to use the email interface.  

A form on your web page needs to point at a small CGI or equivalent, that
sends email to the list request address, apparently originating
from the requestor we'll call "[EMAIL PROTECTED]":

To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Subject: subscribe
( a blank line )

in the headers.  This can be accomplished in the CGI if it constructs
such an email and passes it to, for example, "sendmail -t".  
Sendmail (or in my case, Postfix) may have to be configured to consider 
the webserver user as a trusted user.

For an example of such a form, see 

http://www.linuxjournal.com, where you may initiate a subscription to
either or both of two lists, one under mailman, one under majordomo,
from the small form at the top of the right-hand column.

-- 
-----------------------------------------------------------------
 Dan Wilder <[EMAIL PROTECTED]>   Technical Manager & Editor
 SSC, Inc. P.O. Box 55549   Phone:  206-782-8808
 Seattle, WA  98155-0549    URL http://embedded.linuxjournal.com/
-----------------------------------------------------------------

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to