Hello together,
i have a problem with mailman. I have installed mailman via i-mscp plugin.
i-MSCP 1.1.13
Build: 20140720
Codename: Eagle
Mailman 0.0.3
It works already fine, but i can not access the archive. About the link lists.example.com/pipermail/listname i will be redirected to lists.example.com/listinfo.
Code
- Apache-Config:
- <VirtualHost *.*.*.163:80>
- ServerAdmin webmaster@example.com
- ServerName lists.example.com
- RedirectMatch /[/]*$ http://lists.example.com/listinfo
- <IfModule mod_cband.c>
- CBandUser vu2006
- </IfModule>
- Include /etc/mailman/apache.conf
- ScriptAlias / /usr/lib/cgi-bin/mailman/
- # Disable mailman web-based list creation and destruction... i-MSCP manages this!
- Redirect /mailman/create /mailman/admin
- Redirect /mailman/rmlist /mailman/admin
- Redirect /mailman/edithtml /mailman/admin
- Redirect /create /admin
- Redirect /rmlist /admin
- Redirect /edithtml /admin
- Redirect /cgi-bin/mailman/create /cgi-bin/mailman/admin
- Redirect /cgi-bin/mailman/rmlist /cgi-bin/mailman/admin
- Redirect /cgi-bin/mailman/edithtml /cgi-bin/mailman/edithtml
- </VirtualHost>
Is there anyone who have an idea about the cause?
Sorry about my bad english, i hope you undersand me.
Greetings Polarwelt