Web Hosting Talk







View Full Version : Mailing list on CPanel not working


fendynet
10-19-2004, 06:23 AM
Dear All,

I am using Cpanel ver 9.7.7-RELEASE 15.
I can create a new mailing list address.
But I got an error when I click on the mailing list "edit" button.
Cpanel open a new browser window to this URL : http://my-domain-name.com/mailman/a...domain-name.com
and shown "HTTP 404 NOT FOUND"
Anyone can help me ?

Cheers,

fendynet.

Angelo
10-19-2004, 12:54 PM
Open up your httpd.conf to check if the forwarder alias to mailman set up correctly.

Find the line with
Alias /mailman

fendynet
10-20-2004, 09:49 PM
I already check the httpd.conf file but can't found Alias /mailman.

What should I do. I am new with Cpanel & mailman. Please advice.
Many thanks for your help.

Cheers,

fendynet.

nickn
10-20-2004, 09:56 PM
Try /scripts/upcp --force.

Angelo
10-21-2004, 05:22 AM
Alias /mailman/archives/ /usr/local/cpanel/3rdparty/mailman/archives/public/
ScriptAlias /mailman/ /usr/local/cpanel/3rdparty/mailman/cgi-bin/
Alias /pipermail/ /usr/local/cpanel/3rdparty/mailman/archives/public/

Add these lines and restart apache.

fendynet
10-21-2004, 06:46 AM
Thanks fcarsenal,

it works now.

cheers,

fendynet.

fendynet
10-21-2004, 10:53 PM
Hi all,

Please also add
Alias /img-sys/ /usr/local/cpanel/img-sys/
below the
Alias /pipermail/ /usr/local/cpanel/3rdparty/mailman/archives/public/

in your httpd.conf
then restart apache.

Cheers,

fendynet.