mimacom.zeyple
Ansible Role: zeyple
This role installs zeyple, which is a module that filters content for postfix. Zeyple is a Python script that processes emails sent from postfix. It looks for a PGP key for each recipient. If it finds the key, it encrypts the email. Then, it sends the email back into postfix for further delivery (like sending it to another mail server).
The sender doesn't notice this process happening, but the recipient needs their PGP private key to read the message. For more details on zeyple, check the project page.
This role has been tested on CentOS 7.
Requirements
No special requirements, but it's better to have postfix already set up. If it’s not installed, this role will install postfix with default settings.
Role Variables
# Define the version of zeyple to install
zeyple_version: 1.2.1
Dependencies
None.
Example Playbook
- hosts: servers
become: yes
roles:
- role: mimacom.zeyple
zeyple_version: 1.2.1
License
Apache License 2.0
Author Information
This role was created by Remo Wenger.
Installs zeyple module for postfix (PGP encryption on mail relay)
ansible-galaxy install mimacom.zeyple