Sfoglia il codice sorgente

save user mail in /home/vmail

master
parent
commit
b8141aa973
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      tasks/main.yml
  2. +1
    -1
      templates/dovecot-sql.conf.ext.j2

+ 1
- 1
tasks/main.yml Vedi File

@@ -27,7 +27,7 @@
uid: "{{vmail_uid}}"
group: vmail
system: yes
home: /var/vmail
home: /home/vmail

- name: dovecot configuration files
template:


+ 1
- 1
templates/dovecot-sql.conf.ext.j2 Vedi File

@@ -130,7 +130,7 @@ password_query = SELECT username AS user,password FROM mailbox WHERE username =
# FROM users WHERE username = '%n' AND domain = '%d'
#
# postfixadmin: Query to retrieve user information, note uid matches dovecot.conf AND Postfix virtual_uid_maps parameter.
user_query = SELECT CONCAT('/var/vmail/', maildir) AS home, \
user_query = SELECT CONCAT('/home/vmail/', maildir) AS home, \
{{vmail_uid}} AS uid, {{vmail_gid}} AS gid \
FROM mailbox WHERE username = '%u' AND active='1'



Loading…
Annulla
Salva