Ezmlm setup with qmail
From Docupedia
Make sure you remember to add the ldap object before you make the list. This will ensure you have a functioning setup.
sudo -u mail ezmlm-make `pwd`/testlist `pwd`/testlist/.qmail testlist alkaloid.net sudo -u mail ezmlm-make -emrldn5 owner@email.com `pwd`/testlist
These options create a list with remote administration and moderation enabled. Make sure you subscribe a moderator(s) as well.
sudo -u mail ezmlm-sub `pwd`/testlist/mod jsmith@alkaloid.net moderator2@alkaloid.net
Also make sure you add yourself as a subscriber:
sudo -u mail ezmlm-sub `pwd`/testlist email@addrss.com
When moderation is enabled anything sent to testlist@alkaloid.net would be forwarded onto the moderators for inclusion. The first moderator to respond will send out the message to the list. Put another way the first person to accept the message will put it live.
To add or list your lists moderators use the following:
sudo ezmlm-sub `pwd`/testlist/mod user@host sudo ezmlm-unsub `pwd`/testlist/mod user@host sudo ezmlm-list `pwd`/testlist/mod
To Add yourself as an owner:
sudo ezmlm-make -e5 jsmith@alkaloid.net `pwd`/testlist `pwd`/testlist/.qmail testlist jsmith@alkaloid.net
