diff options
-rw-r--r-- | roles/dovecot/meta/main.yml | 2 | ||||
-rw-r--r-- | roles/postfix/meta/main.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/dovecot/meta/main.yml b/roles/dovecot/meta/main.yml index f645703..c8c4d31 100644 --- a/roles/dovecot/meta/main.yml +++ b/roles/dovecot/meta/main.yml @@ -1,2 +1,4 @@ dependencies: - role: certmail + # Dovecot needs postfix user created to create auth socket. + - role: postfix diff --git a/roles/postfix/meta/main.yml b/roles/postfix/meta/main.yml index d65d517..413b368 100644 --- a/roles/postfix/meta/main.yml +++ b/roles/postfix/meta/main.yml @@ -1,4 +1,4 @@ dependencies: - role: certmail - role: opendkim - - role: dovecot + # Postfix use dovecot, but dovecot not a hard dependency for it. |