I installed mailman and activated it by following this:
Code
- ## Installation
- **1.** Install needed Debian/Ubuntu package
- # aptitude update && aptitude install mailman
- **2.** Create the mailman site list
- # newlist mailman
- This is really needed. Without this list, mailman will refuse to start.
- **3.** Restart mailman
- # service mailman restart
- **4.** Plugin upload and installation
- - Download the Mailman plugin archive through the plugin store
- - Login into the panel as admin and go to the plugin management interface
- - Upload the Mailman plugin archive
- - Install the plugin
Mailman sent an email to admin email address with link for mailman list configurations
http://cpanel.example.com/cgi-bin/mailman/admin/mailman
http://cpanel.example.com/cgi-bin/mailman/listinfo/mailman
But I am not able to see any login panel in there.... I am receiving 404 Not Found Error.
Any help would be appreciate. Thanks.