<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">I am sorry, I am a little late to this
conversation....<br>
<br>
The SPF record can have many items listed in it. Below is another
example that you could put in a bind zone file...<br>
<br>
xyz.com. IN TXT "v=spf1 mx ip4:10.0.10.0/24
ip4:192.168.0.0/20 mx:mailsvr.xyz.com ~all"<br>
<br>
The above example says that anyone sending email from
10.0.10.0/24, 192.168.0.0/20, or the mailsvr.xyz.com can send
email for the domain xyz.com.<br>
<br>
Testing Link<br>
<a class="moz-txt-link-freetext" href="http://www.kitterman.com/spf/validate.html">http://www.kitterman.com/spf/validate.html</a><br>
<br>
SPF Link<br>
<a class="moz-txt-link-freetext" href="http://www.openspf.org/Tools">http://www.openspf.org/Tools</a><br>
<br>
<br>
Gilbert T. Gutierrez, Jr.<br>
Operations Manager<br>
Phoenix Internet<br>
(602)385-0720<br>
<br>
On 11/26/2012 9:19 AM, keith smith wrote:<br>
</div>
<blockquote
cite="mid:1353946750.39466.YahooMailClassic@web111703.mail.gq1.yahoo.com"
type="cite">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="font: inherit;" valign="top"><br>
This is great, I'll give it a shot and let you know what
happens.<br>
<br>
------------------------<br>
Keith Smith<br>
<br>
--- On <b>Wed, 11/21/12, Lisa Kachold <i><a class="moz-txt-link-rfc2396E" href="mailto:lisakachold@obnosis.com"><lisakachold@obnosis.com></a></i></b>
wrote:<br>
<blockquote style="border-left: 2px solid rgb(16, 16,
255); margin-left: 5px; padding-left: 5px;"><br>
From: Lisa Kachold <a class="moz-txt-link-rfc2396E" href="mailto:lisakachold@obnosis.com"><lisakachold@obnosis.com></a><br>
Subject: Re: DNS : SPF record on ZoneEdit<br>
To: "Main PLUG discussion list"
<a class="moz-txt-link-rfc2396E" href="mailto:plug-discuss@lists.phxlinux.org"><plug-discuss@lists.phxlinux.org></a><br>
Date: Wednesday, November 21, 2012, 5:41 PM<br>
<br>
<div id="yiv1309198334">Hi Keith,
<div><br>
<br>
<div class="yiv1309198334gmail_quote">On Wed, Nov
21, 2012 at 5:10 PM, keith smith <span dir="ltr"><<a
moz-do-not-send="true" rel="nofollow"
ymailto="mailto:klsmith2020@yahoo.com"
target="_blank"
href="/mc/compose?to=klsmith2020@yahoo.com">klsmith2020@yahoo.com</a>></span>
wrote:<br>
<blockquote class="yiv1309198334gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex;">
<table border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="font:inherit;" valign="top"><br>
<br>
Hi,<br>
<br>
Sorry to bother everyone on Thanksgiving
eve! BTW Happy Thanksgiving!!<br>
<br>
I need to configure an SPF record on
ZoneEdit and I cannot find enough
information to configure it.<br>
<br>
I assume the record type is TXT. And I
know what the TTL is. Not sure what to
put in the Sub-Domain field and the Text
field.<br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<div><br>
</div>
<div>Subdomain would be "@" or all. You are
entering this TXT record at the domain level
(just like you do for your MX records); however
I am unsure of the syntax of that portal - such
questions might be best addressed to <a
moz-do-not-send="true" rel="nofollow"
ymailto="mailto:support@zonedit.com"
target="_blank"
href="/mc/compose?to=support@zonedit.com">support@zonedit.com</a>?</div>
<div><br>
</div>
<div>Yes, the record type is TXT, 3600 is
acceptable for a TTL (or set as default of other
records).</div>
<div><br>
</div>
<div>If you are entering a SPF (sender policy
framework) record to make your mail more
deliverable, it would be entered into the Text
Field:</div>
<div><br>
</div>
<div>
<p
style="margin-top:0px;margin-bottom:1em;font-family:Arial,
Helvetica, sans-serif;font-size:14px;"><code
style="margin-top:0px;font-size:12px;">"v=spf1
ptr:<a moz-do-not-send="true" rel="nofollow"
target="_blank" href="http://gmail.com">gmail.com</a>
-all"</code></p>
<div class="yiv1309198334indent1"
style="margin-top:0px;margin-bottom:0px;margin-left:3em;font-family:Arial,
Helvetica, sans-serif;font-size:14px;">Any
server whose hostname ends in <a
moz-do-not-send="true" rel="nofollow"
target="_blank" href="http://gmail.com">gmail.com</a>
is designated.</div>
</div>
<div><br>
</div>
<div>For a full list of all allowable characters:
<a moz-do-not-send="true" rel="nofollow"
target="_blank"
href="http://www.openspf.org/SPF_Record_Syntax">http://www.openspf.org/SPF_Record_Syntax</a></div>
<div><br>
</div>
<div>Note, I believe the "-all" is deprecated in
favor of ~all, but most DNS allow either.</div>
<div><br>
</div>
<div>Here's the test tools for SPF: <a
moz-do-not-send="true" rel="nofollow"
target="_blank"
href="http://www.openspf.org/Tools">http://www.openspf.org/Tools</a></div>
<blockquote class="yiv1309198334gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex;">
<table border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="font:inherit;" valign="top"><br>
Also I have multiple sub-domains that
point to the same email server, such as
SMTP, MAIL, etc. <br>
<br>
I have two mx records.<br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<div><br>
</div>
<div>That is not going to matter here, I don't
think; provided you actually are entering a SPF
entry, which will work for your entire domain on
any mail message. </div>
<blockquote class="yiv1309198334gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex;">
<table border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="font:inherit;" valign="top"><br>
Any help is much appreciated.<br>
</td>
</tr>
</tbody>
</table>
</blockquote>
<div><br>
</div>
<div>If this is not successful, I would suggest
you ask here (although they are not going to be
as qualified as we are):</div>
<div><br>
</div>
<div><a moz-do-not-send="true" rel="nofollow"
target="_blank"
href="http://www.zonedit.com/support.html">http://www.zonedit.com/support.html</a> </div>
<blockquote class="yiv1309198334gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc
solid;padding-left:1ex;">
<table border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td style="font:inherit;" valign="top"><br>
------------------------<br>
Keith Smith</td>
</tr>
</tbody>
</table>
</blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- </div>
<div><br>
<div><br>
</div>
(503) 754-4452 Android<br>
(623) 239-3392 Skype<br>
(623) 688-3392 Google Voice<br>
**<br>
<a moz-do-not-send="true" rel="nofollow"
target="_blank" href="http://it-clowns.com">it-clowns.com</a>
<br>
Chief Clown<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<br>
-----Inline Attachment Follows-----<br>
<br>
<div class="plainMail">---------------------------------------------------<br>
PLUG-discuss mailing list - <a moz-do-not-send="true"
ymailto="mailto:PLUG-discuss@lists.phxlinux.org"
href="/mc/compose?to=PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail
settings:<br>
<a moz-do-not-send="true"
href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss"
target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></div>
</blockquote>
</td>
</tr>
</tbody>
</table>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">---------------------------------------------------
PLUG-discuss mailing list - <a class="moz-txt-link-abbreviated" href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a class="moz-txt-link-freetext" href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
</blockquote>
<br>
</body>
</html>