A mailing list is a collection of names and addresses used by an individual or an organization to send material to multiple recipients. The term is often extended to include the people subscribed to such a list, so the group of subscribers is referred to as "the mailing list", or simply "the list".
Mailing lists can be used to send messages frequently to a large amount of people for things such as newsletters, product updates, and more. cPanel allows you to update and configure your mailing lists to easily send out information to large groups of people.
Steps
1 To access the Mail Menu, click on the icon above the word Mail on the main screen of your cPanel interface.
2 To add a mailing list, click on Add Mailing List.
3 Every list needs a unique name. Enter the list's name and password into their respective blank fields.
4 Select the domain the list is for from the drop box and click Create.
NOTE: If the list was created successfully, the following will appear (except the information will reflect the information you provided above in the blank fields):
Mailing List Created
The mailing list name_of_list on domain.com with password pass_word was successfully created.
Hit enter to notify name_of_list_domain.com owner...
Updated List name_of_list domain.com
5 Click on Go Back.
6 Click on Edit to set up the list.
To send a mail to a mailing list the user must have an account in the particular domain. to add a email in the mailing list follow the steps
http://mail.domainname.com/mailman/admin/mailinglistname_domainname.com
need the mailling list password
1. Membership Management
2. Mass Subscription
3. Enter one address per line below.
/usr/local/cpanel/3rdparty/mailman
error mails not getting to the email address in mailinglist
/scripts/fixmailman
error log
/var/log/exim_mainlog
/usr/loca/cpanel/3rdparty/mailman/logs/qrunner
we can add a user to send any no of mails using mailman. suppose a user test(default username of the domain shouild be given) wants to send 1500 mails through mailing list. WE can set it with the following steps
mysql
> use mailmon2005;
> select * from limits;
> INSERT INTO limits VALUES (6,'test',1500,3600);
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
backend
to find the email ids in any of the mailinglists
/usr/local/cpanel/3rdparty/mailman/bin/list_members "mailinglist name " > test
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&