ansible-role-mail/README.adoc

51 lines
905 B
Plaintext
Raw Normal View History

2020-11-07 20:27:01 +01:00
mail - Secure Postfix & Dovecot
===============================
Mail is pain. For an easier setup, this role configures a mail-server
with secure default settings.
Requirements
------------
You need to have debian (or compatible, like ubuntu) already installed.
It will install all dependencies on host-machine:
* LDAP - Yes, you need a LDAP-server. It can be installed anywhere, but you need one.
It expects for TLS a PKI in `/etc/postfix/tls/` and `/etc/dovecot/tls/`,
where you have to place `**hostname**.key`, `**hostname**.crt`.
Role Variables
--------------
TODO
Example Playbook
----------------
TODO
----
---
# vim: set expandtab tabstop=2 shiftwidth=2:
- hosts: mailserver
remote_user: root
become: false
tasks:
- import_role:
name: mail
----
License
-------
AGPLv3
Author Information
------------------
Denis Knauf - https://git.denkn.at/deac/ansible-role-mail