Other Usage

How can I find out which email server Splunk uses?

ddrillic
Ultra Champion

Where can I find which email server Splunk uses? An advanced user is asking ; - )

1 Solution

treinke
Builder

If you have access to your internal index. You can try the following:

index=_internal source="*/python.log" "Sending email"

You should see a field called server.

server="localhost"
There are no answer without questions

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi dddillic,

If you want to see the config for the mail server you can use either of these commands:

|  rest /services/configs/conf-alert_actions/email 
|  table mailserver

or

$SPLUNK_HOME/splunk btool alert_actions list email

and look for the mailserver option.

Hope this helps ...

cheers, MuS

ddrillic
Ultra Champion

Perfect. It's all localhost -

![alt text][1]

0 Karma

treinke
Builder

If you have access to your internal index. You can try the following:

index=_internal source="*/python.log" "Sending email"

You should see a field called server.

server="localhost"
There are no answer without questions

jaihingorani
Path Finder

what is behind localhost ? is it the relayhost which is setup under postfix configuration ?

0 Karma

ddrillic
Ultra Champion

Thank you!

0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...