Skip to content

ezmlm-idx 7.2.2

Compare
Choose a tag to compare
@mbhangui mbhangui released this 17 Jul 18:34
· 85 commits to master since this release
7b12a8b

DATE: Saturday 17 July 2021 11:15:14 PM IST

DNF / YUM / APT / Arch Binary Downloads

Open Build Service Binary Download

Release Highlights

  • new queue program ezmlm-queue to queue mails to indimail-mta
  • standardized build system for compilation on Linux, Darwin and FreeBSD
  • Removed local libraries and use libqmail. Bulk of the code now comes from libqmail
  • ezmlm-queue - handle qmail-qmqpc, qmail-multi and qmail-queue
  • load environment variables from /etc/indimail/ezmlm/global_vars

ChangeLog

  • 22/03/2017
  1. ezmlm-queue for handling indimail queue
  2. Added Pre-Depends daemontools
  3. Fixed defaultqueue path in ezmlm-queue
  4. removed catted man pages
  • 05/07/2020
  1. ezmlm-idx.spec, debian/rules, make-compile.sh, make-libcompile.sh, make-load.sh: use CFLAGS, LDFLAGS from the build system (rpm/debian)
  • 03/11/2020
  1. ezmlmrc.template: fixed version identifier
  • 25/11/2020
  1. use libqmail for common functions
  • 12/03/2021
  1. Modified build system for uniform compilation on Linux, Darwin and FreeBSD
  • 18/04/2021
  1. use date822fmt() from libqmail
  • 02/05/2021
  1. added -Wno-array-parameter to CFLAGS
  2. removed -Wno-array-parameter from CFLAGS
  3. dns.h, ip4.h, socket.h: fixed warnings from -Warray-parameter
  • 08/07/2021
  1. ezmlm-queue: use qmail-qmqpc if qmail-queue is missing (indimail-mini installation)
  • 15/07/2021
  1. qmail.c, idx.h: removed qmail-qmqpc code. use ezmlm-queue instead
  2. ezmlm-queue: use qmail-qmqpc, qmail-multi, qmail-queue in order to deliver/queue mails.
  3. qmail.c: added custom error code
  4. qmail.c: use envdir function to load environent variables from /etc/indimail/ezmlm/global_vars