A simple mailing list tool designed for Postfix. Re-inventing the wheel for a mailing list, but MailMan seemed like overkill for a simple announcement mailing list.
- Copy over
simplelist.pyto a location of your choice,/etc/postfixwill be used for further examples. - Copy
simplelist.yamlto/etc/postfix. - If you have SELinux configured, run
chcon -v -t postfix_local_exec_t /etc/postfix/simplelist.py
- Add a line to your
/etc/aliasesfor the mailing list:
sysop: "|/etc/postfix/simplelist.py sysop"
- Run
newalias - Edit
simplelist.yamlto your needs.gidsends the mail to all members of that Group IDusersis a list of email addressesallowed_usersis the mail address of users allowed to send to the list.