opendkim: Fix permissions of socket

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2016-05-31 14:21:04 +02:00
parent b3c55124ce
commit 54039fc16c
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
notify: notify:
- restart opendkim - restart opendkim
- file: path="/var/spool/opendkim/" state=directory owner=opendkim group=mail mode=750 - file: path="/var/spool/opendkim/" state=directory owner=opendkim group=postfix mode=750
- name: install domains config - name: install domains config
template: src=domains.j2 dest=/etc/opendkim/domains owner=root group=root mode=644 template: src=domains.j2 dest=/etc/opendkim/domains owner=root group=root mode=644

View file

@ -7,5 +7,5 @@ Socket local:/var/spool/opendkim/opendkim
Syslog Yes Syslog Yes
SyslogSuccess Yes SyslogSuccess Yes
UMask 007 UMask 007
UserID opendkim UserID opendkim:postfix