<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2010 How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2010 How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud</link><pubDate>Wed, 30 Oct 2019 03:05:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 10/30/2019 3:05:53 AM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on Windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup -type=txt&lt;/code&gt; a space, and then the domain/host name. e.g. &lt;code&gt;nslookup -type=txt forum.appian.com&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;code&gt;&lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all&lt;/em&gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &lt;code&gt;v=spf1&lt;/code&gt; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How to Read the Results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;em&gt;v=spf1&lt;/em&gt;&lt;/code&gt; indicates that the record is of type SPFv1.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;i&lt;code&gt;p4:207.171.160.0/19&lt;/code&gt;&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain.&lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &lt;code&gt;include&lt;/code&gt; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud, spf&lt;/div&gt;
</description></item><item><title>KB-2010 How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud/revision/5</link><pubDate>Wed, 30 Oct 2019 03:05:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Parmida Borhani on 10/30/2019 3:05:36 AM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on Windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup -type=txt&lt;/code&gt; a space, and then the domain/host name. e.g. &lt;code&gt;nslookup -type=txt forum.appian.com&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;code&gt;&lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all&lt;/em&gt;&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &lt;code&gt;v=spf1&lt;/code&gt; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How to Read the Results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;em&gt;v=spf1&lt;/em&gt;&lt;/code&gt; indicates that the record is of type SPFv1.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;i&lt;code&gt;p4:207.171.160.0/19&lt;/code&gt;&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain.&lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &lt;code&gt;include&lt;/code&gt; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;Last Reviewed: October 2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud&lt;/div&gt;
</description></item><item><title>KB-2010 How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud/revision/4</link><pubDate>Mon, 21 Oct 2019 20:39:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Rebecca Jonas on 10/21/2019 8:39:55 PM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on Windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup -type=txt&lt;/code&gt; a space, and then the domain/host name. e.g. &lt;code&gt;nslookup -type=txt forum.appian.com.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;code&gt;&lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all.&lt;/em&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &lt;code&gt;v=spf1&lt;/code&gt; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How to read the results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;em&gt;v=spf1&lt;/em&gt;&lt;/code&gt; indicates that the record is of type SPFv1.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;i&lt;code&gt;p4:207.171.160.0/19&lt;/code&gt;&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain.&lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &lt;code&gt;include&lt;/code&gt; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Last reviewed Oct 2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud&lt;/div&gt;
</description></item><item><title>KB-XXXX How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud/revision/3</link><pubDate>Thu, 17 Oct 2019 05:33:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Tristan Newmann on 10/17/2019 5:33:39 AM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on Windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup -type=txt&lt;/code&gt; a space, and then the domain/host name. e.g. &lt;code&gt;nslookup -type=txt forum.appian.com.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;code&gt;&lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all.&lt;/em&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &lt;code&gt;v=spf1&lt;/code&gt; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How to read the results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;em&gt;v=spf1&lt;/em&gt;&lt;/code&gt; indicates that the record is of type SPFv1.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;i&lt;code&gt;p4:207.171.160.0/19&lt;/code&gt;&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain.&lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &lt;code&gt;include&lt;/code&gt; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Last reviewed Oct 2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud&lt;/div&gt;
</description></item><item><title>KB-XXXX How to view SPF records for Appian Cloud</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud/revision/2</link><pubDate>Thu, 17 Oct 2019 05:32:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Tristan Newmann on 10/17/2019 5:32:24 AM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on Windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &lt;code&gt;nslookup -type=txt&lt;/code&gt; a space, and then the domain/host name. e.g. &lt;code&gt;nslookup -type=txt forum.appian.com.&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;code&gt;&lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all.&lt;/em&gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &lt;code&gt;v=spf1&lt;/code&gt; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;How to read the results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;em&gt;v=spf1&lt;/em&gt;&lt;/code&gt; indicates that the record is of type SPFv1&lt;/li&gt;
&lt;li&gt;&lt;em&gt;i&lt;code&gt;p4:207.171.160.0/19&lt;/code&gt;&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain.&lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &lt;code&gt;include&lt;/code&gt; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Last reviewed Oct 2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud&lt;/div&gt;
</description></item><item><title>KB-XXXX How to view the SPF records for my site</title><link>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud/revision/1</link><pubDate>Wed, 16 Oct 2019 00:56:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fbeabf03-4d64-4a0d-bfa6-87f13bf89782</guid><dc:creator>Tristan Newmann</dc:creator><comments>https://community.appian.com/support/w/kb/1570/kb-2010-how-to-view-spf-records-for-appian-cloud#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tristan Newmann on 10/16/2019 12:56:03 AM&lt;br /&gt;
&lt;div class="content"&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;Appian Cloud publishes up-to-date SPF records that can be used with email exchangers in order to validate that emails are originating from Appian. This article shows how to use the command line to view the latest SPF record for an Appian Cloud site.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Open Command Prompt on windows, or your preferred terminal on *nix.&lt;/li&gt;
&lt;li&gt;Type &amp;quot;nslookup -type=txt&amp;quot; a space, and then the domain/host name. e.g. &amp;quot;nslookup -type=txt forum.appian.com&amp;quot;&lt;/li&gt;
&lt;li&gt;If an SPF record exists, the result would be similar to: &lt;em&gt;v=spf1 ip4:54.209.19.9 ip4:54.208.15.54 ip4:54.209.19.148 ip4:54.209.20.112 ~all&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;If there are no results or if there is no &amp;quot;v=spf1&amp;quot; property, then there is a problem retrieving the record for the domain, or one does not exist.&lt;/li&gt;
&lt;li&gt;Follow your system specific documentation to update your system with the values specified in the SPF record&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;h3&gt;How to read the results&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;em&gt;v=spf1&lt;/em&gt; indicates that the record is of type SPFv1&lt;/li&gt;
&lt;li&gt;&lt;em&gt;ip4:207.171.160.0/19&lt;/em&gt; lists the IP network range of servers allowed to send emails for the domain. &lt;/li&gt;
&lt;li&gt;An SPF record may also include a &amp;quot;redirect&amp;quot; in the record. This tells the receiving server to check the SPF record of google.com instead of gmail.com.&lt;/li&gt;
&lt;li&gt;An &amp;quot;include&amp;quot; in the record tells the receiving server to also consider the IP addresses listed in the SPF record of another domain to make a match for which servers can send email.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;span style="font-weight:400;"&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian Cloud.&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: email, how-to, Cloud&lt;/div&gt;
</description></item></channel></rss>