Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

MailMan WWW email interface v2.0 FAQ
Section - 7.4) Is it possible to ‘rig’ a MailMan installation

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Schools ]


Top Document: MailMan WWW email interface v2.0 FAQ
Previous Document: 7.3) Is it possible to ‘rig’ a MailMan installation
See reader questions & answers on this topic! - Help others by sharing your knowledge
can’t modify them even if they want to?

Yes.  The POP3 server used is referred to in the HTML
templates by the substitution keyword “SERVER”.  Hunt down
everywhere that MailMan allows the user to supply this value
through a form field.  The only place where this should
happen is in the template “t_login.htm”.  Find this
form field:

         <input type="text" name="SERVER" size="30">

And replace it with:

             <input type="hidden" name="SERVER"
               value=”popserver.mydomain.com”>

The box will now not even show up, and users will not have
the option of specifying a server.  This makes things
considerably simpler for novice users if the server
addresses are static.  You will probably want to do more
surgery than this to make your login page look reasonable.

The SMTP server used by MailMan is specified by the keyword
“OUTGOING”.  Change the form fields that set the “OUTGOING”
keyword in both “t_f_messageform.htm” and
“t_nf_messageform.htm” in order to rig the outgoing SMTP
server to something specific.

------------------------------
           Copyright © Endymion Corporation, 1998

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: MailMan WWW email interface v2.0 FAQ
Previous Document: 7.3) Is it possible to ‘rig’ a MailMan installation

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
rap@endymion.com (Ryan Alyn Porter)





Last Update March 27 2014 @ 02:12 PM