{"id":15103567,"url":"https://github.com/cirrax/puppet-postfixadmin","last_synced_at":"2026-02-02T20:43:38.471Z","repository":{"id":54799796,"uuid":"120681066","full_name":"cirrax/puppet-postfixadmin","owner":"cirrax","description":"Puppet module to configure postfixadmi","archived":false,"fork":false,"pushed_at":"2024-12-07T20:31:03.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-16T00:56:11.289Z","etag":null,"topics":["postfix","postfixadmin","puppet","puppet-forge","puppet-postfixadmin"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/cirrax/postfixadmin","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cirrax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-07T22:41:58.000Z","updated_at":"2024-12-07T20:29:59.000Z","dependencies_parsed_at":"2022-08-14T03:10:59.255Z","dependency_job_id":null,"html_url":"https://github.com/cirrax/puppet-postfixadmin","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-postfixadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-postfixadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-postfixadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirrax%2Fpuppet-postfixadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirrax","download_url":"https://codeload.github.com/cirrax/puppet-postfixadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230052706,"owners_count":18165415,"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":["postfix","postfixadmin","puppet","puppet-forge","puppet-postfixadmin"],"created_at":"2024-09-25T19:40:32.027Z","updated_at":"2026-02-02T20:43:38.466Z","avatar_url":"https://github.com/cirrax.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postfixadmin puppet module\n\n\n#### Table of Contents\n\n1. [Overview](#overview)\n1. [Usage - Configuration options and additional functionality](#usage)\n\n\n## Overview\n\nThis module is used to configure postfixadmin.\n\nIt assumes, you are using hiera to configure.\n\n## Usage\n\nJust include the postfixadmin class and add some hiera definitions....\n\nDetails about the configuration possibilities are documented in the classes or in\nthe [REFERENCE](https://github.com/cirrax/puppet-postfixadmin/blob/master/REFERENCE.md) file.\n\n### Remark for Debian bullseye (11)\nDebian bullseye (11) does not ship a package for postfixadmin. You need to backport the version from testing and\nmake it available to install.\n\n### Examples\nsome example hiera configs to configure postfixadmin:\n\n````\n---\n\npostfixadmin::db::dbtype: 'mysqli'\npostfixadmin::db::dbpass: 'adminpostfix'\n\npostfixadmin::vhost::servername: 'postfixadmin.example.com'\n\n# we do not want ssl ;(\npostfixadmin::vhost::ssl: false\npostfixadmin::vhost::port: '80'\npostfixadmin::vhost::docroot: '/usr/share/postfixadmin/public'\n\npostfixadmin::ensure_database: true\npostfixadmin::ensure_vhost: true\npostfixadmin::ensure_postfix_queries: true\npostfixadmin::admins:\n  admin@example.com:\n    admin: 'admin@example.com'\n    password: 'P0stf1x'\n    # must include two digits\n    superadmin: true\n    #send_mail: true\n    # does not work out of the box, needs a mailer installed\n\npostfixadmin::domains:\n  example.com:\n    domain: 'example.com'\n\napache::mpm_module: 'prefork'\n# needed by apache\n\n````\n\n## Manage domains using cli\n\nusing postfixadmin::cli::create_admin\n\nusing postfixadmin::cli::create_domain\n\nusing postfixadmin::cli::create_aliasdomain\n\nyou can create admins, domains and aliasdomains using puppet.\n\n## Contributing\n\nPlease report bugs and feature request using GitHub issue tracker.\n\nFor pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint\nand the available spec tests  in order to follow the recommended Puppet style guidelines\nfrom the Puppet Labs style guide.\n\n### Authors\n\nThis module is mainly written by [Cirrax GmbH](https://cirrax.com).\n\nSee the [list of contributors](https://github.com/cirrax/puppet-postfixadmin/graphs/contributors)\nfor a list of all contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirrax%2Fpuppet-postfixadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirrax%2Fpuppet-postfixadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirrax%2Fpuppet-postfixadmin/lists"}