{"id":20040441,"url":"https://github.com/postalserver/blackhole","last_synced_at":"2026-05-13T04:04:45.912Z","repository":{"id":228221917,"uuid":"773439927","full_name":"postalserver/blackhole","owner":"postalserver","description":"⚫️ A simple server to accept HTTP and SMTP requests and discard them","archived":false,"fork":false,"pushed_at":"2024-03-17T18:10:27.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:15:54.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postalserver.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}},"created_at":"2024-03-17T17:05:12.000Z","updated_at":"2024-05-18T10:24:52.000Z","dependencies_parsed_at":"2024-03-17T18:20:17.335Z","dependency_job_id":"43fd46fc-f475-4fa6-80bd-e7319097264d","html_url":"https://github.com/postalserver/blackhole","commit_stats":null,"previous_names":["postalserver/blackhole"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postalserver%2Fblackhole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postalserver%2Fblackhole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postalserver%2Fblackhole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postalserver%2Fblackhole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postalserver","download_url":"https://codeload.github.com/postalserver/blackhole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470359,"owners_count":19968041,"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":"2024-11-13T10:42:15.936Z","updated_at":"2026-05-13T04:04:45.865Z","avatar_url":"https://github.com/postalserver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackhole\n\nThis is a very simple web \u0026 SMTP server which will respond to all requests sent to it and log the output to stdout. This is designed for testing some Postal interactions with live SMTP and HTTP servers.\n\n## Usage\n\nStart the server with the following:\n\n```\ndocker run --pull always \\\n           -p 80:8080 \\\n           -p 25:2525 \\\n           ghcr.io/postalserver/blackhole:latest\n```\n\n### SMTP\n\nYou can send email to various addresses to illicit different responses:\n\n* `accept@` - message will be accepted with a 250 \n* `softfail@` - message will be rejected with a 450 (\"Mailbox unavailable at the moment\")\n* `later@` - message will be rejected with a 450 (\"Try again in 250 seconds\")\n* `hardfail@` - message will be rejected with a 550 (\"Invalid recipient address\") after receiving data\n* `anything-else@` - message will be rejected with a 550 (\"Invalid recipient address\") afer `RCPT TO`\n\n### HTTP\n\nThe following URLs are available. \n\n* `/200` or `/ok` - returns a 200 OK\n* `/403` or `/forbidden` - returns a 403 Forbidden\n* `/500` or `/internal-server-error` - returns a 500 Internal Server Error\n* All other URLs will return a 404 Not Found\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostalserver%2Fblackhole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostalserver%2Fblackhole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostalserver%2Fblackhole/lists"}