{"id":21998290,"url":"https://github.com/simonswine/mini_sendmail","last_synced_at":"2026-02-25T19:06:42.183Z","repository":{"id":20306643,"uuid":"23580480","full_name":"simonswine/mini_sendmail","owner":"simonswine","description":"Mini Sendmail fork","archived":false,"fork":false,"pushed_at":"2014-09-02T19:59:27.000Z","size":144,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T22:42:44.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cjprybol/singularity-testing","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonswine.png","metadata":{"files":{"readme":"README","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":"2014-09-02T13:51:54.000Z","updated_at":"2017-06-04T13:07:22.000Z","dependencies_parsed_at":"2022-09-06T20:31:55.204Z","dependency_job_id":null,"html_url":"https://github.com/simonswine/mini_sendmail","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/simonswine/mini_sendmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fmini_sendmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fmini_sendmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fmini_sendmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fmini_sendmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonswine","download_url":"https://codeload.github.com/simonswine/mini_sendmail/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonswine%2Fmini_sendmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281069582,"owners_count":26438657,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-29T22:21:01.838Z","updated_at":"2025-10-26T07:05:51.029Z","avatar_url":"https://github.com/simonswine.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"     mini_sendmail - accept email on behalf of real sendmail\n                   version 1.3.7 of 03jul2014\n\nmini_sendmail reads its standard input up to an end-of-file and\nsends a copy of the message found there to all of the addresses\nlisted.  The message is sent by connecting to a local SMTP server.\nThis means mini_sendmail can be used to send email from inside a\nchroot(2) area.\n\nSee the manual entry for more details.\n\nFiles in this distribution:\n\n    README\t\tthis\n    Makefile\t\tguess\n    mini_sendmail.c\tsource file\n    mini_sendmail.8\tmanual entry\n\nTo build: If you're on a SysV-like machine (which includes old Linux systems\nbut not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS\nline.  Otherwise, just do a make.\n\nAfter it's built, you must test it to make sure your local sendmail\ndaemon is (a) running and (b) accepting local mail for delivery\nelsewhere.  Here's what a successful test run might look like:\n\n    % echo 'Subject: test' | ./mini_sendmail -v jef@mail.acme.com\n    \u003c\u003c\u003c\u003c 220 gate.acme.com ESMTP Sendmail; Thu, 16 Dec 1999 17:17:37 -0800 (PST)\n    \u003e\u003e\u003e\u003e HELO localhost\n    \u003c\u003c\u003c\u003c 250 gate.acme.com Hello localhost [127.0.0.1], pleased to meet you\n    \u003e\u003e\u003e\u003e MAIL FROM:\u003cjef@gate.acme.com\u003e\n    \u003c\u003c\u003c\u003c 250 \u003cjef@gate.acme.com\u003e... Sender ok\n    \u003e\u003e\u003e\u003e RCPT TO:\u003cjef@mail.acme.com\u003e\n    \u003c\u003c\u003c\u003c 250 \u003cjef@mail.acme.com\u003e... Recipient ok\n    \u003e\u003e\u003e\u003e DATA\n    \u003c\u003c\u003c\u003c 354 Enter mail, end with \".\" on a line by itself\n    \u003c\u003c\u003c\u003c 250 RAA58877 Message accepted for delivery\n    \u003e\u003e\u003e\u003e QUIT\n    \u003c\u003c\u003c\u003c 221 gate.acme.com closing connection\n    % \n\nAnd here's an unsuccessful run where there's no local sendmail\ndaemon running:\n\n    % echo 'Subject: test' | ./mini_sendmail -v jef@mail.acme.com\n    ./mini_sendmail: connect: Connection refused\n    % \n\n\nFeedback is welcome - send bug reports, enhancements, checks, money\norders, etc. to the addresses below.\n\n    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonswine%2Fmini_sendmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonswine%2Fmini_sendmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonswine%2Fmini_sendmail/lists"}