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
61ebfda0
Verified
Commit
61ebfda0
authored
Oct 24, 2020
by
Jelle van der Waa
🚧
Browse files
Create dovecot configuration directory
parent
1c94b5fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/dovecot/tasks/main.yml
View file @
61ebfda0
...
...
@@ -3,6 +3,10 @@
-
name
:
install dovecot
pacman
:
name=dovecot,pigeonhole state=present
# FIXME: check directory permissions
-
name
:
create dovecot configuration directory
file
:
path=/etc/dovecot state=directory owner=root group=root mode=0755
-
name
:
create dhparam
command
:
openssl dhparam -out /etc/dovecot/dh.pem 4096 creates=/etc/dovecot/dh.pem
...
...
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