Giter Site home page Giter Site logo

email-api's Introduction

邮箱接口系统

将收到和发送的邮件存到数据库, 本系统使用自定义域名邮箱发送和接收。 主要是开放接口给自己的程序使用。

域名解析

TXT
_dmarc
v=DMARC1; p=none; pct=100; rua=mailto:[email protected]
MX
@
domain.com

关闭其他邮件

//查看状态
systemctl list-unit-files | grep post
//关闭
systemctl disable --now postfix.service

无法监听

//提高nodejs权限
sudo setcap 'cap_net_bind_service=+ep' /usr/bin/node

//关闭其他占用进程
sudo kill -9 `sudo lsof -t -i:25`

//添加防火墙
firewall-cmd --zone=public --add-port=2525/tcp --permanent

//重启防火墙
systemctl restart firewalld.service

//查看打开端口
firewall-cmd --zone=public --list-ports

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.