{"id":19583809,"url":"https://github.com/bodsch/ansible-dovecot","last_synced_at":"2025-04-27T10:33:09.558Z","repository":{"id":87294534,"uuid":"442133842","full_name":"bodsch/ansible-dovecot","owner":"bodsch","description":"Ansible role to install and configure dovecot on various linux systems.","archived":false,"fork":false,"pushed_at":"2024-08-19T14:51:02.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-20T12:14:12.375Z","etag":null,"topics":["ansible","ansible-role","automation","dovecot","imap","imap-server","mail","mta","pop3"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bodsch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-27T10:59:04.000Z","updated_at":"2024-08-19T14:51:05.000Z","dependencies_parsed_at":"2023-10-24T07:33:45.873Z","dependency_job_id":"95de7eb8-373e-43ee-a5a0-e683fea64731","html_url":"https://github.com/bodsch/ansible-dovecot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-dovecot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-dovecot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-dovecot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodsch%2Fansible-dovecot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodsch","download_url":"https://codeload.github.com/bodsch/ansible-dovecot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069628,"owners_count":17250451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","automation","dovecot","imap","imap-server","mail","mta","pop3"],"created_at":"2024-11-11T07:44:55.474Z","updated_at":"2025-04-27T10:33:09.540Z","avatar_url":"https://github.com/bodsch.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Ansible Role:  `dovecot`\n\nAnsible role to install and configure dovecot on various linux systems.\n\n---\n\n\u003e I am in the process of transferring this role to a [collection](https://github.com/bodsch/ansible-collection-mail) and will therefore no longer process any issues or merge requests here.  \n\u003e However, I will include them in the collection!  \n\u003e **Please be patient until I have completed the work!**\n\n---\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-dovecot/main.yml?branch=main)][ci]\n[![GitHub issues](https://img.shields.io/github/issues/bodsch/ansible-dovecot)][issues]\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bodsch/ansible-dovecot)][releases]\n[![Ansible Downloads](https://img.shields.io/ansible/role/d/bodsch/dovecot?logo=ansible)][galaxy]\n\n[ci]: https://github.com/bodsch/ansible-dovecot/actions\n[issues]: https://github.com/bodsch/ansible-dovecot/issues?q=is%3Aopen+is%3Aissue\n[releases]: https://github.com/bodsch/ansible-dovecot/releases\n[galaxy]: https://galaxy.ansible.com/ui/standalone/roles/bodsch/dovecot/\n\n\n## Requirements \u0026 Dependencies\n\nAnsible Collections\n\n- [bodsch.core](https://github.com/bodsch/ansible-collection-core)\n\n```bash\nansible-galaxy collection install bodsch.core\n```\nor\n```bash\nansible-galaxy collection install --requirements-file collections.yml\n```\n\n### Operating systems\n\nTested on\n\n* Arch Linux\n* Debian based\n    - Debian 11 / 12\n    - Ubuntu 20.04 / 22.04\n\n\u003e **RedHat-based systems are no longer officially supported! May work, but does not have to.**\n\n## configuration\n\n- [/etc/dovecot/conf.d/10-auth.conf](docs/10-auth.md)\n- [/etc/dovecot/conf.d/10-director.conf](docs/10-director.md)\n- [/etc/dovecot/conf.d/10-logging.conf](docs/10-logging.md)\n- [/etc/dovecot/conf.d/10-mail.conf](docs/10-mail.md)\n- [/etc/dovecot/conf.d/10-master.conf](docs/10-master.md)\n- [/etc/dovecot/conf.d/10-ssl.conf](docs/10-ssl.md)\n- [/etc/dovecot/conf.d/10-tcpwrapper.conf](docs/10-tcpwrapper.md)\n- [/etc/dovecot/conf.d/15-lda.conf](docs/15-lda.md)\n- [/etc/dovecot/conf.d/15-mailboxes.conf](docs/15-mailboxes.md)\n- [/etc/dovecot/conf.d/20-imap.conf](docs/20-imap.md)\n- [/etc/dovecot/conf.d/20-lmtp.conf](docs/20-lmtp.md)\n- [/etc/dovecot/conf.d/20-managesieve.conf](docs/20-managesieve.md)\n- [/etc/dovecot/conf.d/20-pop3.conf](docs/20-pop3.md)\n- [/etc/dovecot/conf.d/20-submission.conf](docs/20-submission.md)\n- [/etc/dovecot/conf.d/90-acl.conf](docs/90-acl.md)\n- [/etc/dovecot/conf.d/90-plugin.conf](docs/90-plugin.md)\n- [/etc/dovecot/conf.d/90-quota.conf](docs/90-quota.md)\n- [/etc/dovecot/conf.d/90-sieve.conf](docs/90-sieve.md)\n- [/etc/dovecot/conf.d/90-sieve-extprograms.conf](docs/90-sieve-extprograms.md)\n\n- [/etc/dovecot/conf.d/auth-checkpassword.conf.ext](docs/auth-checkpassword.ext.md)\n- [/etc/dovecot/conf.d/auth-deny.conf.ext](docs/auth-deny.ext.md)\n- [/etc/dovecot/conf.d/auth-dict.conf.ext](docs/auth-dict.ext.md)\n- [/etc/dovecot/conf.d/auth-ldap.conf.ext](docs/auth-ldap.ext.md)\n- [/etc/dovecot/conf.d/auth-master.conf.ext](docs/auth-master.ext.md)\n- [/etc/dovecot/conf.d/auth-passwdfile.conf.ext](docs/auth-passwdfile.ext.md)\n- [/etc/dovecot/conf.d/auth-sql.conf.ext](docs/auth-sql.ext.md)\n- [/etc/dovecot/conf.d/auth-static.conf.ext](docs/auth-static.ext.md)\n- [/etc/dovecot/conf.d/auth-system.conf.ext](docs/auth-system.ext.md)\n- [/etc/dovecot/conf.d/auth-vpopmail.conf.ext](docs/auth-vpopmail.ext.md)\n\n- [/etc/dovecot/dovecot-dict-auth.conf.ext](docs/dovecot-dict-auth.md)\n- [/etc/dovecot/dovecot-dict-sql.conf.ext](docs/dovecot-dict-sql.md)\n- [/etc/dovecot/dovecot-ldap.conf.ext](docs/dovecot-ldap.conf.md)\n- [/etc/dovecot/dovecot-sql.conf.ext](docs/dovecot-sql.conf.md)\n\n\n## Contribution\n\nPlease read [Contribution](CONTRIBUTING.md)\n\n## Development,  Branches (Git Tags)\n\nThe `master` Branch is my *Working Horse* includes the \"latest, hot shit\" and can be complete broken!\n\nIf you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-dovecot/tags)!\n\n\n## Author\n\n- Bodo Schulz\n\n## License\n\n[Apache](LICENSE)\n\n**FREE SOFTWARE, HELL YEAH!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-dovecot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodsch%2Fansible-dovecot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodsch%2Fansible-dovecot/lists"}