Hi, I'm struggling with mailman. In the web-configuration I've added the following in the Apache Directives: Code: ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin Alias /pipermail/ /var/lib/mailman/archives/public/ <Directory /usr/lib/mailman/cgi-bin/> allow from all </Directory> But when I try to open e.g. http://www.domain.tld/mailman/listinfo I only get a "Forbidden". What am I supposed to do? I'm running ISPconfig 2.2.12 at the moment. Thanks, Heiner
Solved ... Grrr. I was blind It should be Code: ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin[B]/[/B] instead of just Code: ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin Now it works.