TimJones / dovecot-formula

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dovecot-formula

A salt formula that installs and configures the dovecot IMAP server. It currently supports Debian or Ubuntu layout of the dovecot configuration files in /etc. Dovecot packages must be specified (imapd is installed by default if nothing is specified in pillar). Config file content (where needed) is stored in pillar (see pillar.example).

Config file to pillar mappings:

/etc/dovecot/local.conf in dovecot:config:local

e.g.:

/etc/dovecot/dovecot-ldap.conf.ext in dovecot:config:dovecotext:ldap
/etc/dovecot/conf.d/auth-ldap.conf.ext in dovecot:config:confext:ldap
/etc/dovecot/conf.d/10-ldap.conf in dovecot:config:conf:10-ldap

Any help, suggestions if this works / how this works for other distributions are welcome.

Available states

dovecot

Installs and configures the dovecot package, and ensures that the associated dovecot service is running.

About

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License:Other


Languages

Language:SaltStack 72.1%Language:HTML 27.9%