{"id":17724696,"url":"https://github.com/igrmk/smtpsplit","last_synced_at":"2025-07-10T01:09:08.674Z","repository":{"id":110678422,"uuid":"269160995","full_name":"igrmk/smtpsplit","owner":"igrmk","description":"SMTP router and splitter","archived":false,"fork":false,"pushed_at":"2021-09-08T15:35:56.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T03:27:09.893Z","etag":null,"topics":["go","router","smtp","splitter"],"latest_commit_sha":null,"homepage":null,"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/igrmk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-03T18:11:37.000Z","updated_at":"2023-06-18T02:46:38.000Z","dependencies_parsed_at":"2023-06-25T23:35:14.164Z","dependency_job_id":null,"html_url":"https://github.com/igrmk/smtpsplit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/igrmk/smtpsplit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fsmtpsplit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fsmtpsplit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fsmtpsplit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fsmtpsplit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrmk","download_url":"https://codeload.github.com/igrmk/smtpsplit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fsmtpsplit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264507298,"owners_count":23619188,"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":["go","router","smtp","splitter"],"created_at":"2024-10-25T15:48:32.444Z","updated_at":"2025-07-10T01:09:08.651Z","avatar_url":"https://github.com/igrmk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"smtpsplit\n=========\n\n[![Build Status](https://travis-ci.org/igrmk/smtpsplit.png)](https://travis-ci.org/igrmk/smtpsplit)\n[![GoReportCard](https://goreportcard.com/badge/igrmk/smtpsplit)](https://goreportcard.com/report/igrmk/smtpsplit)\n\nThis is simple SMTP router and splitter. It is designed for an incoming mail.\nIt routes the incoming traffic depending on a recipient domain.\nFor example you can process several mail subdomains via different SMTP servers on a single machine.\nSTARTTLS is supported for both incoming and outgoing connections.\n\nUsage\n-----\n\n1. Create a configuration file. Here is an example:\n   ```\n   {\n       \"listen_address\": \":25\",\n       \"routes\": {\n           \"xxx.com\": \"localhost:2500\",\n           \"yyy.com\": \"localhost:2600\"\n       }\n   }\n   ```\n\n2. Run `smtpsplit your_config.json`\n\nConfiguration\n-------------\n\n\u003cdl\u003e\n\n\u003cdt\u003elisten_address\u003c/dt\u003e\n\u003cdd\u003ethe address to listen to for incoming emails\u003c/dd\u003e\n\n\u003cdt\u003ehost\u003c/dt\u003e\n\u003cdd\u003ethe host name used to introduce this router\u003c/dd\u003e\n\n\u003cdt\u003etimeout_seconds\u003c/dt\u003e\n\u003cdd\u003ethe timeout for incoming and outgoing emails\u003c/dd\u003e\n\n\u003cdt\u003edebug\u003c/dt\u003e\n\u003cdd\u003edebug mode\u003c/dd\u003e\n\n\u003cdt\u003ecertificate\u003c/dt\u003e\n\u003cdd\u003ethe certificate path for STARTTLS\u003c/dd\u003e\n\n\u003cdt\u003ecertificate_key\u003c/dt\u003e\n\u003cdd\u003ethe certificate key path for STARTTLS\u003c/dd\u003e\n\n\u003cdt\u003eroutes\u003c/dt\u003e\n\u003cdd\u003ea domain to an address map\u003c/dd\u003e\n\n\u003c/dl\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrmk%2Fsmtpsplit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrmk%2Fsmtpsplit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrmk%2Fsmtpsplit/lists"}