start dovecot config; generate postfix transport_map; support multiple sender IPs...
authorRalf Jung <post@ralfj.de>
Sun, 20 May 2018 16:58:07 +0000 (18:58 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 20 May 2018 17:22:41 +0000 (19:22 +0200)
commit46730acf42cbde7d087b887eb78c3f06dc27d9ca
treefceacec49cd9b168deb07059d13ffcb3be73b6af
parenta0ef97a3169e9da8b4618116075d54c49b4292b4
start dovecot config; generate postfix transport_map; support multiple sender IPs in postfix
22 files changed:
roles/email/handlers/main.yml
roles/email/tasks/dovecot.yml [new file with mode: 0644]
roles/email/tasks/main.yml
roles/email/tasks/postfix.yml
roles/email/templates/dovecot/conf.d/10-auth.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/10-mail.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/10-master.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/10-ssl.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/15-lda.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/20-imap.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/20-lmtp.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/90-quota.conf [new file with mode: 0644]
roles/email/templates/dovecot/conf.d/auth-sql.conf.ext [new file with mode: 0644]
roles/email/templates/dovecot/dovecot-sql.conf.ext [new file with mode: 0644]
roles/email/templates/dovecot/quota-warning.sh [new file with mode: 0644]
roles/email/templates/main.cf
roles/email/templates/master.cf
roles/email/templates/mysql_vmail_aliases.cf
roles/email/templates/mysql_vmail_senders.cf
roles/email/templates/mysql_vmail_users.cf
roles/email/templates/transport_map [new file with mode: 0644]
roles/etherpad/tasks/main.yml