{"id":28723309,"url":"https://github.com/mysociety/puppet-dovecot","last_synced_at":"2025-07-26T12:43:59.790Z","repository":{"id":136547091,"uuid":"86692161","full_name":"mysociety/puppet-dovecot","owner":"mysociety","description":"Simple puppet module for managing Dovecot","archived":false,"fork":false,"pushed_at":"2025-05-06T12:55:20.000Z","size":36,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T09:13:37.661Z","etag":null,"topics":["dovecot","puppet"],"latest_commit_sha":null,"homepage":"https://github.com/mysociety/puppet-dovecot","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mysociety.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2017-03-30T10:54:12.000Z","updated_at":"2025-05-06T12:54:24.000Z","dependencies_parsed_at":"2025-05-06T13:40:08.448Z","dependency_job_id":null,"html_url":"https://github.com/mysociety/puppet-dovecot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mysociety/puppet-dovecot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Fpuppet-dovecot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Fpuppet-dovecot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Fpuppet-dovecot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Fpuppet-dovecot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mysociety","download_url":"https://codeload.github.com/mysociety/puppet-dovecot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mysociety%2Fpuppet-dovecot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267168782,"owners_count":24046709,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dovecot","puppet"],"created_at":"2025-06-15T09:13:19.481Z","updated_at":"2025-07-26T12:43:59.765Z","avatar_url":"https://github.com/mysociety.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dovecot\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with dovecot](#setup)\n    * [What dovecot affects](#what-dovecot-affects)\n    * [Beginning with dovecot](#beginning-with-dovecot)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nThis is a simple module to install and manage a secure Dovecot-based POP3 service.\n\nThis module requires at least Dovecot 2.3.13.\n\nCurrently tested on Debian 11 and 12.\n\n## Module Description\n\nThis module installs, configures and manages a secure dovecot based POP3 service.\n\nIt only managed the files required, all others are left as the installer deploys them.\n\nDefault settings require TLSv2+ and disables all non-ECC DH cliphers, obviating the need\nto use a Diffie-Helman paramters file and the `ssl_dh` option.\n\n## Setup\n\n### What dovecot affects\n\n* Installs dovecot-pop3d\n* Manages dovecot.conf and 10-ssl.conf\n* Manages the dovecot service\n\n### Beginning with dovecot\n\n```\ninclude ::dovecot\n```\n\n## Usage\n\nThere's a single entry point via the `dovecot` class through which configuration\noverrides can be passed.\n\n```\nclass { '::dovecot':\n  ssl_cert =\u003e '\u003c/etc/ssl/certs/mail.crt',\n  ssl_key  =\u003e '\u003c/etc/ssl/private/mail.key',\n}\n```\n\n## Reference\n\nThis really is a very simple module using the install -\u003e config ~\u003e service model.\n\nSee the comments in `init.pp` for a list of parameters and defaults.\n\n## Limitations\n\nCurrently this module only configures some very basic settings that are relevant \nto our usage.\n\nWe may add further features as we need them.\n\n## Development\n\nPull requests welcomed and considered.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysociety%2Fpuppet-dovecot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmysociety%2Fpuppet-dovecot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmysociety%2Fpuppet-dovecot/lists"}