I have my smtp server configured correctly and have setup and do receive plenty of alerts for scheduled searches. However when I attempt to use the sendemail command, the following error is displayed:
[Errno 10061] No connection could be made because the target machine actively refused it while sending mail to:
[email protected]
The only error I can find in the logs is from var/log/python.log:
2010-07-28 10:18:51,105 ERROR Sending email. subject="Splunk Results", results_link="None", recepients="['
[email protected]']"
I haven't been able to find any other errors related to this, and this is the only line in python.log.
I am using sendemail as follows:
my search terms | sendemail
[email protected] sendresults=true
Windows Installation, 4.1.3. What am I doing wrong?
... View more