ansible-roles/dovecot
William Hirigoyen 1f8738fbda
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2696|33|2663|34|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/467//ansiblelint">Evolix » ansible-roles » unstable #467</a>
gitea/ansible-roles/pipeline/head This commit looks good
postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring
postfix:
* Move common packages installation in common.yml
* Replace ansible_fqdn by evolinux_fqdn, set postfix_slow_transport_include to false by default (only for packmails and packwebs)
* Remove dependency on evolinux_fqdn var
* Do not overwrite main.cf if it has been modified (except if postfix_force_main_cf)

evolinux-base:
* Move exim4 purge from evolinux-base to postfix role
* Call postfix role call after nagios role (dependency)
2024-02-01 18:00:48 +01:00
..
defaults postfix: move postfix installation from evolinux-base to postfix role, plus some refactoring 2024-02-01 18:00:48 +01:00
files dovecot: fix plugin dovecot1 2024-01-09 17:13:22 +01:00
handlers dovecot: new Munin plugins, fix old_stats config 2023-06-23 11:26:35 +02:00
tasks add missing LDAP conf iterate_filter to exclude disabled accounts in users list 2024-01-29 12:04:38 +01:00
templates dovecot: new Munin plugins, fix old_stats config 2023-06-23 11:26:35 +02:00
.kitchen.yml Add dovecot role, evoadmin-mail role and packmail role 2017-10-25 11:55:32 +02:00
README.md dovecot: new Munin plugins, fix old_stats config 2023-06-23 11:26:35 +02:00

Dovecot

Installation and basic configuration of dovecot

Do not use this role to update Dovecot 2.2 to 2.3.

Tasks

Minimal configuration is in tasks/main.yml

Available variables

The full list of variables (with default values) can be found in defaults/main.yml.

Munin plugins

dovecot_stats_

Note : This is an Evolix patched version.

This plugin can be installed only when installin a server, because it needs Dovevcot plugin stats (Dovecot 2.2) or old_stats (Dovecot 2.3), which previously were not activated by default.

To skip this plugin installation, use "--skip-tags dovecot_stats_".