<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NGFW Email Server Profile Gateway Configuration for office 365 in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443297#M119</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/143673"&gt;@YazarArafath&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Just to expand on question #3:&lt;/P&gt;
&lt;P&gt;There's a number of ways to backup the firewalls configuration. Panorama is obviously an answer, you can use the XML API to easily export the configuration through a script, or use something like pan-os-python in a script to login to the file and do a SCP export of the configuration.&lt;/P&gt;
&lt;P&gt;Scripting this process directly through the API is very simple, and doing operational commands through pan-os-python are also extremely simple. So really the method that you pick is simply up to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;pan-os-python SCP Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;from panos import firewall
fw = firewall.Firewall('10.0.0.1', 'admin', 'mypassword')
gather_config = fw.op('scp export configuration from running-config.xml to &amp;lt;username@host:path&amp;gt;')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;The API call to export the configuration is just&amp;nbsp;&lt;STRONG&gt;/api/?type=export&amp;amp;category=configuration&lt;/STRONG&gt; which will simply output the running-configuration.xml as the response.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 23:59:12 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2021-10-25T23:59:12Z</dc:date>
    <item>
      <title>NGFW Email Server Profile Gateway Configuration for office 365</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/439977#M117</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly share the Office 365 url or IP in order to configure the email server profile gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.Is it possible to generate report logs automatically to that email&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.What is the steps needs&amp;nbsp; to be follow in order to take PaloAlto backup Automatically&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;A.Yazar Arafath&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 01:21:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/439977#M117</guid>
      <dc:creator>YazarArafath</dc:creator>
      <dc:date>2021-10-27T01:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW Email Server Profile Gateway Configuration for office 365</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443102#M118</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The email profile is setup by you, the customer.&amp;nbsp; Your O365 guy will tell you the IP or FQDN credentials to put in, or, you can put in your own. If you are not sure what the SMTP is supposed to be contact your 00365 guy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you go to Monitor tab, then go Email Scheduler (3rd item from the bottom, on left hand side) you can schedule reports to be sent out to your email profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The FW keeps a copy of the running config and a version number on the HDD of the FW.&amp;nbsp; So it is automatically backing it up on the HDD.&amp;nbsp; If you mean to offload the config, then you would need develop or find a script/API that would ssh in, scp the runningconfig.xml and then exit.&amp;nbsp; That is NOT done/capable on the FW, without purchasing a Panorama (mgmt application for the FWs)&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 12:15:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443102#M118</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2021-10-23T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW Email Server Profile Gateway Configuration for office 365</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443297#M119</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/143673"&gt;@YazarArafath&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Just to expand on question #3:&lt;/P&gt;
&lt;P&gt;There's a number of ways to backup the firewalls configuration. Panorama is obviously an answer, you can use the XML API to easily export the configuration through a script, or use something like pan-os-python in a script to login to the file and do a SCP export of the configuration.&lt;/P&gt;
&lt;P&gt;Scripting this process directly through the API is very simple, and doing operational commands through pan-os-python are also extremely simple. So really the method that you pick is simply up to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;pan-os-python SCP Example:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;from panos import firewall
fw = firewall.Firewall('10.0.0.1', 'admin', 'mypassword')
gather_config = fw.op('scp export configuration from running-config.xml to &amp;lt;username@host:path&amp;gt;')&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;The API call to export the configuration is just&amp;nbsp;&lt;STRONG&gt;/api/?type=export&amp;amp;category=configuration&lt;/STRONG&gt; which will simply output the running-configuration.xml as the response.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 23:59:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443297#M119</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2021-10-25T23:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW Email Server Profile Gateway Configuration for office 365</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443985#M120</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;I have configured as smtp.office365.com then it got resolved.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 05:55:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/443985#M120</guid>
      <dc:creator>YazarArafath</dc:creator>
      <dc:date>2021-10-28T05:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW Email Server Profile Gateway Configuration for office 365</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/466764#M121</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To find emails for the GetProspect linkedin email finder, a Google Sheets add-on must be applied to the spreadsheet that looks into subscribers' accounts and gets all the information - &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://getprospect.com/linkedIn-email-finder-chrome-extension" target="_blank"&gt;https://getprospect.com/linkedIn-email-finder-chrome-extension&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt; it can about them. It's located in this portion of the page, so keep an eye out for it. It is located on their servers. They may be able to take advantage of it. Keys and phrases streamline the process of creating personalised emails, allowing you to get started immediately. You may begin immediately. If you want to increase your revenue, you must learn how to use email addresses effectively. You may utilize them to quickly build an email list and promote your website, both of which will help you earn money.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 21:21:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-email-server-profile-gateway-configuration-for-office-365/m-p/466764#M121</guid>
      <dc:creator>IvoryHoward</dc:creator>
      <dc:date>2022-03-03T21:21:25Z</dc:date>
    </item>
  </channel>
</rss>

