{"id":20811312,"url":"https://github.com/express42/postfix","last_synced_at":"2025-03-12T04:43:31.204Z","repository":{"id":6132897,"uuid":"7361308","full_name":"express42/postfix","owner":"express42","description":"Express 42 postfix cookbook","archived":false,"fork":false,"pushed_at":"2015-09-22T17:59:47.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-01-18T14:46:43.224Z","etag":null,"topics":["chef","cookbooks"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/express42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-29T00:11:54.000Z","updated_at":"2019-06-13T11:57:54.000Z","dependencies_parsed_at":"2022-07-05T20:33:33.932Z","dependency_job_id":null,"html_url":"https://github.com/express42/postfix","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fpostfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fpostfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fpostfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fpostfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/express42","download_url":"https://codeload.github.com/express42/postfix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158972,"owners_count":20245669,"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":["chef","cookbooks"],"created_at":"2024-11-17T20:40:04.943Z","updated_at":"2025-03-12T04:43:31.181Z","avatar_url":"https://github.com/express42.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nInstalls and configures postfix and DKIM. Provides LWRPs for managing multiple instances.\n\n# Requirements\n\n## Platform:\n\n* Ubuntu\n\n# Attributes\n\n* `node['postfix']['options']['myhostname']` -  Defaults to `\"node['fqdn']\"`.\n* `node['postfix']['options']['mydomain']` -  Defaults to `\"node['domain']\"`.\n* `node['postfix']['options']['myorigin']` -  Defaults to `\"$myhostname\"`.\n* `node['postfix']['options']['mydestination']` -  Defaults to `\"\\#{fqdn}, \\#{node['hostname']}, localhost.localdomain, localhost\"`.\n* `node['postfix']['options']['mynetworks']` -  Defaults to `\"127.0.0.0/8\"`.\n* `node['postfix']['options']['inet_interfaces']` -  Defaults to `\"loopback-only\"`.\n* `node['postfix']['options']['inet_protocols']` -  Defaults to `\"ipv4\"`.\n* `node['postfix']['options']['smtp_use_tls']` -  Defaults to `\"yes\"`.\n* `node['postfix']['options']['smtpd_use_tls']` -  Defaults to `\"yes\"`.\n* `node['postfix']['options']['smtpd_tls_cert_file']` -  Defaults to `\"/etc/ssl/certs/ssl-cert-snakeoil.pem\"`.\n* `node['postfix']['options']['smtpd_tls_key_file']` -  Defaults to `\"/etc/ssl/private/ssl-cert-snakeoil.key\"`.\n* `node['postfix']['options']['smtpd_tls_session_cache_database']` -  Defaults to `\"btree:${queue_directory}/cache/smtpd_scache\"`.\n* `node['postfix']['options']['smtp_tls_session_cache_database']` -  Defaults to `\"btree:${queue_directory}/cache/smtp_scache\"`.\n* `node['postfix']['options']['smtp_sasl_auth_enable']` -  Defaults to `\"no\"`.\n* `node['postfix']['options']['alias_maps']` -  Defaults to `\"hash:/etc/aliases\"`.\n* `node['postfix']['options']['alias_database']` -  Defaults to `\"hash:/etc/aliases\"`.\n* `node['postfix']['master_options']['smtpd_port']` -  Defaults to `\"smtp\"`.\n* `node['postfix']['dkim']['databag']` -  Defaults to `\"postfix-dkim\"`.\n* `node['postfix']['dkim']['signingtable']` -  Defaults to `\"/etc/opendkim/signingtable\"`.\n* `node['postfix']['dkim']['keytable']` -  Defaults to `\"/etc/opendkim/keytable\"`.\n* `node['postfix']['dkim']['internalhosts']` -  Defaults to `\"/etc/opendkim/internalhosts\"`.\n* `node['postfix']['dkim']['user']` -  Defaults to `\"opendkim\"`.\n* `node['postfix']['dkim']['options']['SysLog']` -  Defaults to `\"yes\"`.\n* `node['postfix']['dkim']['options']['Umask']` -  Defaults to `\"002\"`.\n* `node['postfix']['dkim']['options']['Mode']` -  Defaults to `\"s\"`.\n* `node['postfix']['dkim']['options']['UserID']` -  Defaults to `\"opendkim:opendkim\"`.\n* `node['postfix']['dkim']['options']['Socket']` -  Defaults to `\"inet:8891@localhost\"`.\n* `node['postfix']['dkim']['options']['Canonicalization']` -  Defaults to `\"relaxed/simple\"`.\n* `node['postfix']['dkim']['options']['KeyTable']` -  Defaults to `\"refile:\\#{node['postfix']['dkim']['keytable']}\"`.\n* `node['postfix']['dkim']['options']['SigningTable']` -  Defaults to `\"refile:\\#{node['postfix']['dkim']['signingtable']}\"`.\n* `node['postfix']['dkim']['options']['InternalHosts']` -  Defaults to `\"refile:\\#{node['postfix']['dkim']['internalhosts']}\"`.\n* `node['postfix']['dkim']['options']['PidFile']` -  Defaults to `\"/var/run/opendkim/opendkim.pid\"`.\n\n# Recipes\n\n* postfix::default - Do nothing.\n* postfix::default_server - Installs and configures default postfix instance.\n\n# Resources\n\n* [postfix](#postfix)\n* [postfix_dkim](#postfix_dkim)\n\n## postfix\n\n### Actions\n\n- create:  Default action.\n\n### Attribute Parameters\n\n- name:\n- cookbook:  Defaults to \u003ccode\u003e\"postfix\"\u003c/code\u003e.\n- options:  Defaults to \u003ccode\u003e{}\u003c/code\u003e.\n- master_options:  Defaults to \u003ccode\u003e{}\u003c/code\u003e.\n\n## postfix_dkim\n\n### Actions\n\n- setup:  Default action.\n\n### Attribute Parameters\n\n- name:\n- cookbook:  Defaults to \u003ccode\u003e\"postfix\"\u003c/code\u003e.\n- configuration:  Defaults to \u003ccode\u003e{}\u003c/code\u003e.\n- keys:  Defaults to \u003ccode\u003e{}\u003c/code\u003e.\n- signers:  Defaults to \u003ccode\u003e{}\u003c/code\u003e.\n- internalhosts:  Defaults to \u003ccode\u003e[]\u003c/code\u003e.\n\n# Usage\n\nSee fixture cookbook in `tests/fixtures/cookbooks`.\n\n\n# License and Maintainer\n\nMaintainer:: LLC Express 42 (\u003ccookbooks@express42.com\u003e)\n\nLicense:: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress42%2Fpostfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpress42%2Fpostfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress42%2Fpostfix/lists"}