From 6f27537effe71fe0258cc3b7e045ad806611ef8d Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Fri, 15 Sep 2017 12:10:04 +0000 Subject: [PATCH] cleanup --- tasks/main.yml | 5 ---- templates/conf.d/auth-sql.conf.ext.j2.j2 | 30 ------------------------ 2 files changed, 35 deletions(-) delete mode 100644 templates/conf.d/auth-sql.conf.ext.j2.j2 diff --git a/tasks/main.yml b/tasks/main.yml index 94848af..0ffbdd6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,11 +10,6 @@ notify: - reload dovecot -- name: postfix user - user: - name: postfix - groups: ssl-cert - - name: vmail group group: name: vmail diff --git a/templates/conf.d/auth-sql.conf.ext.j2.j2 b/templates/conf.d/auth-sql.conf.ext.j2.j2 deleted file mode 100644 index ccbea86..0000000 --- a/templates/conf.d/auth-sql.conf.ext.j2.j2 +++ /dev/null @@ -1,30 +0,0 @@ -# Authentication for SQL users. Included from 10-auth.conf. -# -# - -passdb { - driver = sql - - # Path for SQL configuration file, see example-config/dovecot-sql.conf.ext - args = /etc/dovecot/dovecot-sql.conf.ext -} - -# "prefetch" user database means that the passdb already provided the -# needed information and there's no need to do a separate userdb lookup. -# -#userdb { -# driver = prefetch -#} - -userdb { - driver = sql - args = /etc/dovecot/dovecot-sql.conf.ext -} - -# If you don't have any user-specific settings, you can avoid the user_query -# by using userdb static instead of userdb sql, for example: -# -#userdb { - #driver = static - #args = uid=vmail gid=vmail home=/var/vmail/%u -#}