Skip to content

Commit 2911fc8

Browse files
authored
Merge pull request #115 from sourcejedi/master
Do not allow non-root users on mail server to read postfix_sasl_password
2 parents f49debf + 3433f2c commit 2911fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
when: postfix_default_database_type != 'regexp'
1010

1111
- name: postmap sasl_passwd
12-
command: postmap -p {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}
12+
command: postmap {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}
1313
when: postfix_default_database_type != 'regexp'
1414

1515
- name: postmap sender_canonical_maps

0 commit comments

Comments
 (0)