Skip to content

Instantly share code, notes, and snippets.

@binki
Created January 6, 2022 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binki/a1eb85bebb7b913dcf82be3154457a88 to your computer and use it in GitHub Desktop.
Save binki/a1eb85bebb7b913dcf82be3154457a88 to your computer and use it in GitHub Desktop.
Set mailing list moderator password mailman3
mailman -C /etc/mailman/mailman.cfg withlist -l list@example.org
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