后缀:550在这个位置没有这样的域名

我试图在Linux服务器上configurationPostfix来发送出站邮件。 我遵循空客户端教程和我的Postfix设置根据该教程设置。

电子邮件永远不会被发送。 我正试图发送到一个Gmail地址。 继电器显示mail.mydomain.com,然后显示我的邮件MXlogging。 该Gmail帐户是有效的。

有人可以告诉我什么可能需要改变我的configuration。 如果需要更多细节,请告诉我。

我所关心的错误信息是:
postfix/smtp[16925]: 2536E5B8A: to=<[email protected]>, relay=mail.domain.com[xx.xx.xx.xx]:25, delay=0.32, delays=0.04/0.01/0.12/0.15, dsn=5.0.=5.0.0, status=bounced (host mail.domain.com[xx.xx.xx.xx] said: 550 No such domain at this location (in reply to RCPT TO command))

所有的错误信息的完整性:
postfix/pickup[16383]: 2536E5B8A: uid=33 from=<www-data>
postfix/cleanup[16923]: 2536E5B8A: message-id=<20130321235015.2536E5B8A@removed>
postfix/qmgr[16384]: 2536E5B8A: from=<[email protected]>, size=426, nrcpt=1 (queue active)
postfix/smtp[16925]: 2536E5B8A: to=<[email protected]>, relay=mail.domain.com[xx.xx.xx.xx]:25, delay=0.32, delays=0.04/0.01/0.12/0.15, dsn=5.0.=5.0.0, status=bounced (host mail.domain.com[xx.xx.xx.xx] said: 550 No such domain at this location (in reply to RCPT TO command))
postfix/cleanup[16923]: 7763F5B8C: message-id=<20130321235015.7763F5B8C@removed>
postfix/qmgr[16384]: 7763F5B8C: from=<>, size=2505, nrcpt=1 (queue active)
postfix/bounce[16926]: 2536E5B8A: sender non-delivery notification: 7763F5B8C
postfix/qmgr[16384]: 2536E5B8A: removed
postfix/smtp[16925]: 7763F5B8C: to=<[email protected]>, relay=mail.domain.com[xx.xx.xx.xx]:25, delay=0.26, delays=0.01/0/0.09/0.16, dsn=5.0.0, status=bounced (host mail.domain.com[xx.xx.xx.xx] said: 550 No such user ([email protected]) (in reply to RCPT TO command))
postfix/qmgr[16384]: 7763F5B8C: removed

看起来:
您的主机上的Postfix尝试使用mail.domain.com作为智能/中继主机
mail.domain.com拒绝转播

这可能意味着:
您configuration了错误的智能/中继主机
主机需要SMTP AUTH进行中继