Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.1 KB

quickstart.rst

File metadata and controls

49 lines (28 loc) · 1.1 KB

Quickstart

Installation

Pip

You can use pip to install mailman-api and requirements:

$ pip install mailman-api

Distro Packages

We are currently working to provide linux packages (deb and rpm). Stay tunned!

Running the Sevice

To start the service manually just run the mailman-api command.

If you installed mailman-api from a distribution package you should be able to start your service by running service mailman-api start.

Usage: mailman-api [options]

Options:

-h, --help show this help message and exit -b BIND, --bind=BIND Bind address. Default: '127.0.0.1:8000'. --allow-from=ALLOW_FROM IPs to allow incoming requests. By deufalt only allow connections from '127.0.0.1'. -l MAILMANLIB_PATH, --mailman-lib-path=MAILMANLIB_PATH Path to mailman libs directory. Default: '/usr/lib/mailman'. -d, --debug Print debug information