2011-01-27 18 views
8

Ho diversi di Google Apps per i vostri clienti di dominio ciascuno con un record SPF come:[email protected] - Funziona?

Nome host:
@

TXT dati:
v=spf1 include:_spf.google.com ~all

Molti di questi sono stati setup per mesi, per non parlare del tipico periodo di aggiornamento del DNS a 48 ore. Quando si inviano e-mail a:

[email protected]

torno PASS su SPF, da tutti i domini. Eppure - per l'invio di e-mail a:

[email protected]

ottengo un errore di recapito della posta nel modo seguente:

Delivery to the following recipient failed permanently: 

    [email protected] 

Technical details of permanent failure: 

Google tried to deliver your message, but it was rejected by the recipient domain. 
We recommend contacting the other email provider for further information about the 
cause of this error. The error that the other server returned was: 550 550 5.7.1 
<[email protected]>: Recipient address rejected: SPF Tests: Mail-From 
Result="pass": Mail From="[email protected]" HELO name="mail-yi0-f45.google.com" 
HELO Result="none" Remote IP="209.85.218.45" (state 14). 

----- Original message ----- 

Received: by 10.150.204.10 with SMTP id b10mr1415096ybg.340.1296170820591; 
Thu, 27 Jan 2011 15:27:00 -0800 (PST) 
MIME-Version: 1.0 
Received: by 10.151.51.18 with HTTP; Thu, 27 Jan 2011 15:26:40 -0800 (PST) 
From: Chris Moschini <[email protected]> 
Date: Thu, 27 Jan 2011 15:26:40 -0800 
Message-ID: <[email protected]> 
Subject: Test4 
To: [email protected] 
Content-Type: multipart/alternative; boundary=000e0cd2e71a546250049adc49bb 

risposta

10

In base alla progettazione, viene restituito un errore durante l'invio di e-mail a SPF [email protected] Il messaggio di errore è ciò che contiene il risultato se il test ha funzionato o meno. Mail-From Result = "pass": indica che il test ha superato SPF durante l'invio della posta. Vedi i documenti completi su tutto questo qui: http://www.openspf.org/Tools

+3

Grazie. L'invio di un messaggio di errore per il successo sembrava troppo contro-intuitivo per essere corretto ... strano design. –