{"id":15191711,"url":"https://github.com/ordinary-dev/mta-sts","last_synced_at":"2025-05-15T07:31:29.262Z","repository":{"id":111147323,"uuid":"593282187","full_name":"ordinary-dev/mta-sts","owner":"ordinary-dev","description":"Microservice for generating a page with MTA-STS settings.","archived":false,"fork":false,"pushed_at":"2025-04-13T13:27:04.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T14:31:00.597Z","etag":null,"topics":["docker","email","k8s","microservice","mta-sts"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ordinary-dev.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}},"created_at":"2023-01-25T16:50:47.000Z","updated_at":"2025-04-13T13:27:08.000Z","dependencies_parsed_at":"2024-09-23T18:04:31.009Z","dependency_job_id":null,"html_url":"https://github.com/ordinary-dev/mta-sts","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"390e4c871b6df28341023d5a90e13a8053543af9"},"previous_names":["ordinary-dev/gsts"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fmta-sts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fmta-sts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fmta-sts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ordinary-dev%2Fmta-sts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ordinary-dev","download_url":"https://codeload.github.com/ordinary-dev/mta-sts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254295730,"owners_count":22047127,"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":["docker","email","k8s","microservice","mta-sts"],"created_at":"2024-09-27T21:01:47.029Z","updated_at":"2025-05-15T07:31:29.231Z","avatar_url":"https://github.com/ordinary-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple MTA-STS setup\n\nThis is an overly complicated way to set up MTA-STS. *Or maybe not?*\n\nI wrote this server to make it easy to set up multiple mail servers.\n\n## Configuration\nYou need to set up dns records correctly, otherwise this server will be useless.\nThis container needs to be launched at: mta-sts.your-domain.com.\nAs a result, a file for configuring mta-sts will be available at /.well-known/mta-sts.txt.\nAll configuration is done through environment variables.\n\n## Environment variables\n- `PORT` - the port used by the server, 8080 by default\n- `MTA_STS_MODE` - one of the following values: enforce, testing or none (enforce by default)\n- `MTA_STS_MAX_AGE` - the maximum lifetime of the policy in seconds, default - 604800 (7 days)\n- `MTA_STS_MX` - list of mail servers separated by commas, for example: \"mx1.domain.com,mx2.domain.com\"\n\n## Docker-compose example\n```yml\nservices:\n  mta-sts:\n    image: ghcr.io/ordinary-dev/mta-sts\n    environment:\n      - MTA_STS_MX=mx.domain.com\n```\n\n## Learn more\n- [Article on Dmarcian](https://dmarcian.com/mta-sts/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fordinary-dev%2Fmta-sts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fordinary-dev%2Fmta-sts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fordinary-dev%2Fmta-sts/lists"}