Re: [courier-users] Setting up sending through Mailman
Brought to you by:
mrsam
|
From: Ben K. <be...@zy...> - 2023-04-29 01:09:05
|
Hey Jigme,
I have mailman3 running on Ubuntu. I created aliases to pipe inbound mail as follows (I'm using authsqlite):
- noreply@LISTDOMAIN -> `|exit 99` (sink all inbound messages, as per mailman docs)
- LISTNAME@LISTDOMAIN -> `|/usr/local/bin/courier-to-mailman3.py` (main list address)
- LISTNAME-%@LISTDOMAIN -> `|/usr/local/bin/courier-to-mailman3.py` (wildcard for -owner, -subscribe, etc.)
The `courier-to-mailman3.py` script, which I adapted from a qmail example given in the mailman3 docs, is attached.
Let me know if this helps!
-ben
|