{"id":27958044,"url":"https://github.com/ericsson/puppet-module-postfix","last_synced_at":"2025-05-07T18:16:03.156Z","repository":{"id":11658839,"uuid":"14166779","full_name":"Ericsson/puppet-module-postfix","owner":"Ericsson","description":"Puppet Module to manage Postfix for mail relaying","archived":false,"fork":false,"pushed_at":"2025-02-21T14:32:56.000Z","size":372,"stargazers_count":0,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T18:15:56.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/Ericsson.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2013-11-06T08:17:39.000Z","updated_at":"2025-02-21T14:30:58.000Z","dependencies_parsed_at":"2024-04-15T23:06:19.853Z","dependency_job_id":"4c870530-2b0d-47a4-b81a-21b77522e637","html_url":"https://github.com/Ericsson/puppet-module-postfix","commit_stats":null,"previous_names":["ericsson/puppet-module-postfix"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-postfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-postfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-postfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-postfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/puppet-module-postfix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931507,"owners_count":21827112,"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":[],"created_at":"2025-05-07T18:16:02.428Z","updated_at":"2025-05-07T18:16:03.130Z","avatar_url":"https://github.com/Ericsson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-module-postfix #\n===\n\nPuppet Module to manage Postfix for mail relaying\n\nThe module installs and configures Postfix MTA to relay local mail to a relayhost.\n\n# Compatability #\n\nSee metadata.json for compatibility information.\n\n# Version history #\n\nFuture releases will be documented in CHANGELOG.md.\n\nChange log for older versions below:\n* 3.0.1 2023-06-27 Add support for SLES 15.5\n* 3.0.0 2023-06-09 Rename/align virtual aliases related parameter names:\n                     - $virtual_aliases          becomes $virtual_alias_maps\n                     - $virtual_aliases_external becomes $virtual_alias_maps_external\n                     - $virtual_custom           becomes $virtual_alias_custom\n                     - $virtual_db_type          becomes $virtual_alias_db_type\n                   Convert $main_custom to use a hash to allow easier hiera merging\n                   Convert templates to ERP format, use one template for all maps\n                   Drop support for strings for array type parameters\n                   Add support for more Postfix parameters\n                   Add support for new SLED/SLES 12 and 15\n                   Add support for Ubuntu 22.10\n                   Use iteration for map file creation\n* 2.3.1 2023-01-27 Fix Suse default values\n* 2.3.0 2023-01-03 Add support for AlmaLinux 8/9 \u0026 Rocky 8/9\n                   Move module default data into hiera data\n                   Add acceptance tests\n* 2.2.0 2022-11-17 Allow arrays for main_mynetworks\n* 2.1.1 2022-06-30 Upgrade to PDK 2.5.0\n* 2.1.0 2022-05-10 Support CentOS 9 / RedHat 9 / buntu 22.04\n                   add $custom parameter to allow free text parameters in main.cf\n* 2.0.0 2022-05-03 Upgrade to Puppet 7 \u0026 PDK 2.49\n                   Move from TravisCI to GitHub actions for testing\n                   Move documentation into manifest (Puppet Strings)\n* 1.6.5 2021-02-12 Restore support for Suse variant SLED\n* 1.6.4 2020-08-13 add support for Ubuntu 20.04\n* 1.6.3 2019-11-01 add support for SLES 15\n* 1.6.2 2019-10-09 fix daemon directory for SLES 12.3, remove ruby 1.8.7 spec tests\n* 1.6.1 2019-01-08 add support for Ubuntu 18.04\n* 1.6.0 2018-12-11 add support for Ubuntu 16.04\n* 1.5.2 2018-10-29 Support Puppet 6\n* 1.5.1 2018-09-26 Support Puppet 5\n* 1.5.0 2016-09-12 add parameters for main.cf: mydomain, smtpd_helo_required, smtpd_helo_restrictions, smtpd_recipient_restrictions and smtpd_tls_mandatory_protocols\n* 1.4.0 2016-09-12 add parameters for main.cf: mydomain, smtpd_helo_required, smtpd_helo_restrictions, smtpd_recipient_restrictions and smtpd_tls_mandatory_protocols\n* 1.3.1 2015-11-03 add possibility to specify TLS cert for smtpd, refactor spec tests\n* 1.3.0 2015-08-26 add support for basic SSL/TLS configuration\n* 1.2.1 2015-08-03 support newer versions of Puppet v3 as well as the future parser and Puppet v4\n* 1.2.0 2015-06-10 add ability to configure transport maps\n* 1.1.0 2015-04-14 add support for mailbox_command and relay_domains\n* 1.0.2 2015-02-12 fix broken metadata.json\n* 1.0.1 2015-02-11 deprecate type() as preparation for Puppet v4. Needs stdlib \u003e= 4.2 now\n* 1.0.0 2014-11-25 initial 1.0.0 release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-postfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericsson%2Fpuppet-module-postfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-postfix/lists"}