Editing HTML for listinfo
![](https://secure.gravatar.com/avatar/a2aa62ed8fff32efe2c36667189881ea.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/4d84de12670a40aa593207fdeb4ace97.jpg?s=120&d=mm&r=g)
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.
![](https://secure.gravatar.com/avatar/6ffcbd60c16d667f9b07396bb01cedaa.jpg?s=120&d=mm&r=g)
Kasopa Wilbroad Chisanga wrote:
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
![](https://secure.gravatar.com/avatar/edeee6c62868abfc5051ab8604bde796.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/71ca54643e8ae5a8771f1ef9df9782cc.jpg?s=120&d=mm&r=g)
On 30 Aug 2000, at 19:36, Elwin Ehlers wrote:
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?
-- Phil Barnett mailto:midnight@the-oasis.net WWW http://www.the-oasis.net/ FTP Site ftp://ftp.the-oasis.net
![](https://secure.gravatar.com/avatar/9d303291cb4d215d3c809caf912549d3.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/4d84de12670a40aa593207fdeb4ace97.jpg?s=120&d=mm&r=g)
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.
![](https://secure.gravatar.com/avatar/6ffcbd60c16d667f9b07396bb01cedaa.jpg?s=120&d=mm&r=g)
Kasopa Wilbroad Chisanga wrote:
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
![](https://secure.gravatar.com/avatar/edeee6c62868abfc5051ab8604bde796.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/71ca54643e8ae5a8771f1ef9df9782cc.jpg?s=120&d=mm&r=g)
On 30 Aug 2000, at 19:36, Elwin Ehlers wrote:
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?
-- Phil Barnett mailto:midnight@the-oasis.net WWW http://www.the-oasis.net/ FTP Site ftp://ftp.the-oasis.net
![](https://secure.gravatar.com/avatar/9d303291cb4d215d3c809caf912549d3.jpg?s=120&d=mm&r=g)
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