Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
ec9bd970
Commit
ec9bd970
authored
May 30, 2016
by
Florian Pritz
Browse files
opendkim: Fix missing dir and incorrect path
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
8d5a22ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/opendkim/tasks/main.yml
View file @
ec9bd970
...
...
@@ -13,8 +13,10 @@
notify
:
-
restart opendkim
-
file
:
path="/etc/opendkim/private" state=directory owner=root group=root mode=0700
-
name
:
generate DKIM key for {{dkim_selector}}
command
:
opendkim-genkey -r -s {{dkim_selector}} -d archlinux.org --bits=4096 creates=/etc/opendkim/private/{{dkim_selector}}
command
:
opendkim-genkey -r -s {{dkim_selector}} -d archlinux.org --bits=4096 creates=/etc/opendkim/private/{{dkim_selector}}
.private
-
name
:
start and enable opendkim
service
:
name=opendkim enabled=yes state=started
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment