Add README for ansible/roles/postfix

This commit is contained in:
2021-05-21 13:47:08 -04:00
parent eade1bfd94
commit 935aca5ba2
2 changed files with 49 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
# Following instructions at https://knoats.com/books/linux-admin/page/configure-postfix
sudo postmap /etc/postfix/sasl/sasl_passwd;
sudo chown root:root /etc/postfix/sasl/sasl_passwd /etc/postfix/sasl/sasl_passwd.db;
sudo chmod 600 /etc/postfix/sasl/sasl_passwd /etc/postfix/sasl/sasl_passwd.db;