Skip to content

Instantly share code, notes, and snippets.

@maxking
Created August 12, 2017 07:03
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 maxking/980bf8fef714eb1b003a53cf93456af6 to your computer and use it in GitHub Desktop.
Save maxking/980bf8fef714eb1b003a53cf93456af6 to your computer and use it in GitHub Desktop.
Manual for `mailman` command.

mailman 3.1

Author

Mailman Developers <mailman-developers@python.org>

Date

May 25, 2017

Manual section

1

Manual group

SYNOPSIS

mailman [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

The GNU Mailman mailing list management system.

OPTIONS

-C, --config Full path to the Configuration file to use. If not given, the environment variable

MAILMAN_CONFIG_FILE is consulted and used if set. If neither are given, a default configuration file is loaded.

--version Show the version and exit.

-h, --help Show this message and exit.

SUB COMMANDS

aliases Regenerate the aliases appropriate for your MTA

conf Print the Mailman configuration.

create Create a mailing list.

digests Operate on digests.

help Show this help message and exit.

import21 Import Mailman 2.1 list data'.

info Information about this Mailman instance.

inject Inject a message from a file into a mailing list's queue.

lists List all mailing lists.

members Display a mailing list's members, with filtering along with various criteria.

qfile Get information out of a queue file.

remove Remove a mailing list.

reopen Signal the Mailman processes to re-open their log files.

restart Stop and restart the Mailman runner

shell Operate on a mailing list.

start Start the Mailman master and runner processes.

status Show the current running status of the Mailman system.

stop Stop the Mailman master and runner processes.

unshunt Unshunt messages.

version Display Mailman's version.

withlist Operate on a mailing list.

ENVIRONMENT

MAILMAN_CONFIG_FILE Fully qualified path to the configuration file to be used with Mailman 3 Core.

SEE ALSO

The full documentation for Mailman in maintained at <http://docs.list.org>.

REPORTING BUGS

All bugs should be reported to: <https://gitlab.com/mailman/mailman/issues>

Copyright © 1998-2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment