{"id":13705236,"url":"https://github.com/albertito/chasquid","last_synced_at":"2025-05-15T03:04:02.525Z","repository":{"id":40605218,"uuid":"72696598","full_name":"albertito/chasquid","owner":"albertito","description":"SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]","archived":false,"fork":false,"pushed_at":"2025-03-31T08:25:44.000Z","size":1058,"stargazers_count":901,"open_issues_count":8,"forks_count":63,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-04-03T03:44:17.642Z","etag":null,"topics":["email-security","go","go-application","golang","mail","mailserver","mta","server","smtp"],"latest_commit_sha":null,"homepage":"https://blitiri.com.ar/p/chasquid/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albertito.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":"docs/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-03T01:28:05.000Z","updated_at":"2025-04-02T09:02:01.000Z","dependencies_parsed_at":"2023-10-20T16:30:46.884Z","dependency_job_id":"ca3c893b-b796-4b3d-9d70-e9d14320177d","html_url":"https://github.com/albertito/chasquid","commit_stats":{"total_commits":571,"total_committers":6,"mean_commits":95.16666666666667,"dds":"0.021015761821365997","last_synced_commit":"0414af09b446e82854d7d8e4a807acf972f7a86b"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertito%2Fchasquid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertito%2Fchasquid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertito%2Fchasquid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertito%2Fchasquid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertito","download_url":"https://codeload.github.com/albertito/chasquid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166857,"owners_count":21058481,"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":["email-security","go","go-application","golang","mail","mailserver","mta","server","smtp"],"created_at":"2024-08-02T22:00:35.826Z","updated_at":"2025-04-10T06:17:11.947Z","avatar_url":"https://github.com/albertito.png","language":"Go","funding_links":[],"categories":["Go","Sending","Email"],"sub_categories":["SMTP Server","Advanced Console UIs"],"readme":"\n# chasquid\n\n[chasquid](https://blitiri.com.ar/p/chasquid) is an SMTP (email) server with a\nfocus on simplicity, security, and ease of operation.\n\nIt is designed mainly for individuals and small groups.\n\nIt's written in [Go](https://golang.org), and distributed under the\n[Apache license 2.0](http://en.wikipedia.org/wiki/Apache_License).\n\n[![Go tests](https://github.com/albertito/chasquid/actions/workflows/gotests.yml/badge.svg?branch=main)](https://github.com/albertito/chasquid/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/albertito/chasquid)](https://goreportcard.com/report/github.com/albertito/chasquid)\n[![Coverage](https://coveralls.io/repos/github/albertito/chasquid/badge.svg?branch=next)](https://coveralls.io/github/albertito/chasquid?branch=next)  \n[![Docs](https://img.shields.io/badge/docs-reference-blue.svg)](https://blitiri.com.ar/p/chasquid/)\n[![OFTC IRC](https://img.shields.io/badge/chat-oftc-blue.svg)](https://webchat.oftc.net/?channels=%23chasquid)\n\n\n## Features\n\n* Easy\n    * Easy to configure.\n    * Hard to mis-configure in ways that are harmful or insecure (e.g. no open\n      relay, or clear-text authentication).\n    * [Monitoring] HTTP server, with exported variables and tracing to help\n      debugging.\n    * Integrated with [Debian], [Ubuntu], [Arch], and [Alpine].\n    * Supports using [Dovecot] for authentication.\n* Useful\n    * Multiple/virtual domains, with per-domain users and aliases.\n    * Suffix dropping (`user+something@domain` → `user@domain`).\n    * [Hooks] for integration with greylisting, anti-virus, and anti-spam.\n    * International usernames ([SMTPUTF8]) and domain names ([IDNA]).\n* Secure\n    * [Tracking] of per-domain TLS support, prevents connection downgrading.\n    * Multiple TLS certificates.\n    * Easy integration with [Let's Encrypt].\n    * [SPF] and [MTA-STS] checking.\n    * [DKIM] support (signing and verification).\n\n\n[Arch]: https://blitiri.com.ar/p/chasquid/install/#arch\n[Alpine]: https://blitiri.com.ar/p/chasquid/install/#alpine\n[DKIM]: https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail\n[Debian]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu\n[Dovecot]: https://blitiri.com.ar/p/chasquid/dovecot/\n[Hooks]: https://blitiri.com.ar/p/chasquid/hooks/\n[IDNA]: https://en.wikipedia.org/wiki/Internationalized_domain_name\n[Let's Encrypt]: https://letsencrypt.org\n[MTA-STS]: https://tools.ietf.org/html/rfc8461\n[Monitoring]: https://blitiri.com.ar/p/chasquid/monitoring/\n[SMTPUTF8]: https://en.wikipedia.org/wiki/Extended_SMTP#SMTPUTF8\n[SPF]: https://en.wikipedia.org/wiki/Sender_Policy_Framework\n[Tracking]: https://blitiri.com.ar/p/chasquid/sec-levels/\n[Ubuntu]: https://blitiri.com.ar/p/chasquid/install/#debianubuntu\n\n\n## Documentation\n\nThe [how-to guide](https://blitiri.com.ar/p/chasquid/howto/) and the\n[installation guide](https://blitiri.com.ar/p/chasquid/install/) are the\nbest starting points on how to install, configure and run chasquid.\n\nYou will find [all documentation here](https://blitiri.com.ar/p/chasquid/).\n\n\n## Contact\n\nIf you have any questions, comments or patches, please send them to the [mailing\nlist](https://groups.google.com/forum/#!forum/chasquid),\nchasquid@googlegroups.com.  \nTo subscribe, send an email to chasquid+subscribe@googlegroups.com.\n\nSecurity issues can be reported privately to albertito@blitiri.com.ar.\n\nBug reports and pull requests on\n[GitHub](https://github.com/albertito/chasquid) are also welcome.\n\nYou can also reach out via IRC, `#chasquid` on [OFTC](https://oftc.net/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertito%2Fchasquid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertito%2Fchasquid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertito%2Fchasquid/lists"}