how to check if spf record is set

Paul Procacci pprocacci at datapipe.com
Mon Jun 2 23:23:52 UTC 2008


RW wrote:
> On Mon, 02 Jun 2008 16:34:47 -0500
> Paul Schmehl <pschmehl_lists at tx.rr.com> wrote:
>
>   
>> --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov
>> <yuri.pankov at gmail.com> wrote:
>>     
>
>   
>>> SPF uses TXT record, so a simple `host -t txt yourdomain.com`
>>> should do the trick.
>>>
>>>       
>
>   
>> Or "#dig -t TXT domain.tld" will do the same thing.
>>
>>     
>
> or just: 
>
> dig  domain.tld txt
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>   
or if you have djbdns installed:

dnsq txt host nameserver

</silly>

Cheers,
~Paul


More information about the freebsd-questions mailing list