Receiving email with Amazon EC2?

女生的网名这么多〃 提交于 2019-12-10 13:43:51

问题


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?


回答1:


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...




回答2:


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



来源:https://stackoverflow.com/questions/6675767/receiving-email-with-amazon-ec2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!