All Projects → Excision-Mail → Excision-Mail

Excision-Mail / Excision-Mail

Licence: ISC License
Fullstack, security focused mailserver based on OpenSMTPD for OpenBSD using ansible

Programming Languages

Jinja
831 projects
shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to Excision-Mail

Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+7413.89%)
Mutual labels:  letsencrypt, ssl, ldap, mail, imap, smtp, dovecot, mailserver
Mailcow Dockerized
mailcow: dockerized - 🐮 + 🐋 = 💕
Stars: ✭ 4,573 (+4134.26%)
Mutual labels:  mail, imap, clamav, smtp, dovecot, mailserver, rspamd
Mailu
Insular email distribution - mail server as Docker images
Stars: ✭ 3,151 (+2817.59%)
Mutual labels:  letsencrypt, mail, imap, smtp, pop3, mailserver
docker-mail-server
Ansible playbooks to deploy a full featured mail server stack using Docker.
Stars: ✭ 47 (-56.48%)
Mutual labels:  letsencrypt, clamav, dovecot, mailserver, rspamd
mailserver
Simple and full-featured mail server using Docker
Stars: ✭ 88 (-18.52%)
Mutual labels:  letsencrypt, clamav, dovecot, mailserver, rspamd
enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (-27.78%)
Mutual labels:  mail, imap, smtp, pop3
imail
small mail server
Stars: ✭ 88 (-18.52%)
Mutual labels:  mail, imap, smtp, pop3
dokku-posteio
Poste.io plugin for Dokku
Stars: ✭ 27 (-75%)
Mutual labels:  ssl, imap, smtp, pop3
skirnir
Skirnir Email Server
Stars: ✭ 31 (-71.3%)
Mutual labels:  mail, imap, smtp, mailserver
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+2069.44%)
Mutual labels:  mail, imap, smtp, pop3
openbsd-server-setup
A collection of scripts to ease bootstrapping of a new OpenBSD server. Includes nginx with SSL, mail with DKIM, WireGuard and IKEv2 VPN setup.
Stars: ✭ 33 (-69.44%)
Mutual labels:  ssl, openbsd, dovecot, opensmtpd
smtplib-bruteforce
bruteforcing gmail (TLS/SSL)
Stars: ✭ 26 (-75.93%)
Mutual labels:  ssl, 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 (-27.78%)
Mutual labels:  mail, imap, smtp
Mailozaurr
Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and probably some other ways to interact with Email. Underneath it uses MimeKit and MailKit libraries written by Jeffrey Stedfast.
Stars: ✭ 107 (-0.93%)
Mutual labels:  imap, smtp, pop3
squirrelmail
🌰️🐿️ SquirrelMail GitHub Repository (PHP 7-OK!)
Stars: ✭ 42 (-61.11%)
Mutual labels:  imap, smtp, pop3
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+61.11%)
Mutual labels:  letsencrypt, ssl, ldap
ldap-mail-schema
a collection of LDAP mail schemas
Stars: ✭ 36 (-66.67%)
Mutual labels:  ldap, dovecot, mailserver
fapro
Fake Protocol Server
Stars: ✭ 1,338 (+1138.89%)
Mutual labels:  imap, smtp, pop3
mailad
Software to provision a mail server with users from a Windows or Samba 4 Active Directory
Stars: ✭ 21 (-80.56%)
Mutual labels:  mail, dovecot, mailserver
Twisted
Event-driven networking engine written in Python.
Stars: ✭ 4,442 (+4012.96%)
Mutual labels:  ssl, imap, smtp

Excision Mail

ansible-lint shellcheck release license issues contributions welcome support

Fullstack, security focused mailserver based on OpenSMTPD for OpenBSD using ansible

Installation

Go through the installation overview on the website: https://excision.bsd.ac/install/

Functionality highlights

Full featured email server with modern encryption standards enforced

  • All connections are TLS enforced, including pop3s, imaps, smtps.
    • smtp and sieve are STARTTLS with enforced TLS escalation.
    • Insecure versions of pop3 and imap are disabled for additional security.
  • OpenPGP and GnuPG Web Key Service and Web Key Directory support for automatic publishing of public keys in a multi-domain server setting.
    • Server only contains public keys of user, so encrypted emails can only be decrypted by the user.
  • mta-sts for fully encrypted email transfer channels.
  • Email subsystem separate from base operating system and managed by non-privileged account.
    • Useful in case of a compromised user account.
  • Spam classification and automatic learning using Rspamd.
  • Multi-domain support for handling emails sent to more than one domain.
  • Server side filtering support and filter management using managesieve.
  • Mozilla auto-configuration for thunderbird and other opensource clients.

Flexible server and user management system

  • Daily report for system stats and email stats for server status checks.
  • Email stored in maildir format for easy server side management.
  • Support for aliases using pseudo accounts in both sending and receiving emails.
  • User management scripts for adding users and aliases.
  • Automatic management and tag support for user+tag@... in both sending and receiving emails.
    • Option to change separating tag to non-default options, such as ., - or _ for additional privacy.
  • Automatic management of TLS certificates from Lets Encrypt.
    • HSTS enabled on httpd for enforcing secure connections.

Optional email features

  • Optional hidden Authoritative DNS server using knot for a stealth master configuration using secondary DNS providers.
    • Handles complex DNS setup for publicizing all encryption options to senders.
    • Automatic configuration of DNSSEC,DKIM, SPF, DMARC, SSHFP, CAA and other records.
  • Optional spamd(8) set up for highly effecient spam deferral and false email rejection.
  • Optional antivirus using Clamav for additional security of users on Windows systems.

Architecture Goals

Excision Mail aims to use as much of the base OpenBSD system and as few dependancies from ports as possible for maximum security.

Base system

  • OpenSMTPD
    The default OpenBSD mail transfer agent. Highly secure, fast and efficient.
  • acme-client(1)
    Automatic certificate management for the system domains.

Ports

  • Rspamd
    Efficient and configurable spam classifier.
  • knot
    Make an autoritative nameserver for your domain.
  • Dovecot
    Secure imaps, pop3s and sieve server to allow access from clients outside the server.
  • ClamAV
    Open source antivirus tools to check email attachments.
  • GnuPG
    Make a Web Key Service and Web Key Directory using gpg-wks-server.
  • nginx
    Hosting websites for mta-sts and publishing public keys.

Design goals

  • Be replicable and stable to build and upgrade.
    There should be no differences between upgrading a previous install and starting an install from scratch, if using the same configurations for both pathways.

  • Be well documented. Every part of the setup should be clear and explained.

Excision Mail tries to follow OpenBSD philosophy of being well documented and explaining all the choices that have been made.
If it does not have good documentation, then it is still buggy

Requirements

OpenBSD 6.6 (may run on -current, but it will not be prioritized)
System requirements (good for about 50 users)

  • 1 core
  • 1GB RAM
  • 2GB Swap

Contact and support

The primary mode of contact for reporting bugs and getting support is through GitHub.
Excision Mail has a matrix channel #excision-mail.

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].