Logo
Explore Help
Sign In
engineering/ansible_role_mail
1
0
Fork 0
You've already forked ansible_role_mail
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
dfd5d899053afb744b4470b9b1dd538164659c2b
ansible_role_mail/templates/10-ssl.conf.j2

7 lines
160 B
Plaintext
Raw Normal View History

feat: add support for Dovecot IMAP/POP3 configuration Introduces functionality to install and configure Dovecot alongside Postfix to provide IMAP/POP3 services. Changes include: - Added tasks to install Dovecot packages (core, imapd, pop3d, lmtpd). - Added templates for main configuration and conf.d files (auth, master, ssl, mail). - Defined default variables for protocols, SSL settings, and Maildir location. - Enabled Postfix SASL and LMTP integration options. - Added a handler to restart the Dovecot service. - Updated README.md with the new configuration variables and usage instructions.
2026-02-10 17:24:59 -03:00
# Dovecot SSL configuration
# Ansible managed: {{ ansible_managed }}
ssl = {{ dovecot_ssl }}
ssl_cert = {{ dovecot_ssl_cert }}
ssl_key = {{ dovecot_ssl_key }}
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API