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')

Project Versions

Table Of Contents

Previous topic

fabtools.require.pkg

Next topic

fabtools.require.postgres

This Page