fabtools.require.postfix

Postfix

This module provides high-level tools for managing the Postfix email server.

fabtools.require.postfix.server(mailname)[source]

Require a Postfix email server.

This makes sure that Postfix is installed and started.

from fabtools import require

# Handle incoming email for our domain
require.postfix.server('example.com')
Read the Docs v: 0.17.0
Versions
latest
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.