我无法使用我的设置发送邮件。
服务器1 – example.com +直接pipe理IP: 111.111.111.111 ,默认域名(由托pipe公司提供: vps11111.company.com
服务器2 – dev.example.com ,IP: 222.222.222.222 ,默认域名(由托pipe公司提供: vps222222.company2.com
Jira实例在dev.example.com运行,我正在发送一封邀请邮件,以[email protected]身份login到[email protected]
SMTP error from remote mail server after RCPT TO:<[email protected]>: host mx.poczta.onet.pl [213.180.147.146]: 554 5.7.1 <[email protected]>: Recipient address rejected: Spf check: fail
testing
Return-path: <[email protected]> Received: from dfault.return.serv2.dns ([222.222.222.222] helo=vps222222.company.com) by vps11111.company.com with esmtpa (Exim 4.82) (envelope-from <[email protected]>) id 1aILXy-00044d-K9 for [email protected]; Sun, 10 Jan 2016 20:21:02 +0100
我已经将example.com的Direct Admin上的TXTlogging设置为dev.example.com "v=spf1 a mx ip4:222.222.222.222 ~all"
邮件,smtp和pop的logging留给[email protected] (jira设置为使用[email protected]地址)。
dev.example.com。,ftp和www的logging设置为222.222.222.222。
我很困惑所有这些设置(我第一次),并会感谢任何帮助。
问题是电子邮件发送与信封发件人设置为您的Gmail地址。 这意味着正在检查的SPFlogging是gmail.com的logging,而不是您自己域的logging。
您需要修改您的设置,以便您使用自己的地址作为发件人,或通过使用Google帐户login,通过谷歌服务器发送电子邮件。