How To: Linking Web To Mailman
I apologize in advance if this is an obvious question, but does a page already exists or are there examples for having a web site talk to the mailman code? I have looked at the apache examples, and I am doing the following
Listen 8581
<VirtualHost _default_:8581>
ScriptAlias /mailman/ /usr/local/
<Directory "/usr/local/
AllowOverride None
Options ExecCGI FollowSymLinks
Order allow,deny
Allow from all
</Directory>
Alias /pipermail/ /usr/local/
</VirtualHost>
But in having done this for other sites, I know I need a mailman directory under /var/www. But do I roll my own there, or is there a mailman module that be used as a starter page?
I maintain a site written in Perl and understand the concept the Perl code must first write the html to the document, including the javacode. I get that. I am just having trouble with how I link this up on the web.
I wanted to do web first, then email link.
Thanks.
cmn
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- GNU Mailman Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- cmnorton
- Solved:
- Last query:
- Last reply: