Maildrop logo

Maildrop

  •  0 ratings
In category: Communication / Email / Mail Transfer Agents

About Maildrop

Disposable email SMTP server, also useful for development.

  •   355  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: 48  
  •   87  
  •   2  
  •  Latest commit: 2022  

Deploy this app to Linode with a free $100 credit!

Languages/Platforms/Technologies:
Lincenses:

More about Maildrop

Maildrop

See Maildrop in action.

Maildrop is an open-source, scalable, high-performance version of Mailinator, a "temporary inbox" that you can give out when you don't want to give out your real e-mail address. Maildrop inboxes are designed to be quick and disposable.

The design goals are to be roughly 90% of the speed of Mailinator, while adding additional functionality and the ability to horizontally scale quickly and easily.

Maildrop uses Haraka for its SMTP server, running inside a Docker container. Currently this container is deployed to Amazon ECS and has an auto-scaling policy to allow it to scale elastically.

The website is written as a React application, allowing for deployment to an S3 bucket or other static host. The backend API uses the Serverless framework to create Lambda functions that automatically scale based on usage.

Maildrop is written mainly in Typescript. Functionality includes:

  • Antispam modules contributed from Heluna for senders and data
  • 90% of all spam attempts rejected
  • Network blacklists
  • IP connection and message subject limiting
  • Reputation-based blocking
  • SPF checking
  • Greylisting
  • Alternate inbox aliases
  • Strip message attachments
  • Message size limits
  • SMTP configuration done in one file
  • Easy-to-modify website, written in React

Requirements

Installation

Install prerequisites

Install Docker, Node/NPM, Redis, and decide on how you will serve your containers. Maildrop uses Amazon ECS.

Clone the repository into a local directory

This will give you four subdirectories, "api" is the serverless API backend, "infrastructure" is a set of terraform scripts to set up your own infrastructure, "smtp" is the mail transfer agent, and "web" is the website.

(Optionally) Create the AWS infrastructure

First, install Terraform. Then go into "infrastructure" and run "terraform apply". This will guide you through creating your infrastructure.

Create the SMTP server

Go into "smtp" and run "docker build -t your-image:latest". This will create a Docker image of the Maildrop SMTP server.

Create the API backend

Go into "api" and run "npm i" then "npm run compile && npm run deploy". This will generate the Lambda functions needed for the website.

Create the web server

Go into "web" and run "npm start". This will create a directory of the Maildrop website.

To build a production website, run "npm run build".

Changelog

Version 3.0 is a complete rewrite.

  • The API is now Lambda functions running through API Gateway, written in Typescript.
  • The infrastructure directory defines all the pieces to run Maildrop, written in Terraform.
  • The SMTP directory has a customized version of Haraka to run inside a Docker container, written in Javascript.
  • The web directory is a React app that can be deployed anywhere.

Comments (0)

Please login to join the discussion on this project.

Maildrop Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

pCloud Lifetime

Popular Projects

FluxBB

in Social Networks and Forums
 33k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 20k    1    1    0  

Libreddit

in Social Networks and Forums
 7k    0    1    0  

CasaOS

in Self-hosting Solutions
 5k    0    0    0  

Dashboard

in Personal Dashboards
 5k    0    0    0  

Audiobookshelf

in Audio Streaming
 5k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 4k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 20k    1    1    0  

Tube Archivist

in Automation
 3k    0    1    0  

OneDev

in Project Management
 2k    0    0    0  

iodine

in Proxy
 2k    0    0    0  

Alf.io

in Booking and Scheduling
 2k    0    0    0  

sysPass

in Password Managers
 1k    0    0    0  

Misskey

in Social Networks and Forums
 2k    0    0    0  
Linux VPS from $11/yr.
RackNerd VPS for $11.38/mo

Top Rated Projects

Gitea

 1 rating
in Project Management

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Pydio

 1 rating
in File Transfer & Synchronization

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Seafile

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

Qmail logo
Qmail cover

Qmail

Secure Sendmail replacement.

Courier MTA logo
Courier MTA cover

Courier MTA

Fast, scalable, enterprise mail/groupware server providing …

Postfix logo
Postfix cover

Postfix

Fast, easy to administer, and secure Sendmail replacement.