An open API service indexing awesome lists of open source software.

https://github.com/foundata/ansible-collection-postfix

Ansible collection to manage the Postfix Mail Transfer Agent (MTA)
https://github.com/foundata/ansible-collection-postfix

ansible ansible-collection mailserver postfix sendmail smtp smtp-server

Last synced: 5 days ago
JSON representation

Ansible collection to manage the Postfix Mail Transfer Agent (MTA)

Awesome Lists containing this project

README

          

# Ansible collection: `foundata.postfix`

This repository contains the `foundata.postfix` Ansible Collection.

It provides resources to manage and use the [Postfix](https://www.postfix.org/) mail transfer agent (MTA) that routes and delivers electronic mail (email) via [SMTP](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol) and [LMTP](https://en.wikipedia.org/wiki/Local_Mail_Transfer_Protocol).





**⭐ Found this useful? Support open-source and star this project:**

[![GitHub repository](https://img.shields.io/github/stars/foundata/ansible-collection-postfix.svg)](https://github.com/foundata/ansible-collection-postfix)



## Table of contents

- [Included content](#content)
- [Dependencies](#dependencies)
- [Licensing, copyright](#licensing-copyright)
- [Author information](#author-information)

## Included content

### Role: `foundata.postfix.run`

The primary resource in this collection to configure and maintain Postfix, including core service, mail routing, domains, relays, TLS, and related settings. See the [role's `README.md`](./roles/run/README.md) for more information and usage examples.

## Dependencies

See `dependencies` in [`galaxy.yml`](./galaxy.yml).

## Licensing, copyright

Copyright (c) 2025, 2026 [foundata GmbH](https://foundata.com/) (https://foundata.com)

This project is licensed under the GNU General Public License v3.0 or later (SPDX-License-Identifier: `GPL-3.0-or-later`), see [`LICENSES/GPL-3.0-or-later.txt`](LICENSES/GPL-3.0-or-later.txt) for the full text.

The [`REUSE.toml`](REUSE.toml) file provides detailed licensing and copyright information in a human- and machine-readable format. This includes parts that may be subject to different licensing or usage terms, such as third-party components. The repository conforms to the [REUSE specification](https://reuse.software/spec/). You can use [`reuse spdx`](https://reuse.readthedocs.io/en/latest/readme.html#cli) to create a [SPDX software bill of materials (SBOM)](https://en.wikipedia.org/wiki/Software_Package_Data_Exchange).

[![REUSE status](https://api.reuse.software/badge/github.com/foundata/ansible-collection-postfix)](https://api.reuse.software/info/github.com/foundata/ansible-collection-postfix)

## Author information

This [project](https://foundata.com/en/projects/) was created and is maintained by [foundata](https://foundata.com/).

Initially based on an [Ansible skeleton](https://foundata.com/en/projects/ansible-skeletons/) developed by [foundata](https://foundata.com/).