开发者

Receiving email with Amazon EC2?

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. D开发者_JAVA百科o I need to install Postfix to receive email?


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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜