Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To get a list of the members of a specific mailing list:
  • Login on the mail server.
  • Get root.
  • Commands are in /usr/
  • local
  • lib/mailman/bin
  • e.g.
Code Block
[root@mail ~]# /usr/locallib/mailman/bin/list_members crbs-holly
To remove a member from all lists:
  • Login on the mail server.
  • Get root.
  • Commands are in /usr/lib/mailman/bin
  • e.g.
Code Block
[root@mail ~]# /usr/lib/mailman/bin/remove_members --fromall username
To get a list of members on a list you are a member of via the web

...