ezmlm

"All-Users" List

Automatically add new users into an "All-Staff" mailing list.

Some organizations might find it useful to have a mailing list that all users of the email system are a member of.
Add existing domain users to a list
If you already have users in a domain, here's a shell script that can add all the users to a list. You'll have to modify the variables at the beginning to reflect your site:

#!/bin/sh

listName=
domain=

ezmlmBinDir=/usr/local/bin/ezmlm
vpopmailDir=/home/vpopmail
vuserinfoBin=$vpopmailDir/bin/vuserinfo
domainDir=$vpopmailDir/domains/$domain

userList=`"$vuserinfoBin" -n -D "$domain"`

Technology:

Web Administration

Administer lists through a web-interface.

ezmlm-web is a web interface for the administration of ezmlm mailing lists. It allows complete control over their configuration by using a web browser. User-based access control relieves administrators from the burden of managing all their mailing lists on their own.

Installation
ezmlm-web requires the Perl bindings from Clearsilver, a fast, powerful, and language-neutral HTML template system:

cd /extra/src

Technology:

List Archive

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

Technology:

Mailing Lists

Add mailing list capabilities to your Qmail server with

Technology:

Subscribe to RSS - ezmlm

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