Add (initial) mail-utils role

mailserver
otthorn 3 years ago
parent b412210d56
commit 846665961a

@ -0,0 +1,9 @@
---
# Install small tools that are usefull on a mailserver
- name: Install small utility tools
apt:
name:
- swaks # Swiss Army Knife for SMTP
- mutt # small CLI mail client for debug and on-server mail
- pwgen # generate strong and cryptographically secure passwords
Loading…
Cancel
Save