Filed under: notes/Settings
Quoted from http://sunsite.dk/node/id/86
It is possible to change the messages ezmlm sends when somebody subscribes to your list, unsubscribes from your list, etc. etc. . In order for this, you must have remote administration enabled for the list you would like to change the default messages for. To enable remote administration, simply email staff@sunsite.dk with the list you require to have remote administration set up for.
(more…)
Filed under: notes/Settings
ezmlm support for SQL databases.
http://www.ezmlm.org/faq-0.40/FAQ-5.html
1. Adding subscribers from text file containing addresses
/usr/local/bin/ezmlm/ezmlm-sub ~vpopmail/domains/adventmail.org/forum-seiman/ <forum-members.txt
2. Setting up a mailing list using MySQL
Table for mailing list: “forumsqlseiman” (“-” is not allowed)
Database name: “adventmailorg”
First make the database and table:
mysqladmin -u root -p create adventmailorg
Then create the tables using ezmlm-mktab
/usr/local/bin/ezmlm/ezmlm-mktab -d forumsqlseiman |mysql -u root -p -f adventmailorg
Then setup the mailing list using qmailadmin using the above database information.
3. To unsubscribe members
/usr/local/bin/ezmlm/ezmlm-unsub ~vpopmail/domains/adventmail.org/cq-seiman/ <cq-members.txt
(more…)


