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
375fe4f8
Commit
375fe4f8
authored
May 30, 2016
by
Florian Pritz
Browse files
postfix/opendkim: Fix typo
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
39ea1ae5
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/opendkim/tasks/main.yml
View file @
375fe4f8
...
...
@@ -5,12 +5,12 @@
-
name
:
install opendkim.conf
template
:
src=opendkim.conf.j2 dest=/etc/opendkim/opendkim.conf owner=root group=root mode=644
notif
t
y
:
notify
:
-
restart opendkim
-
name
:
install domains config
template
:
src=domains.j2 dest=/etc/opendkim/domains owner=root group=root mode=644
notif
t
y
:
notify
:
-
restart opendkim
-
name
:
generate DKIM key for {{dkim_selector}}
...
...
roles/postfix/tasks/main.yml
View file @
375fe4f8
...
...
@@ -5,12 +5,12 @@
-
name
:
install main.cf
template
:
src=main.cf.j2 dest=/etc/postfix/main.cf owner=root group=root mode=644
notif
t
y
:
notify
:
-
reload postfix
-
name
:
install master.cf
template
:
src=master.cf.j2 dest=/etc/postfix/master.cf owner=root group=root mode=644
notif
t
y
:
notify
:
-
reload postfix
-
name
:
install aliases
...
...
@@ -21,12 +21,12 @@
-
name
:
create dhparam
2048
command
:
openssl dhparam -out /etc/postfix/dh2048.pem 2048 creates=/etc/postfix/dh2048.pem
notif
t
y
:
notify
:
-
reload postfix
-
name
:
create dhparam
512
command
:
openssl dhparam -out /etc/postfix/dh_512.pem 512 creates=/etc/postfix/dh_512.pem
notif
t
y
:
notify
:
-
reload postfix
-
name
:
start and enable postfix
...
...
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