<?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: How can I find out which email server Splunk uses? in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/577219#M1306</link>
    <description>&lt;P&gt;what is behind localhost ? is it the relayhost which is setup under postfix configuration ?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 13:24:35 GMT</pubDate>
    <dc:creator>jaihingorani</dc:creator>
    <dc:date>2021-12-03T13:24:35Z</dc:date>
    <item>
      <title>How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302694#M1301</link>
      <description>&lt;P&gt;Where can I find which email server Splunk uses? An advanced user is asking ; - )&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302694#M1301</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-10-10T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302695#M1302</link>
      <description>&lt;P&gt;If you have access to your internal index.  You can try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source="*/python.log" "Sending email"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You should see a field called server.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server="localhost"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Oct 2017 18:49:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302695#M1302</guid>
      <dc:creator>treinke</dc:creator>
      <dc:date>2017-10-10T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302696#M1303</link>
      <description>&lt;P&gt;Hi dddillic,&lt;/P&gt;

&lt;P&gt;If you want to see the config for the mail server you can use either of these commands:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|  rest /services/configs/conf-alert_actions/email 
|  table mailserver
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/splunk btool alert_actions list email
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and look for the &lt;CODE&gt;mailserver&lt;/CODE&gt; option. &lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302696#M1303</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2017-10-10T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302697#M1304</link>
      <description>&lt;P&gt;Perfect. It's all localhost - &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="![alt text][1]"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3650i2374AE86AA7F73E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="![alt text][1]" alt="![alt text][1]" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:31:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302697#M1304</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-10-10T19:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302698#M1305</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:40:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/302698#M1305</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2017-10-10T19:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find out which email server Splunk uses?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/577219#M1306</link>
      <description>&lt;P&gt;what is behind localhost ? is it the relayhost which is setup under postfix configuration ?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 13:24:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-can-I-find-out-which-email-server-Splunk-uses/m-p/577219#M1306</guid>
      <dc:creator>jaihingorani</dc:creator>
      <dc:date>2021-12-03T13:24:35Z</dc:date>
    </item>
  </channel>
</rss>

