List Archive
Web-Based List Archives
The ezmlm-cgi is compiled along with the rest of the programs but must be copied to where CGI programs on your system can be accessed:
cp /extra/src/ezmlm-0.53/ezmlm-cgi /var/websites/mail/cgi-binezmlm-cgi should run as SUID vpopmail so it's permissions should be adjusted:
cd /var/websites/mail/cgi-bin
chown vpopmail.vchkpw ezmlm-cgi
chmod 4755 ezmlm-cgiCreate a directory for the configuration files:
mkdir /etc/ezmlmCreate or modify a config file at /var/websites/mail/cgi-bin/.ezcgirc. "89" is the vpopmail UID.
# Format for ezcgirc file
# listno;uid;listdir;listaddr;buttonbar;charset;style;bannerprog
0;89;/home/vpopmail/domains/<domain>/<listname>;<listname>@<domain>Using "0" as the listno, makes it the default list and the archive can then be accessed at:
http://<yourserver>/cgi-bin/ezmlm-cgiFor subsequent lists, increment the listno and access the list at:
http://<yourserver>/cgi-bin/ezmlm-cgi?<listno>- Log in to post comments