From e65e44f92db4cd59fc4b90c3e72056762cb6ce16 Mon Sep 17 00:00:00 2001 From: Manvendra Bhangui Date: Fri, 16 Jul 2021 19:26:11 +0530 Subject: [PATCH] updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23ec020..0c54d2c 100644 --- a/README.md +++ b/README.md @@ -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.