TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask YC : Emailing from Amazon EC2 Instance

2 点作者 donna超过 16 年前
Emailing from Amazon EC2 Instance<p>Experiencing long delays between sending email directly from an EC2 instance, using stock Postfix from Amazon FC Core 8 small AMI.<p>Elastic IP should fix the objection about lack of fixed IP address, and our IP address is not on any spam blacklists.<p>Any ideas?<p>Thanks

1 comment

cperciva超过 16 年前
Don't send email directly from an EC2 instance. Even if you have a fixed IP address.<p>It sucks, but if you do send email directly from EC2, you'll run into (a) idiots like godaddy who block all email originating from EC2, and (b) spam filters which check reverse DNS, see that the reverse DNS is basically just the IP address spelled out, and (incorrectly) conclude that it must be a dynamic IP address.<p>Regardless of what problems you're experiencing right now, if you want to avoid problems in the future I recommend paying for an SMTP relay like authsmtp.com (not a personal recommendation -- I've never used them, but lots of people on the AWS EC2 web forum recommend them).
评论 #297116 未加载