Recently, had to create a new mailing list in Majordomo. We had a directory where all the mail lists were kept. let us suppose the dir is /usr/local/majorodomo/lists
a. Create a file with the name being the mailing list id eg: build-notifications
write the names of the members into the "build-notifications" file as below
person1@company.com
person2@company.com
person3@company.com
.... and so on
b. create an empty build-notifications.info in the same directory.
c. search for the majordomo.aliases file in the parent directory and edit the file to add the below entries
#build-notifications mailing list. Managed by xyz@company-name.com.
build-notifications: "|/usr/local/majordomo/wrapper resend -l build-notifications build-notifications-outgoing"
build-notifications-outgoing: :include:/usr/local/majordomo/lists/build-notifications
build-notifications-request: "|/usr/local/majordomo/wrapper majordomo -l build-notifications"
owner-build-notifications: xyz@company-name.com
build-notifications-owner: owner-build-notifications
build-notifications-approval: owner-build-notifications
d. after this I had to run the newaliases command
No comments:
Post a Comment