使用 Amazon EC2 接收电子邮件?

发布于 2024-11-23 16:07:48 字数 96 浏览 1 评论 0原文

我使用 EC2 服务器发送电子邮件没有遇到任何问题,但如何检查发送给我的电子邮件?我有弹性 IP 设置并修改了反向 DNS 记录。我需要安装 Postfix 才能接收电子邮件吗?

I have no trouble sending out email with my EC2 server, but how can I check the email that is sent to me? I have an elastic IP setup and modified reverse DNS records. Do I need to install Postfix to receive email?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

猫烠⑼条掵仅有一顆心 2024-11-30 16:07:48

确保端口 25 在您的服务器上处于活动状态并打开。在您的实例上安装 SMTP 服务...postfix 非常好。

如果您想接收来自世界各地的电子邮件,请确保您还设置了一些 MX 记录...

Ensure that port 25 is active and open on your server. Install an SMTP service on your instance ...postfix is mighty fine.

Ensure you have also set up some MX records if you want to receive email from the world...

顾北清歌寒 2024-11-30 16:07:48

我想要做的第一件事是测试是否可以打开到服务器上端口 25 的 telnet 连接。然后您就知道是否有任何东西正在侦听传入的邮件。

如果没有,那么您可能应该安装 postfix 并测试您的防火墙设置(我似乎记得 EC2 有某种防火墙设置,允许在 Web 界面中允许哪些端口)

编辑:正确的端口号

I suppose the first thing to do is testing if you can open a telnet connection to port 25 on your server. Then you know if anything is listening for incoming mail.

If not, then you should probably install postfix as well as test your firewall settings (I seem to recall the EC2 having some sort of firewall setting for which ports to allow in the web interface)

edit: correct port number

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文