https://github.com/saltstack-formulas/dovecot-formula
https://github.com/saltstack-formulas/dovecot-formula
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saltstack-formulas/dovecot-formula
- Owner: saltstack-formulas
- License: other
- Created: 2014-08-04T15:38:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T20:01:11.000Z (10 months ago)
- Last Synced: 2025-07-20T17:21:45.235Z (7 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 44.9 KB
- Stars: 6
- Watchers: 37
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
===============
dovecot-formula
===============
A salt formula that installs and configures the dovecot IMAP server. It currently supports an Arch, Debian/Ubuntu, Gentoo or
Red Hat styled layout of the dovecot configuration files in /etc.
Config file content (where needed) is stored in pillar (see pillar.example).
Config file to pillar mappings:
===============================
.. code::
/etc/dovecot/local.conf in dovecot:config:local
e.g.:
.. code::
/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
/etc/dovecot/auth.d/example.tld.passwd in dovecot:config:passwd_files:example.tld
.. note::
Any help, suggestions if this works / how this works for other distributions are welcome.
Available states
================
.. contents::
:local:
``dovecot``
------------
Installs and configures the dovecot package, and ensures that the associated dovecot service is running.