First Test...
This is the first test to see if this is ending up getting at all close to working.
This commit is contained in:
parent
0fa9e3ea24
commit
c0683deebb
|
@ -1,3 +0,0 @@
|
|||
# courier-mailman-mta.py
|
||||
|
||||
This is our current version trying to communicate between courier and mailman3.
|
|
@ -0,0 +1,10 @@
|
|||
# courier-to-mailman3.py
|
||||
|
||||
This is our current version trying to communicate between courier and mailman3.
|
||||
|
||||
## Changes
|
||||
|
||||
### 2024 May 29
|
||||
|
||||
* First change is changing the name to match what I have on the server.
|
||||
* Second change is to have the `#!` path hopefully pointing in the right place.
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/opt/mailman/venv/bin/su python3
|
||||
#
|
||||
# Written by Thomas Schneider <qsuscs@qsuscs.de>
|
||||
# This script is placed in public domain. If this is not applicable, consider
|
Loading…
Reference in New Issue