Editing HTML for listinfo

How do I edit the html for the main /mailman/listinfo url that shows the lists of lists. I tried editing /mailman/templates/listinfo.html but nothing happened.
Thanks,
Matt

Hello,
Who may help me with the sample file for apache config file and the aliases file, only that part which affects the entries for Mailman. I have installed it alright but I do not know what to specify in the http.config file and the aliases. Thanking you in advance,
Wilbroad.

On Wed, 30 Aug 2000, Kasopa Wilbroad Chisanga wrote:
Who may help me with the sample file for apache config file and the aliases file, only that part which affects the entries for Mailman. I have installed it alright but I do not know what to specify in the http.config file and the aliases. Thanking you in advance,
This information is in the INSTALL file of the Mailman source tree.
-- Virginia J. Beauregard virginia@texterity.com UNIX Systems and Network Administrator Texterity, Inc.

Kasopa Wilbroad Chisanga wrote:
Who may help me with the sample file for apache config file and the aliases file, only that part which affects the entries for Mailman. I have installed it alright but I do not know what to specify in the http.config file and the aliases.
1
linuxkontor:~# newlist yourlist Enter the email of the person running the list: ee Initial yourlist password:
Entry for aliases file:
## yourlist mailing list ## created: 30-Aug-2000 root 2 ---cut----------copy this in /etc/aliases----------- yourlist: "|/var/lib/mailman/mail/wrapper post yourlist" yourlist-admin: "|/var/lib/mailman/mail/wrapper mailowner yourlist" yourlist-request: "|/var/lib/mailman/mail/wrapper mailcmd yourlist" owner-yourlist: yourlist-admin yourlist-owner: yourlist-admin
3
:~# newaliases 4
The specify for cgi can you find in the /etc/apache/access.conf
# /usr/lib/cgi-bin should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured.
<Directory /usr/lib/cgi-bin> AllowOverride None Options ExecCGI FollowSymLinks
</Directory>
normaly the /usr/lib/cgi-bin
bye
Elwin

Hello everyone.
I was wondering if someone would be able to help me with a slight problem I am having with Mailman. Our users are in the habit of putting attachments to messages that they send to the list. This causes a problem because, the attachment displays at the bottom of the message. Is there a way to omit attachments from displaying on the web?
As always, your advice is very much appreciated.
Luis

On 30 Aug 2000, at 19:36, Elwin Ehlers wrote:
Kasopa Wilbroad Chisanga wrote:
Who may help me with the sample file for apache config file and the aliases file, only that part which affects the entries for Mailman. I have installed it alright but I do not know what to specify in the http.config file and the aliases.
1
linuxkontor:~# newlist yourlist Enter the email of the person running the list: ee Initial yourlist password:
Entry for aliases file:
## yourlist mailing list ## created: 30-Aug-2000 root 2 ---cut----------copy this in /etc/aliases----------- yourlist: "|/var/lib/mailman/mail/wrapper post yourlist" yourlist-admin: "|/var/lib/mailman/mail/wrapper mailowner yourlist" yourlist-request:
"|/var/lib/mailman/mail/wrapper mailcmd yourlist" owner-yourlist:
yourlist-admin yourlist-owner: yourlist-admin
3
:~# newaliases
maybe this is my problem. The only newaliases I find is one for elm mailer.
I believe that my /etc/aliases are not getting seen. What can I do?

:~# newaliases
maybe this is my problem. The only newaliases I find is one for elm mailer.
I believe that my /etc/aliases are not getting seen. What can I do?
Assuming that you're using sendmail, make sure that /etc/aliases is referenced in your sendmail config file:
grep AliasFile /etc/sendmail.cf
If you don't have newaliases (which should be a symlink to sendmail), you can run
sendmail -bi
as root to build your alias database, too.
Chris
participants (7)
-
Christopher P. Lindsey
-
Elwin Ehlers
-
Kasopa Wilbroad Chisanga
-
Luis F. Lacayo
-
Matt Starnes
-
Phil Barnett
-
Virginia Beauregard