临时邮箱程序开源免费源码–Forsaken-Mail

作者 : King 本文共1366个字,预计阅读时间需要4分钟 发布时间: 2024-10-4 共15人阅读

ForsakenForsaken-Mail临时邮箱

临时邮箱程序开源免费源码–Forsaken-Mail

Forsaken-Mail是一个可以自动生成临时邮箱账号地址的程序,而且知识兔邮箱地址每次刷新就可以自动更换,网页上直接可以接收邮件。

很多时候还是有这种需求的。

Github:https://github.com/denghongcai/forsaken-mail

demo:http://shared.readmail.net/

临时邮箱程序开源免费源码–Forsaken-Mail

要求:

1.服务器需要开启25端口

2.域名MX记录,记录值@,指向服务器IP地址,优先级设置10

A记录,记录值@,指向服务器IP地址

 

安装方式:

可以参考github上的地址,下面也写一下。

1.NPM安装

1.1安装npm

#Debian/Ubuntu系统curl -sL https://deb.nodesource.com/setup_10.x | bash -apt-get install -y nodejs git screen#Centos系统curl -sL https://rpm.nodesource.com/setup_10.x | bash -yum install nodejs git screen -y

1.2安装Forsaken Mail

git clone https://github.com/denghongcai/forsaken-mail.gitcd forsaken-mail#安装Forsaken Mailnpm install#后台运行Forsaken Mailscreen -S forsakenmailnpm start

最后按Ctrl+A,再按D键返回主界面,然后知识兔打开http//mx.xx.com:3000就可以查看Forsaken Mail邮箱界面了,如果知识兔你打不开界面,可能还需要开启防火墙端口。

2.Docker安装

2.1安装Docker

#CentOS 6rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmyum update -yyum -y install docker-ioservice docker startchkconfig docker on#CentOS 7、Debian、Ubuntucurl -sSL https://get.docker.com/ | shsystemctl start dockersystemctl enable docker

2.2安装Forsaken Mail

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

安装成功后打开http//mx.xx.com:3000即可

 

嫌弃域名加端口访问不方便就看下下面的教程

使用nginx或者apache来做一个反向代理

反代地址http://localhost:3000/

宝塔面板反向代理教程:宝塔面板反向代理配置使用教程

 

下载仅供下载体验和测试学习,不得商用和正当使用。

[ppwp passwords=”zhishitu.cn”]

下载体验

应版权要求,禁止分享,敬请谅解,有问题务必找客服哈。

如何获取解压密码

有问题找客服哈,并领取学习福利!

[/ppwp]

点击下载

小鱼网是一个美好的开源学习社区,学习编程,学习WordPress,下载WordPress插件主题,
小鱼网 » 临时邮箱程序开源免费源码–Forsaken-Mail

常见问题FAQ

发表回复

分享最优质的学习资料

立即查看 了解详情