Re: Assistance with SPF Records for BIND

2012-02-20 Thread Sten Carlsen
On 20/02/12 3:00, Noel Butler wrote: > On Sun, 2012-02-19 at 17:00 +0100, ml wrote: > >> fakessh.eu descriptive text "spf2.0/pra ip4:46.105.34.177 >> ip4:91.121.7.86 ?all" > > >> fakessh.eu descriptive text "v=spf1 ip4:46.105.34.177 ip4:91.121.7.86 >> ?all" >> > > Why did you bother with the

Re: Assistance with SPF Records for BIND

2012-02-19 Thread Noel Butler
On Sun, 2012-02-19 at 17:00 +0100, ml wrote: > > fakessh.eu descriptive text "spf2.0/pra ip4:46.105.34.177 > ip4:91.121.7.86 ?all" > fakessh.eu descriptive text "v=spf1 ip4:46.105.34.177 ip4:91.121.7.86 > ?all" > Why did you bother with the record at all? "Question mark" indicat

Re: Assistance with SPF Records for BIND

2012-02-19 Thread ml
to simply is better my TXT record ~]$ host -t txt fakessh.eu 8.8.8.8 Using domain server: Name: 8.8.8.8 Address: 8.8.8.8#53 Aliases: fakessh.eu descriptive text "spf2.0/pra ip4:46.105.34.177 ip4:91.121.7.86 ?all" fakessh.eu descriptive text "spf2.0/mfrom ip4:46.105.34.177 ip4:91.121.7.86 ~all"

Re: Assistance with SPF Records for BIND

2012-02-18 Thread Noel Butler
On Sat, 2012-02-18 at 12:34 -0500, Jonathan Vomacka wrote: > If someone uses a mobile device to send e-mail? Would ~all be better? I Teach them to use smtp authentication using submission (port 587 stuff) and it doesn't matter where they come from, so long as your MTA is configured correctly of

Re: Assistance with SPF Records for BIND

2012-02-18 Thread Noel Butler
On Sat, 2012-02-18 at 11:51 -0500, Jonathan Vomacka wrote: > BIND Community Support, > > I am inquiring about how to setup a proper SPF record? I know there are > SPF wizards/generators available but each seem to have a different > "opinion" of what should be included and what should not be inc

Re: Assistance with SPF Records for BIND

2012-02-18 Thread Sten Carlsen
Well, there are two parts of this: 1 - make a decision which servers are allowed to send mail on your behalf - this is entirely up to you. This is expressed in terms of server names, IP addresses etc. You may decide that ONLY servers may send mail or that other servers are allowed to also send ma

Re: Assistance with SPF Records for BIND

2012-02-18 Thread Jonathan Vomacka
If someone uses a mobile device to send e-mail? Would ~all be better? I also generated the following SPF using a wizard. Let me know if this looks correct: teamwarfare.com. IN TXT "v=spf1 a mx a:mail.teamwarfare.com a:mail2.teamwarfare.com ip4:66.90.73.80 ip4:216.250.250.148 ~all" I wouldn't

Re: Assistance with SPF Records for BIND

2012-02-18 Thread Sten Carlsen
Hi I suggest to use the wizards or look in the RFC: http://www.ietf.org/rfc/rfc4408.txt On 18/02/12 17:51, Jonathan Vomacka wrote: > BIND Community Support, > > I am inquiring about how to setup a proper SPF record? I know there > are SPF wizards/generators available but each seem to have a dif