我必须承认我是一个邮件服务器菜鸟。然而,今天当我尝试使用 Postfix 从我的虚拟机(出于开发原因)向 gmail 地址发送邮件时,我得到了:
Apr 7 15:44:17 ubuntu postfix/smtp[1792]: 3061D40A0C: to=<xxx@googlemail.com>, relay=gmail-smtp-in.l.google.com[173.194.66.26]:25, delay=0.95, delays=0.02/0/0.38/0.54, dsn=5.7.1, status=bounced (host gmail-smtp-in.l.google.com[173.194.66.26] said: 550-5.7.1 [xx.xxx.xxx.xxx] The IP you're using to send mail is not authorized to 550-5.7.1 send email directly to our servers. Please use the SMTP relay at your 550-5.7.1 service provider instead. Learn more at 550 5.7.1 http://support.google.com/mail/bin/answer.py?answer=10336 bl2si5263213wib.27 (in reply to end of DATA command))
我已经删除了电子邮件地址和我的 IP,所以我没有显示潜在的敏感信息,但除此之外,我一直在阅读我需要添加某个 IP 或 SMTP 服务器,但我似乎无法得到明确的答案从四处寻找。
所以我想知道如何让 Gmail 允许我的 VMed 个人服务器(坐在我的电脑上)向我的 Gmail 帐户发送邮件?
是否有说明如何在 Postfix 中正确设置发件人的文档?
谢谢,