Created
January 6, 2022 02:24
-
-
Save binki/a1eb85bebb7b913dcf82be3154457a88 to your computer and use it in GitHub Desktop.
Set mailing list moderator password mailman3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mailman -C /etc/mailman/mailman.cfg withlist -l [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from mailman.config import config | |
m.moderator_password = config.password_context.encrypt('new-password').encode('utf-8') | |
commit() | |
quit() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment