Go to file
Baptiste Daroussin 35cabbbfdb Release 1.4.0 2023-12-06 17:05:19 +01:00
contrib mlmmj-receive-strip: sync with mlmmj-receive-strip 2023-07-18 08:46:51 +02:00
include reallf: fix typo in prototype 2023-10-18 23:10:05 +02:00
listtexts listtexts: subtree merge 2023-06-26 20:57:59 +02:00
man manpages: convert to mdoc(7) 2023-05-15 15:18:32 +02:00
src Fix interactive prompt issue with spool directory option 2023-11-21 09:57:03 +00:00
tests write mail: fix regression regarding RFC 5321 2023-11-09 11:24:32 +01:00
.hgignore Improve compatibility with recent versions of Automake. 2017-05-25 08:50:33 +10:00
.hgtags Added tag RELEASE_1_3_0 for changeset 570dd6d4942b 2017-05-25 09:08:47 +10:00
AUTHORS Tidy up ChangeLog and AUTHORS. Release candidate 1.2.18rc1. 2012-05-03 10:12:15 +10:00
COPYING Goodbye GPL license, Welcome MIT 2004-06-17 07:11:55 +10:00
ChangeLog 1.4.0-rc3 2023-11-30 07:01:44 +01:00
FAQ Locallized listtexts for the new patch and updated TODO 2005-05-07 23:11:37 +10:00
Kyuafile Add a basic test suite 2022-10-20 15:50:22 +02:00
LICENSE Goodbye GPL license, Welcome MIT 2004-06-17 07:11:55 +10:00
Makefile.am tests: run tests from the root directory 2023-06-26 21:09:55 +02:00
README README: Let know new user that project requires a listtexts 2022-11-24 14:56:30 +01:00
README.access Fix access logic so subonlypost doesn't override a send access rule. 2012-01-24 04:08:24 +11:00
README.archives Update URL for mlmmj-webarchiver. 2012-01-31 04:13:27 +11:00
README.exim4 Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink 2010-10-03 21:40:42 +11:00
README.footers Add README.footers and footer-related resources. 2015-02-26 07:29:01 +11:00
README.listtexts Document list text search paths. 2016-10-02 23:56:14 +11:00
README.postfix Further revision of README.postfix. 2012-01-30 22:08:56 +11:00
README.qmail Remove .sh from mlmmj-make-ml.sh; symlink original name 2010-10-03 22:12:33 +11:00
README.security README.security 2005-05-01 20:57:52 +10:00
README.sendmail Update email address for README.sendmail author. 2012-01-01 01:17:32 +11:00
TODO Locallized listtexts for the new patch and updated TODO 2005-05-07 23:11:37 +10:00
TUNABLES nobounceprobe: the temporary tunable has been removed 2023-10-13 16:13:03 +02:00
UPGRADE mlmmj-1.2.18.0 2012-05-29 23:45:59 +10:00
configure.ac Release 1.4.0 2023-12-06 17:05:19 +01:00

README

This is an attempt at implementing a mailing list manager with the same
functionality as the brilliant ezmlm, but with a decent license and mail server
independence.

The functionality:

 · Archive
 · Custom headers / footer
 · Fully automated bounce handling (similar to ezmlm)
 · Complete requeueing functionality
 · Moderation functionality
 · Subject prefix
 · Subscribers only posting
 · Regular expression access control
 · Functionality to retrieve old posts
 · Web interface
 · Digests
 · No-mail subscription
 · VERP support
 · Delivery Status Notification (RFC1891) support
 · Rich, customisable texts for automated operations

To use mlmmj, do the following:

 -1) If you're building from source you must make sure you've checked out
    $ git clone https://codeberg.org/mlmmj/listtexts

 0) Compile it if you're not using a binary package such as dpkg, rpm or
    a ports collection from a BSD or Gentoo. To compile, untar the tar-ball
    and do:

    $ autoreconf -i && ./configure && make && make install

		If you want to filter multipart/mime messages, pass the option
		--enable-receive-strip to configure, and take a look at
		contrib/receivestrip/README.

 1) Configure a recipient delimiter. The default is to use '+', and in
    Postfix it's done by adding

        recipient_delimiter = +

    to /etc/postfix/main.cf. In Exim it can be done by adding

        local_part_suffix = +*
	local_part_suffix_optional

    to the "userforward:" and the "localuser:" router in /etc/exim/exim.conf,
    and also add "local_part_suffix = +*" to the system_aliases function. Also
    make sure that exim will add the envelope from in the Return-Path: header.

    There is a nice FAQ explaining recipient delimiter configuration here:

    http://faqs.org/faqs/mail/addressing/

    The mlmmj TUNABLE "delimiter" configures this on a per list basis

    NOTE: Using '-' as a delimiter is unlikely to work. Mlmmj uses '-' as its
    own kind of minor delimiter. Of course, you also cannot use the delimiter
    in your list names or you will encounter problems.

 2) Create the mailinglist.  There's a script, mlmmj-make-ml, that will make
    a mailinglist for mlmmj. It is highly recommended to use this script to make
    the lists! What is does is described here:

    In the case of a list called mlmmj-test below /var/spool/mlmmj it makes the
    following directories:

    /var/spool/mlmmj/mlmmj-test/incoming
    /var/spool/mlmmj/mlmmj-test/queue
    /var/spool/mlmmj/mlmmj-test/queue/discarded
    /var/spool/mlmmj/mlmmj-test/archive
    /var/spool/mlmmj/mlmmj-test/text
    /var/spool/mlmmj/mlmmj-test/subconf
    /var/spool/mlmmj/mlmmj-test/unsubconf
    /var/spool/mlmmj/mlmmj-test/bounce
    /var/spool/mlmmj/mlmmj-test/control
    /var/spool/mlmmj/mlmmj-test/moderation
    /var/spool/mlmmj/mlmmj-test/subscribers.d
    /var/spool/mlmmj/mlmmj-test/digesters.d
    /var/spool/mlmmj/mlmmj-test/nomailsubs.d
    /var/spool/mlmmj/mlmmj-test/requeue

    NOTE: The mailinglist directory (/var/spool/mlmmj/mlmmj-test in our
    example) have to be owned by the user the mailserver writes as. On some
    Postfix installations Postfix is run by the user postfix, but still writes
    files as nobody:nogroup or nobody:nobody

 3) Make the changes to your mailserver aliases that came as output from
    mlmmj-make-ml. Following the example above they will look like this:

    mlmmj-test:     "|/usr/bin/mlmmj-receive -L /var/spool/mlmmj/mlmmj-test"

    NOTE: Don't forget newaliases.

 4) Start mlmmj-maintd (remember full path when starting it!) or add it to
    crontab with -F switch. The recommended way for now is to run it via cron:

    "0 */2 * * *  /usr/bin/mlmmj-maintd -F -L /var/spool/mlmmj/mlmmj-test"

    It should be started as root, as mlmmj-maintd will become the user owning
    the listdir (/var/spool/mlmmj/mlmmj-test), and log it's last maintenance
    run to listdir/mlmmj-maintd.lastrun.log.

    If you have several lists below /var/spool/mlmmj you can use -d:
    /usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj

    If you have lists more deeply nested below /var/spool/mlmmj, use
    something like:
    find /var/spool/mlmmj -mindepth 1 -maxdepth 1 -type d \
        -exec /usr/bin/mlmmj-maintd -F -d {} \;

That's it! You probably want to go through the next steps too.

 5) Subscribe some people

    /usr/bin/mlmmj-sub -L /var/spool/mlmmj/mlmmj-test/ -a joe@domain.tld

    etc.

 6) If you want custom headers like X-Mailinglist, Reply-To: etc. just add a
    file called 'customheaders' in the list control/ directory like this:
    $ cat /var/spool/mlmmj/mlmmj-test/control/customheaders
    X-Mailinglist: mlmmj-test
    Reply-To: mlmmj-test@domain.tld

 7) If you want every mail to have something like:
    -- 
    To unsubscribe send a mail to coollist+unsubscribe@lists.domain.net

    Just add what you want to a file named "footer" in the same dir as
    "customheaders" (listdir/control/).

 8) If you want a prefix on the subject, to make it look like this:
    Subject: [mlmmj-test] how are we doing?
    Simply do 'echo "[mlmmj-test]" > control/prefix

 9) For having a moderated list, simply create a file called 'moderated' in the
    control/ directory. Moderators are added to a file called 'moderators' in
    the control/ dir as well.

10) Have a look at the file TUNABLES for runtime configurable things.

Tunables in include/mlmmj.h:
 · There's some time intervals for how mlmmj-maintd operates. I've chosen
   non-strict defaults, so depending on your BOFH rate you might want to tweak.
   The defaults should be good for most people though.

Have fun!

	Mads Martin Joergensen <mmj at mmj dot dk>
	Morten K. Poulsen <morten at afdelingp dot dk>
	Ben Schmidt <mail_ben_schmidt at yahoo dot com dot au>