Giter Club home page Giter Club logo

forsaken-mail's Introduction

Forsaken-Mail

即收即毁的临时邮件服务

在线演示

步骤

域名解析

为了接收电子邮件,您的smtp服务器地址应该在某处可用。两个记录应该添加到您的DNS记录中。假设我们想在*@subdomain.domain.com```:*接收电子邮件,首先是MX记录:```subdomain.domain.com MX 10 mxsubdomain.domain.com```。这意味着像*@subdomain.domain.com这样的地址的邮件服务器将是mxsubdomain.domain.com.*然后是A记录:``mxsubdomain.domain.com是.your.mailin.server的.ip.address。这会告诉您可以在哪个ip地址找到邮件服务器。

您可以启动Mailin(请参阅下一节)并使用[smtp服务器测试](http://mxtoolbox.com/diagnostic.aspx)验证所有内容是否正确。

开始

部署文章:https://51.ruyo.net/3210.html

npm install && npm start

或利用pm2 启动本项目

pm2 start start.json

或Docker启动

docker pull malaohu/forsaken-mail
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 malaohu/forsaken-mail

愉快的使用吧! http://ip:3000

配置

config.js 支持黑名单, 支持拒收某域名的邮件

forsaken-mail's People

Contributors

denghongcai avatar malaohu 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.