List Archive

Credits

Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.

Web-based archives of your mailing lists.

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-bin

ezmlm-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-cgi

Create a directory for the configuration files:

mkdir /etc/ezmlm

Create 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-cgi

For subsequent lists, increment the listno and access the list at:

http://<yourserver>/cgi-bin/ezmlm-cgi?<listno>

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 5 days ago
  • PHP
    9 months 5 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound