leafee98-blog/content/essays/deploy-a-mail-server.md

15 lines
557 B
Markdown
Raw Normal View History

---
title: "建立一个邮箱服务器"
date: 2021-01-12T20:14:46+08:00
tags: []
categories: []
weight: 50
show_comments: true
draft: false
---
关于 SMTP , 默认端口 25 , 后有加密端口 587 , 至于 465 则是未定为但同时也有一定使用比例的端口.
关于发送邮件的超时问题, 可能是 VPS 提供商禁用了从 25 端口目标为且目标为 25 端口的网络连接.
[https://www.tecmint.com/install-postfix-mail-server-with-webmail-in-debian/](https://www.tecmint.com/install-postfix-mail-server-with-webmail-in-debian/)