Initial commit
This commit is contained in:
7
roles/postfix-v4/tasks/copy-postfix-auth.yml
Normal file
7
roles/postfix-v4/tasks/copy-postfix-auth.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Copy Postfix authentication
|
||||
template:
|
||||
src: sasl_passwd.j2
|
||||
dest: /etc/postfix/sasl_passwd
|
||||
mode: 0600
|
||||
notify: Generate SASL
|
||||
|
||||
Reference in New Issue
Block a user