Re: Need help with SPF record

2014-05-12 Thread Eric Shubert

I can help with that. You can contact me off list.

--
-Eric 'shubes'

On 05/09/2014 03:44 PM, techli...@phpcoderusa.com wrote:


I need to find a DNS and SPF expert to help work through an SPF issue.
(willing to pay) The data center owner says one thing and the newsletter
management company says another.

I have an SPF configured. Newsletter folk keep saying it is wrong but
will not say why they think so.  Data center owner says it is correct.
Looking to hire an expert to help resolve this issue.






On 2014-05-09 15:39, Gilbert T. Gutierrez, Jr. wrote:

SPF records.

They can be listed as TXT records or SPF records An example with BIND

TXT v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 ~all
SPF v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 ~all

Some servers request a txt record, other a spf record. The above
record says the mail server mailsvr.abc.com and all ips in the blocks
6.7.8.0/24 and 3.4.5.0/24 are permitted senders. The ~all allows for a
soft fail.

What do you need the SPF record to say?

Gilbert

On 5/9/2014 1:54 PM, techli...@phpcoderusa.com wrote:


Thank you for your feedback, however I am not sure what you are
telling me.

On 2014-05-09 13:17, Mike Ballon wrote:

I probably won't check email again today or even tomorrow, all I can
really over is how to obtain the info since I'm not sure what the
issue is.

$ dig @8.8.8.8 [2] apple.com [3] txt

;  DiG 9.8.3-P1  @8.8.8.8 [2] apple.com [3] txt

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 47739

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;apple.com [3]. IN TXT

;; ANSWER SECTION:

apple.com [3]. 282 IN TXT v=spf1 ip4:17.0.0.0/8 [4] ~all

;; Query time: 30 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; WHEN: Fri May  9 16:16:32 2014

;; MSG SIZE  rcvd: 66

On Fri, May 9, 2014 at 11:02 AM, techli...@phpcoderusa.com wrote:


Hi, I need to find a DNS and SPF expert to help work through an SPF
issue.  The data center owner says one thing and the newsletter
management company says another.  We need to resolve this issue
once and for all.

If this is you or if you can recommend someone that would be
great!!

Thanks!

Keith
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss [1]




Links:
--
[1] http://lists.phxlinux.org/mailman/listinfo/plug-discuss
[2] http://8.8.8.8
[3] http://apple.com
[4] http://17.0.0.0/8

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss




---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


Need help with SPF record

2014-05-09 Thread techlists
Hi, I need to find a DNS and SPF expert to help work through an SPF 
issue.  The data center owner says one thing and the newsletter 
management company says another.  We need to resolve this issue once and 
for all.


If this is you or if you can recommend someone that would be great!!

Thanks!

Keith
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


Re: Need help with SPF record

2014-05-09 Thread Mike Ballon
I probably won't check email again today or even tomorrow, all I can really
over is how to obtain the info since I'm not sure what the issue is.

$ dig @8.8.8.8 apple.com txt


;  DiG 9.8.3-P1  @8.8.8.8 apple.com txt

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 47739

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0


;; QUESTION SECTION:

;apple.com. IN TXT


;; ANSWER SECTION:

apple.com. 282 IN TXT v=spf1 ip4:17.0.0.0/8 ~all


;; Query time: 30 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; WHEN: Fri May  9 16:16:32 2014

;; MSG SIZE  rcvd: 66



On Fri, May 9, 2014 at 11:02 AM, techli...@phpcoderusa.com wrote:

 Hi, I need to find a DNS and SPF expert to help work through an SPF issue.
  The data center owner says one thing and the newsletter management company
 says another.  We need to resolve this issue once and for all.

 If this is you or if you can recommend someone that would be great!!

 Thanks!

 Keith
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Need help with SPF record

2014-05-09 Thread techlists


Thank you for your feedback, however I am not sure what you are telling 
me.


On 2014-05-09 13:17, Mike Ballon wrote:

I probably won't check email again today or even tomorrow, all I can
really over is how to obtain the info since I'm not sure what the
issue is.

$ dig @8.8.8.8 [2] apple.com [3] txt

;  DiG 9.8.3-P1  @8.8.8.8 [2] apple.com [3] txt

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 47739

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;apple.com [3]. IN TXT

;; ANSWER SECTION:

apple.com [3]. 282 IN TXT v=spf1 ip4:17.0.0.0/8 [4] ~all

;; Query time: 30 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; WHEN: Fri May  9 16:16:32 2014

;; MSG SIZE  rcvd: 66

On Fri, May 9, 2014 at 11:02 AM, techli...@phpcoderusa.com wrote:


Hi, I need to find a DNS and SPF expert to help work through an SPF
issue.  The data center owner says one thing and the newsletter
management company says another.  We need to resolve this issue
once and for all.

If this is you or if you can recommend someone that would be
great!!

Thanks!

Keith
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss [1]




Links:
--
[1] http://lists.phxlinux.org/mailman/listinfo/plug-discuss
[2] http://8.8.8.8
[3] http://apple.com
[4] http://17.0.0.0/8

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Need help with SPF record

2014-05-09 Thread Gilbert T. Gutierrez, Jr.

SPF records.

They can be listed as TXT records or SPF records An example with BIND

TXT v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 ~all
SPF v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 ~all

Some servers request a txt record, other a spf record. The above record 
says the mail server mailsvr.abc.com and all ips in the blocks 
6.7.8.0/24 and 3.4.5.0/24 are permitted senders. The ~all allows for a 
soft fail.


What do you need the SPF record to say?

Gilbert

On 5/9/2014 1:54 PM, techli...@phpcoderusa.com wrote:


Thank you for your feedback, however I am not sure what you are 
telling me.


On 2014-05-09 13:17, Mike Ballon wrote:

I probably won't check email again today or even tomorrow, all I can
really over is how to obtain the info since I'm not sure what the
issue is.

$ dig @8.8.8.8 [2] apple.com [3] txt

;  DiG 9.8.3-P1  @8.8.8.8 [2] apple.com [3] txt

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 47739

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;apple.com [3]. IN TXT

;; ANSWER SECTION:

apple.com [3]. 282 IN TXT v=spf1 ip4:17.0.0.0/8 [4] ~all

;; Query time: 30 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; WHEN: Fri May  9 16:16:32 2014

;; MSG SIZE  rcvd: 66

On Fri, May 9, 2014 at 11:02 AM, techli...@phpcoderusa.com wrote:


Hi, I need to find a DNS and SPF expert to help work through an SPF
issue.  The data center owner says one thing and the newsletter
management company says another.  We need to resolve this issue
once and for all.

If this is you or if you can recommend someone that would be
great!!

Thanks!

Keith
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss [1]




Links:
--
[1] http://lists.phxlinux.org/mailman/listinfo/plug-discuss
[2] http://8.8.8.8
[3] http://apple.com
[4] http://17.0.0.0/8

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


Re: Need help with SPF record

2014-05-09 Thread techlists


I need to find a DNS and SPF expert to help work through an SPF issue. 
(willing to pay) The data center owner says one thing and the newsletter 
management company says another.


I have an SPF configured. Newsletter folk keep saying it is wrong but 
will not say why they think so.  Data center owner says it is correct.  
Looking to hire an expert to help resolve this issue.







On 2014-05-09 15:39, Gilbert T. Gutierrez, Jr. wrote:

SPF records.

They can be listed as TXT records or SPF records An example with 
BIND


TXT v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 
~all
SPF v=spf1 mx ip4:6.7.8.0/24 mx:mailsvr.abc.com ip4:3.4.5.0/24 
~all


Some servers request a txt record, other a spf record. The above
record says the mail server mailsvr.abc.com and all ips in the blocks
6.7.8.0/24 and 3.4.5.0/24 are permitted senders. The ~all allows for a
soft fail.

What do you need the SPF record to say?

Gilbert

On 5/9/2014 1:54 PM, techli...@phpcoderusa.com wrote:


Thank you for your feedback, however I am not sure what you are 
telling me.


On 2014-05-09 13:17, Mike Ballon wrote:

I probably won't check email again today or even tomorrow, all I can
really over is how to obtain the info since I'm not sure what the
issue is.

$ dig @8.8.8.8 [2] apple.com [3] txt

;  DiG 9.8.3-P1  @8.8.8.8 [2] apple.com [3] txt

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 47739

;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:

;apple.com [3]. IN TXT

;; ANSWER SECTION:

apple.com [3]. 282 IN TXT v=spf1 ip4:17.0.0.0/8 [4] ~all

;; Query time: 30 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; WHEN: Fri May  9 16:16:32 2014

;; MSG SIZE  rcvd: 66

On Fri, May 9, 2014 at 11:02 AM, techli...@phpcoderusa.com wrote:


Hi, I need to find a DNS and SPF expert to help work through an SPF
issue.  The data center owner says one thing and the newsletter
management company says another.  We need to resolve this issue
once and for all.

If this is you or if you can recommend someone that would be
great!!

Thanks!

Keith
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss [1]




Links:
--
[1] http://lists.phxlinux.org/mailman/listinfo/plug-discuss
[2] http://8.8.8.8
[3] http://apple.com
[4] http://17.0.0.0/8

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss


---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss