Im having a conflict with some other mail servers. Im not sure which is the more accepted practice.
In all our DNS recrods we have sender policy framework:
Now we are having problems with some mail servers that use Callback verification:
From what I can understand is this is a very gay way of doing antispam.. but the end result is we get bounce messages like :
Whats the best practice.. SPF or callout. I have not read any great reviews about callback verification..
In all our DNS recrods we have sender policy framework:
In computing, Sender Policy Framework (SPF) allows software to identify messages that are or are not authorized to use the domain name in the SMTP HELO and MAIL FROM (Return-Path) commands, based on information published in a sender policy of the domain owner. Forged return paths are common in e-mail spam and result in backscatter. SPF is defined in RFC 4408.
Now we are having problems with some mail servers that use Callback verification:
Callback verification, also known as callout verification, is a technique used by SMTP software in order to validate e-mail addresses. The most common target of verification is the sender address from the message envelope (the address specified during the SMTP dialogue as "MAIL FROM"). It is mostly used as an anti-spam measure.
From what I can understand is this is a very gay way of doing antispam.. but the end result is we get bounce messages like :
[email protected]
SMTP error from remote mailer after RCPT TO:
<[email protected]>:
host smtp.isdsl.net [196.26.208.200]: 550-Verification failed for <[email protected]>
550-Previous (cached) callout verification failure
550 Sender verify failed
Whats the best practice.. SPF or callout. I have not read any great reviews about callback verification..