GitXplorerGitXplorer
a

postlist

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce9b668ca0cd45f71ca43c112c2d628be0806bf8

Minor update to subject line handling

aandersfugmann committed 2 years ago
Unverified
1aee7c1583ce712ec14116965490bbc7840cc09c

Fix subject handling

aandersfugmann committed 4 years ago
Unverified
22a71f9afd43735535f3e6fba720dccc7e4c84f8

Dont prefix with list name if list name already exists in the subject

aandersfugmann committed 4 years ago
Unverified
d78d6d95174d5cc07568b7decba43d469abbb935

Bugfixes, and prefix list with list name

aandersfugmann committed 4 years ago
Unverified
6590840a34fa89abdd3427d9e461a7e920f168df

Replace list address with canonical address

aandersfugmann committed 4 years ago
Unverified
f468d8ea71aef422c163743ae3ce75f465220c9b

Update postfix configuration if needed

aandersfugmann committed 4 years ago

README

The README file for this repository.

Simple postfix mail list

After trying to keep mailman running, and to setup sympia, I created this little script.

Its a very simple script, which will create a simple dmarc complient mailing list.

Installation

To install run;

$ make install

Now edit /etc/postlist.conf each section defines a mailing list, and must contain:

[<list address without domain>]
description = Some description
subscribers = fully qualified addresses of all list subscribers

After editing, run

$ sudo postlist setup

to complete the setup. Every time you make changes to the configuration, it its adviced to repeat this step.

Postfix integration

in /etc/postfix/main.cf append hash:/etc/postfix/postlist (or whereever you configured the postlist file to be generated)

E.g.:

alias_database = hash:/etc/aliases, hash:/etc/postfix/postlist

Then load postfix: postfix reload

Archives

All received mails are stored in <archive_dir>/<list name>/archive. There is no webui to read these yet.