嗨,我有一个由谷歌托pipe的“计算引擎”。 当我尝试通过Postfix发送电子邮件时,它不起作用。 错误日志说: postfix / smtp [16416]:16C5820035:to = <[email protected]>,relay = none,delay = 60,delay = 0.15 / 0.02 / 60/0,dsn = 4.4.1,status = deferred(连接到alt2 .gmail-smtp-in.l.google.com [2404:6800:4003:c01 :: 1b]:25:networking无法访问) 当我尝试ping主机名或它的IP地址,它工作正常。 这是一种错误configuration? 问候,克里斯
我,米使用自己的域名(谷歌应用程序的Gmail)为我的项目。 现在我想添加外部邮件服务器来为用户发送通知。 Gmail不提供DKIM的私钥,并且如果在外部邮件服务器上生成密钥,则在严格规则的情况下,来自gmail的所有邮件都将被拒绝。 如何在这种情况下使用SPF + DKIM + DMARC来防止邮件欺骗?
我有一个SPFlogging: v=spf1 include:_spf.google.com ip4:70.xx.xx.xx -all 我曾经从谷歌的默认 v=spf1 include:_spf.google.com ~all 为了防止伊朗的一些垃圾邮件发送者继续发送信息,我们一直在摆脱这种默认,努力防止伊朗的垃圾邮件发送者在发送虚假地址时,用下面的消息向我反馈: Received-SPF:neutral(google.com:2.191.xx.xx既不被允许也不被[[email protected]]的域的最佳猜测logging所拒绝)client-ip = 2.191.xx.xx ; 这个消息意味着有一种拒绝垃圾邮件发送者的IP的方法,但是我没有find它,所以我最终不确定。 有小费吗? 我希望这个垃圾邮件发送者直接或间接地被我的SPF拒绝。 更新:添加完整的,不变的消息我试图对(下面) Delivered-To: [email protected] Received: by 10.28.62.13 with SMTP id l13csp432424wma; Sat, 22 Oct 2016 05:10:20 -0700 (PDT) X-Received: by 10.99.104.196 with SMTP id d187mr9004304pgc.26.1477158220522; Sat, 22 Oct 2016 05:10:20 -0700 (PDT) Return-Path: <> Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com. [2607:f8b0:400e:c00::241]) […]
我有一个使用PHPMailer库发送电子邮件的PHP脚本。 当我使用PHP命令在SSH中运行脚本时,它完美地发送电子邮件。 但是,当同一个脚本的请求来自浏览器时,它是失败的,并给出以下错误。 2016-12-17 19:41:24 SMTP ERROR: Failed to connect to server: (0) 2016-12-17 19:41:24 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting error 我不确定是什么导致它不适用于浏览器请求。 我的脚本在AWS上,我正在使用谷歌商业电子邮件。 以下是我的代码片段。 require_once 'PHPMailer-master/PHPMailerAutoload.php'; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth = true; $mail->IsHTML(true); $mail->CharSet = "text/html; charset=UTF-8;"; $mail->SMTPDebug = 2; $mail->SMTPSecure = 'ssl'; $mail->Host = "smtp.gmail.com"; $mail->Port = 465; $mail->Username = "google email address"; […]
我得到一个DKIM: FAIL with domain null GMail中的DKIM: FAIL with domain null错误。 当我在GMail中查看原文时,我得到了dkim=fail [email protected]; 。 在我的DNS中,我有以下TXTlogging: DMARC TXT条目: _dmarc v=DMARC1;p=reject;sp=reject;rf=afrf;pct=100;ruf=mailto:[email protected];rua=mailto:[email protected];ri=86400 SPF TXT条目: example.com v=spf1 +a +mx +ip4:70.xxx.xxx.xxx +ip4:71.xxx.xxx.xxx +ip4:72.xxx.xxx.xxx ~all DKIM TXT条目: _default._domainkey v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo/HYr74H9Ty6HjTpjawYIfiDa7kOPx+0GJiw4rw7IYkfvrfrLojmGLuS4lg3NbIqYmLg9Ziz77q9vVT15ftrFB1+lTz6+Ei19b6AM8FGCJoDWRHRwB+YN0InJaFs/kPfy1SktqQI8TntPNfH2+tTOUrIT1gi8fjwSnfSkUsbNuSpIp3XrAU6pYzEjXF2h1A3UMFV+7+jLRzEvunj2YCsJ3vaifTihat+Nsw7eP5L2iAzW8b0joP3z6k/UkhUa7/35oNC4Xn1dY532irsBunMJz9QsBxIaNpepiZZkTxfglsq2RP4FWGZbiVFRDDcvsnpi4kFx3eAQtAoo+szLA70FQIDAQAB 我通过https://www.mail-tester.com/spf-dkim-check和http://dkimcore.org/tools/keycheck.htmltesting了我的logging,并且全部检出。 公钥是2048位。 我读了GMail与较小的钥匙失败的DKIM。 我也用http://unlocktheinbox.com进行了testing,并在DKIMvalidation检查中说: Signature Found: Yes SmarterMail DKIM Test: Failed – Bad Signature MailBee.NET DKIM Test: Failed – SignatureInvalid GMail似乎没有任何问题与我的SPF和DMARC。 […]
我想在家里设置我的RAID服务器,使用Gmail的SMTP和我的谷歌应用程序的电子邮件提醒我,如果有任何问题。 我build立了ssmtp,这里是我的configuration: # Config file for sSMTP sendmail # # The person who gets all mail for userids < 1000 # Make this empty to disable rewriting. [email protected] # The place where the mail goes. The actual machine name is required no # MX records are consulted. Commonly mailhosts are named mail.domain.com mailhub=smtp.gmail.com:587 # Where […]
我想从Google应用切换到Gmail来处理我的电子邮件。 我有一些内部程序发送电子邮件给我像cronjobs,logwatch和php应用程序。 有没有办法让内部程序发送电子邮件。 电子邮件将从Gmail发送到帐户。 我将closures系统中所有传入的电子邮件端口,并且只打开传出端口。
我正在使用运行CentOS 5的HostGator VPS。我只有shell访问(无控制面板)。 我应该更改我的MXlogging并添加一个CNAMElogging进行validation。 我该怎么办? 我知道通过某种控制面板会很容易,但我真的没有提供。 提前致谢。 编辑:首先: http : //www.howtoforge.com/bind-installation-on-centos然后,编辑/var/named/yourdomain.com.zone添加适当的MXlogging。 kthxbai
我刚刚删除了我的域名上的所有CNAMElogging。 现在mail.mydomainname.com指向一个无效的地址。 然后,我添加了别名mail的CNAMElogging,并将其指向ghs.google.com,作为google提供的指示。 但实际上http://ghs.google.com指向谷歌无效的地址。 我记得我有一个名为googlexxxxxxxx的CNAMElogging,其中xxxxxxxx就像一个validation码。 那么我在哪里可以findxxxxxxxx?
我有约3年的Gmail帐户,它有超过10,000条消息,我今天安装Outlook,我试图使用IMAPfunction(我启用它之前的几年)它的问题非常缓慢。 有什么我能做的吗? 谷歌应用程序和托pipe的交易所之间的不一致是什么?