Re: how to check if spf record is set

2008-06-03 Thread Zbigniew Szalbot

Hello,

Fraser Tweedale:


On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote:
--On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] 
wrote:


 Zbigniew Szalbot wrote:
 Hello,

 Pardon my lack of knowledge but how can one check if SPF record is
 correctly set using standard UNIX tools?
 dig? host?

 $ man dig |grep spf
 $ man host |grep spf

 yield nothing. Many thanks!


 SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the
 trick.


 HTH,
 Yuri
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Or #dig -t TXT domain.tld will do the same thing.

--
Paul Schmehl
As if it wasn't already obvious,
my opinions are my own and not
those of my employer.



You don't even need the -t flag.  `dig TXT host` will do the trick... and let's 
not forget about the newer, dedicated SPF record type; to query that, use `dig 
SPF host`.



Big thank you to everyone who has responded!

At least now I know that the domain's SPF record is not set correctly, 
contrary to what the admin told me.


$ dig TXT slowo.pl
;; ANSWER SECTION:
slowo.pl.   16802   IN  TXT Slowo Dnia

I appreciate your help! Thanks!

--
Zbigniew Szalbot
www.lc-words.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to check if spf record is set

2008-06-02 Thread Zbigniew Szalbot

Hello,

Pardon my lack of knowledge but how can one check if SPF record is 
correctly set using standard UNIX tools?

dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!

--
Zbigniew Szalbot
www.lc-words.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Yuri Pankov

Zbigniew Szalbot wrote:

Hello,

Pardon my lack of knowledge but how can one check if SPF record is 
correctly set using standard UNIX tools?

dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!



SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do 
the trick.



HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Paul Schmehl
--On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] 
wrote:



Zbigniew Szalbot wrote:

Hello,

Pardon my lack of knowledge but how can one check if SPF record is
correctly set using standard UNIX tools?
dig? host?

$ man dig |grep spf
$ man host |grep spf

yield nothing. Many thanks!



SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the
trick.


HTH,
Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



Or #dig -t TXT domain.tld will do the same thing.

--
Paul Schmehl
As if it wasn't already obvious,
my opinions are my own and not
those of my employer.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread RW
On Mon, 02 Jun 2008 16:34:47 -0500
Paul Schmehl [EMAIL PROTECTED] wrote:

 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov
 [EMAIL PROTECTED] 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to check if spf record is set

2008-06-02 Thread Fraser Tweedale
On Mon, Jun 02, 2008 at 04:34:47PM -0500, Paul Schmehl wrote:
 --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] 
 wrote:
 
  Zbigniew Szalbot wrote:
  Hello,
 
  Pardon my lack of knowledge but how can one check if SPF record is
  correctly set using standard UNIX tools?
  dig? host?
 
  $ man dig |grep spf
  $ man host |grep spf
 
  yield nothing. Many thanks!
 
 
  SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the
  trick.
 
 
  HTH,
  Yuri
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Or #dig -t TXT domain.tld will do the same thing.
 
 -- 
 Paul Schmehl
 As if it wasn't already obvious,
 my opinions are my own and not
 those of my employer.
 

You don't even need the -t flag.  `dig TXT host` will do the trick... and let's 
not forget about the newer, dedicated SPF record type; to query that, use `dig 
SPF host`.

frase


pgpn0v23mLGaP.pgp
Description: PGP signature


Re: how to check if spf record is set

2008-06-02 Thread Paul Procacci

RW wrote:

On Mon, 02 Jun 2008 16:34:47 -0500
Paul Schmehl [EMAIL PROTECTED] wrote:

  

--On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov
[EMAIL PROTECTED] 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  

or if you have djbdns installed:

dnsq txt host nameserver

/silly

Cheers,
~Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]