All Projects → albertito → Chasquid

albertito / Chasquid

Licence: other
SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Chasquid

James Project
Emails at the heart of your business logic!
Stars: ✭ 485 (+13.58%)
Mutual labels:  mail, smtp, server
Hedwig
Send email to any SMTP server like a boss, in Swift and cross-platform
Stars: ✭ 1,096 (+156.67%)
Mutual labels:  mail, smtp, server
Mailcatcher
Catches mail and serves it through a dream.
Stars: ✭ 5,512 (+1190.87%)
Mutual labels:  mail, smtp, server
Mailinabox
Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
Stars: ✭ 10,649 (+2393.91%)
Mutual labels:  mail, smtp, server
Go Smtp
📤 An SMTP client & server library written in Go
Stars: ✭ 655 (+53.4%)
Mutual labels:  mail, smtp, server
Tmail
Golang SMTP server
Stars: ✭ 251 (-41.22%)
Mutual labels:  mail, smtp, server
Mailcow Dockerized
mailcow: dockerized - 🐮 + 🐋 = 💕
Stars: ✭ 4,573 (+970.96%)
Mutual labels:  mail, smtp
fs2-mail
asynchronous library for sending and receiving mail via fs2._
Stars: ✭ 39 (-90.87%)
Mutual labels:  mail, smtp
go-mail
📨 Simple email interface across multiple service providers (ses, postmark, mandrill, smtp)
Stars: ✭ 39 (-90.87%)
Mutual labels:  mail, smtp
Mail
基于 Net.Mail 封装的发送邮件工具类。仅需一行代码,发送邮件。支持自定义邮件发出邮箱、发出方名字等。 支持SSL加密发送。 多个接收人、抄送人。支持群发独显。 支持添加附件、多个附件。 目前大部分主流邮箱全支持。
Stars: ✭ 87 (-79.63%)
Mutual labels:  mail, smtp
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-95.08%)
Mutual labels:  mail, smtp
mailgrab
Simple and easy to use catch-all SMTP mail server and debugging tool
Stars: ✭ 92 (-78.45%)
Mutual labels:  mail, smtp
go-simple-mail
Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
Stars: ✭ 298 (-30.21%)
Mutual labels:  mail, smtp
skirnir
Skirnir Email Server
Stars: ✭ 31 (-92.74%)
Mutual labels:  mail, smtp
wp-smtp
Simple package for handling WordPress SMTP with .env when using the Roots stack.
Stars: ✭ 31 (-92.74%)
Mutual labels:  mail, smtp
vertx-mail-client
No description or website provided.
Stars: ✭ 30 (-92.97%)
Mutual labels:  mail, smtp
postal
✉️ A fully featured open source mail delivery platform for incoming & outgoing e-mail
Stars: ✭ 12,134 (+2741.69%)
Mutual labels:  mail, smtp
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-93.91%)
Mutual labels:  mail, smtp
ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-81.73%)
Mutual labels:  mail, smtp
mailcat
Fake SMTP server that prints emails to stdout
Stars: ✭ 39 (-90.87%)
Mutual labels:  mail, smtp

chasquid

chasquid is an SMTP (email) server with a focus on simplicity, security, and ease of operation.

It is designed mainly for individuals and small groups.

It's written in Go, and distributed under the Apache license 2.0.

Gitlab CI status Cirrus-CI Status Go Report Card Coverage
Docs Freenode

Features

  • Easy
    • Easy to configure.
    • Hard to mis-configure in ways that are harmful or insecure (e.g. no open relay, or clear-text authentication).
    • Monitoring HTTP server, with exported variables and tracing to help debugging.
    • Integrated with Debian, Ubuntu, and Arch.
    • Supports using Dovecot for authentication.
  • Useful
  • Secure
    • Tracking of per-domain TLS support, prevents connection downgrading.
    • Multiple TLS certificates.
    • Easy integration with Let's Encrypt.
    • SPF and MTA-STS checking.

Documentation

The how-to guide and the installation guide are the best starting points on how to install, configure and run chasquid.

You will find all documentation here.

Contact

If you have any questions, comments or patches please send them to the mailing list, [email protected].

To subscribe, send an email to [email protected].

You can also reach out via IRC, #chasquid on freenode.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].