 |
Klarade millennium-buggen
|
|
Reg.datum: Oct 2005
Inlägg: 3 102
|
|
Klarade millennium-buggen
Reg.datum: Oct 2005
Inlägg: 3 102
|
Kan denna spf stämma: på domänen getwebs .org ?
"v=spf1 a:smtp a:smtp2 mx:getwebs.org include:getwebs.org ~all"
The SPF record:
v=spf1 a:smtp a:smtp2 mx:getwebs.org include:getwebs.org ~all
can be explained as:
v=spf1 This identifies the TXT record as an SPF string.
a:smtp smtp is also allowed to send mail from getwebs.org.
a:smtp2 smtp2 is also allowed to send mail from getwebs.org.
mx:getwebs.org The MX servers for getwebs.org are allowed to send mail from getwebs.org.
include:getwebs.org Any server allowed to send mail from getwebs.org is also allowed to send mail from getwebs.org.
~all SPF queries that do not match any other mechanism will return "softfail".
Messages that are not sent from an approved server should still be accepted but may be subjected to greater scrutiny.
Senast redigerad av Danielos den 2009-12-10 klockan 10:17
|