Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jul 16, 2021
1 parent 4c9c420 commit e65e44f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

[ezmlm fork](https://cr.yp.to/ezmlm.html) with support for [indimail-mta's](https://github.com/mbhangui/indimail-mta) multi-queue architecture.

This has been forked to adapt it to work with indimail-mta's multi-queue architecture. The two major changes that this version has made after the fork are
This has been forked to adapt it to work with indimail-mta's multi-queue architecture. The three major changes that this version has made after the fork are

1. Ability to set environment variables in /etc/indimail/ezmlm/global_vars. You can create any file in this directory. The file name becomes the environment variable and the file content becomes the value of environment variable.
1. Ability to set environment variables in /etc/indimail/ezmlm/global\_vars. You can create any file in this directory. The file name becomes the environment variable and the file content becomes the value of environment variable.
2. New queue program ezmlm-queue which can use qmail-qmqpc to use [QMQP](http://cr.yp.to/proto/qmqp.html) protocol, [qmail-multi](https://github.com/mbhangui/indimail-virtualdomains/wiki/IndiMail#qmail-multi) to queue mails to indimail's multi-queue instance or [qmail-queue](https://github.com/mbhangui/indimail-virtualdomains/wiki/IndiMail#qmail-queue) to queue mails to any [qmta](https://github.com/mbhangui/indimail-virtualdomains/wiki/IndiMail#qmta---using-a-minimal-standalone-qmta-send-mta) / [qmail](http://cr.yp.to/qmail.html) / [netqmail](http://netqmail.org/) / [notqmail](https://github.com/notqmail/notqmail) instance.
3. Use all common functions from [libqmail](https://github.com/mbhangui/libqmail) library.

ezmlm is an easy-to-use, high-speed mailing list manager for qmail.

Expand Down

0 comments on commit e65e44f

Please sign in to comment.