Splunk Search

Sendmail - [Errno 101] Network is unreachable while sending mail

clementros
Path Finder

I'm trying to use sendmail command with the gmail smtp server.

I use the "Search & Reporting" App to apply the following search:

index=nbtktfed sourcetype="nbtktfed.err" status=ERROR 
| stats count
| sendemail server="smtp.gmail.com:465" to="ros.clement@gmail.com" sendresults=true subject="Test mail" message="This message is send with the sendmail command of splunk" use_tls=true

This command return the following error in GUI :

command="sendemail", [Errno 101] Network is unreachable while sending mail to: ros.clement@gmail.com 

My serveur is able to ping the "smtp.gmail.com" server. But when i tried to execute a telnet this return "Network is unreachable".

Here is my Server setting > Email settings configuration :

alt text

0 Karma
1 Solution

nickhills
Ultra Champion

Are you certain there are no firewalls (local or network) preventing traffic leaving your network on the mail port?

If you are in an enterprise, its quite common for outbound email ports to be blocked

If my comment helps, please give it a thumbs up!

View solution in original post

nickhills
Ultra Champion

Are you certain there are no firewalls (local or network) preventing traffic leaving your network on the mail port?

If you are in an enterprise, its quite common for outbound email ports to be blocked

If my comment helps, please give it a thumbs up!

clementros
Path Finder

HI @nickhillscpl,

I have a virtual machine (CentOS 7) wich i'm sure the firewalld service is stop and disable.

On this VM i have a docker container (Debian 9) with splunk entreprise. When i run the command "iptables -L" debian say "iptables command not found".

Is there another firewall on Debian 9 ?

If outbound email ports are blocked, how can i test sendmail on local ?

0 Karma

nickhills
Ultra Champion

I would start with your network/comms team - if you have perimeter firewalls blocking ports, they will likely have to make the changes to allow your traffic to flow.

I think debian uses firewalld, but I'm more of an RHEL guy!

If my comment helps, please give it a thumbs up!
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...