sendemail ERROR => You must specify a 'from' field! Try --help.

Having issues? Post them here, and help other users.
Post Reply
gunkl
Junior Member
Posts: 3
Joined: Wed Dec 20, 2017 2:23 am

sendemail ERROR => You must specify a 'from' field! Try --help.

Post by gunkl »

been banging my head for days on this one.
using gmail to send email, successfully ran the nems-mailtest without issue, email is sent and properly received at the destination.

however i'm getting zero emails from nagios. the closest clue i get is:
Dec 19 22:57:32 nems sendemail[14155]: ERROR => You must specify a 'from' field! Try --help.

this happens when i FORCE a custom notification. it also shows in the logs repeatedly as if every time it tries to send a standard notification it fails with the same error.

current /etc/nagios3/commands.cfg:

define command{
command_name notify-host-by-email
command_line /usr/bin/printf "%b%b%b%b%b%b%b" \
"***** Nagios *****\n\n" \
"Notification Type: $NOTIFICATIONTYPE$\n" \
"Host: $HOSTNAME$\n" \
"State: $HOSTSTATE$\n" \
"Address: $HOSTADDRESS$\n" \
"Info: $HOSTOUTPUT$\n\n" \
"Date/Time: $LONGDATETIME$\n" \
| /usr/bin/sendemail -v -f [email protected] -s $USER7$ -xu $USER9$ -xp $USER10$ \
-l /var/log/sendemail \
-t $CONTACTEMAIL$ \
-u "** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **"
}


define command{
command_name notify-service-by-email
command_line /usr/bin/printf "%b%b%b%b%b%b%b%b%b" \
"***** Nagios *****\n\n" \
"Notification Type: $NOTIFICATIONTYPE$\n\n" \
"Service: $SERVICEDESC$\n" \
"Host: $HOSTALIAS$\n" \
"Address: $HOSTADDRESS$\n" \
"State: $SERVICESTATE$\n\n" \
"Date/Time: $LONGDATETIME$\n\n" \
"Additional Info:\n\n" \
"$SERVICEOUTPUT$" \
| /usr/bin/sendemail -v -f [email protected] -s $USER7$ -xu $USER9$ -xp $USER10$ \
-l /var/log/sendemail \
-t $CONTACTEMAIL$ \
-u "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **"
}

Note that in the above, I have also tried $USER5$ as the -f configured parameter. No good. I added -v in my attempts to get more verbose output, but this also seems to have made no change.

At a loss at this point.
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Robbie Ferguson »

Thanks. Don't bang your head too hard - your message confirms this must be a bug. I'm not sure how/when it crept up yet, but I'll begin investigating. With the coming Christmas/New Year holidays, I will hopefully have a bit of extra time to sit at the laptop.

Thanks for letting me know. I'll try to roll out a fix as soon as possible.
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Robbie Ferguson »

I just tested on my own server and all is well... so I've got to find the difference between yours and mine. Can you please email me a current backup.nems file? [email protected]

Thanks!
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
gunkl
Junior Member
Posts: 3
Joined: Wed Dec 20, 2017 2:23 am

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by gunkl »

sent!
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Robbie Ferguson »

Thanks. I don't know if this is the cause of your issue, but worth fixing anyways... as NEMS SST says, you cannot have the same email set as recipient as you have for the sender. However, your config shows you have entered the same for both send and receive.

Please change that first, and then retry, and let me know. Again, I doubt it's related, but let's rule that out, just to be sure.
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
gunkl
Junior Member
Posts: 3
Joined: Wed Dec 20, 2017 2:23 am

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by gunkl »

hm, not sure how to do this.

currently in nagios, the alert address (to :) is different than the from: email set in the NEMS SST.

In the NEMS SST itself, I only see "from" and "authentication" addresses, those are the same, which makes sense to me. I don't see another "TO:" field. What am I looking for to change?

Thanks!
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Robbie Ferguson »

Ah yes, my mistake. Please ignore the man behind the curtain  :)

I'll review a little closer and let you know what I find.

Thanks!
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
vlamke
Junior Member
Posts: 1
Joined: Sun Jan 14, 2018 3:35 am

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by vlamke »

I had the same problem.

After I rebooted the complete Rasperry Pi, the problem where resolved.
Alerty
Junior Member
Posts: 6
Joined: Sat Jan 13, 2018 3:45 pm

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Alerty »

Hello!

Im also running into this issue cant send emails and have the same msg in my debug logs. What was done to resolve? Thanks!

I've tested the sendmail script and Im able to send emails fine its just not working when valid service check failures occur. 


ERROR:
nems sendemail[20246]: ERROR => You must specify a 'from' field!  Try --help.
User avatar
Robbie Ferguson
Posting Freak
Posts: 835
Joined: Wed Mar 07, 2012 3:23 pm
Location: Ontario, Canada
Contact:

RE: sendemail ERROR => You must specify a 'from' field! Try --help.

Post by Robbie Ferguson »

This issue has been added to the top of the issues list. See https://docs.nemslinux.com/issues

Will be releasing a patch soon.
Robbie Ferguson // The Bald Nerd

Did I help you out? Appreciate what I do? Please consider saying thanks:
Post Reply