GithubHelp home page GithubHelp logo

lcpo / chasquid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from albertito/chasquid

0.0 2.0 0.0 395 KB

[mirror] SMTP (email) server

License: Other

Makefile 0.49% Go 86.87% Shell 8.65% Python 3.99%

chasquid's Introduction

chasquid

chasquid is an SMTP (email) server.

It aims to be easy to configure and maintain for a small mail server, at the expense of flexibility and functionality.

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

Build Status Go Report Card Coverage Status GoDoc

Features

  • Easy to configure.
  • Hard to mis-configure in ways that are harmful or insecure (e.g. no open relay, or clear-text authentication).
  • Tracking of per-domain TLS support, prevents connection downgrading.
  • International usernames (SMTPUTF8) and domain names (IDNA).
  • Hooks for easy integration with greylisting, anti-virus and anti-spam.
  • Multiple domains, with per-domain user database and aliases.
  • Multiple TLS certificates.
  • Suffix dropping (user+something@domain โ†’ user@domain).
  • Easy integration with Let's Encrypt.
  • SPF checking.
  • Monitoring HTTP server, with exported variables and tracing to help debugging.
  • Supports using Dovecot for authentication (experimental).

The following are intentionally not implemented:

  • Custom email routing.
  • DKIM/DMARC checking (although the post-data hook can be used for it).

Status

chasquid is in beta.

It's functional and has had some production exposure, but some things may still change in backwards-incompatible way, including the configuration format. It should be rare and will be avoided if possible.

You can subscribe to the mailing list to get notifications of such changes, which are also documented in the UPGRADING file.

Documentation

Check out the how-to or the installation guide for more details on how to install and configure chasquid.

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 browse the archives.

chasquid's People

Contributors

albertito avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.