All Projects → denghongcai → Forsaken Mail

denghongcai / Forsaken Mail

Licence: gpl-2.0
a self-hosted disposable mail service

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Forsaken Mail

Pwndrop
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Stars: ✭ 878 (-9.86%)
Mutual labels:  self-hosted
Awesome Tunneling
List of ngrok alternatives and other ngrok-like tunneling software and services. Focus on self-hosting.
Stars: ✭ 946 (-2.87%)
Mutual labels:  self-hosted
Pytlas
An open-source 🤖💬 Python 3 assistant library built for people and made to be super easy to setup and understand
Stars: ✭ 34 (-96.51%)
Mutual labels:  self-hosted
Bloom
The simplest way to de-Google your life and business: Inbox, Calendar, Files, Contacts & much more
Stars: ✭ 934 (-4.11%)
Mutual labels:  self-hosted
Digital Currency
Create your own Digital Currency with this self-hosted Web App. Check out the Demo website
Stars: ✭ 30 (-96.92%)
Mutual labels:  self-hosted
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (-0.72%)
Mutual labels:  self-hosted
Astuto
A free, open source, self-hosted customer feedback tool 🦊
Stars: ✭ 860 (-11.7%)
Mutual labels:  self-hosted
Cve Api
Unofficial api for cve.mitre.org
Stars: ✭ 36 (-96.3%)
Mutual labels:  self-hosted
Lite Reader
self-hosted Lightweight News Reader
Stars: ✭ 30 (-96.92%)
Mutual labels:  self-hosted
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-96.51%)
Mutual labels:  self-hosted
Go Isso
a commenting server similar to Disqus - rewrite isso with golang
Stars: ✭ 28 (-97.13%)
Mutual labels:  self-hosted
Sendria
Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, that is designed to catch any email you or your application is sending, and display it in a web interface instead of sending to real world.
Stars: ✭ 30 (-96.92%)
Mutual labels:  mail
Zdoo
CRM& Chat& Collaboration system/tool written in PHP, Free Upgrade Forever!​
Stars: ✭ 33 (-96.61%)
Mutual labels:  self-hosted
Jong
🐍 💡 JOplin Notes Generator - project replaced by https://github.com/foxmask/yeoboseyo
Stars: ✭ 15 (-98.46%)
Mutual labels:  self-hosted
Opentorrentsite
A modern torrent site template that is easy to setup with an intuitive GUI. Currently in development.
Stars: ✭ 34 (-96.51%)
Mutual labels:  self-hosted
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+733.16%)
Mutual labels:  mail
Dhtsearch
[mirror] Standalone DHT search
Stars: ✭ 32 (-96.71%)
Mutual labels:  self-hosted
Photomanager
Self hosted Google Photos alternative
Stars: ✭ 36 (-96.3%)
Mutual labels:  self-hosted
Exoframe
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker
Stars: ✭ 972 (-0.21%)
Mutual labels:  self-hosted
Donate
Cryptocurrency donation daemon
Stars: ✭ 34 (-96.51%)
Mutual labels:  self-hosted

Forsaken-Mail

A self-hosted disposable mail service.

Online Demo

Installation

Setting up your DNS correctly

In order to receive emails, your smtp server address should be made available somewhere. Two records should be added to your DNS records. Let us pretend that we want to receive emails at *@subdomain.domain.com:

  • First an MX record: subdomain.domain.com MX 10 mxsubdomain.domain.com. This means that the mail server for addresses like *@subdomain.domain.com will be mxsubdomain.domain.com.
  • Then an A record: mxsubdomain.domain.com A the.ip.address.of.your.mailin.server. This tells at which ip address the mail server can be found.

You can use an smtp server tester to verify that everything is correct.

Let's Go

general way:

npm install && npm start

if you want to run this inside a docker container

docker build -t denghongcai/forsaken-mail .
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail

Open your browser and type in

http://localhost:3000

Enjoy!

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