Unsolved

This post is more than 5 years old

7 Posts

2866

March 10th, 2008 19:00

SMTPMAIL parameters

Being that NetWorker runs all its schedules every single day (and this is a big pain) is it possible to add some sort of parameter in the notification smtpmail command so at least I can identify what kind of mail to follow and not open them one by one.

I cannot set the commands individually, I need it from the notifications menus (if it exists)

Does anyone knows any website with the parameters that this smtpmail command supports? I know this is an EMC built but yet nothing came out on these web pages...........!

6 Operator

 • 

14.4K Posts

 • 

56.2K Points

March 11th, 2008 07:00

Not much parameters there... blat would not help either. I think You should switch to NMC and forget email notifications. I'm not sure in which version, but in recent one (not sure which one) I noticed that on skip schedule group is no longer marked as run anymore in NMC which may indicate that:
a) NMC is smart enough not to update status group with skip run
b) group is no longer run when skip schedule is met (on group level)

I assume b) is the case here. If that would be truth, I assume your pain might be resolved (if pain is caused by notifications caused when skip level is used). Otherwise I would switch to NMC.

2 Posts

July 17th, 2008 06:00

smtpmail.exe

-s subject
-f sender address like myNetworker@mydomain.com (free eligible)
-h your smtp relay server (ip-address or hostname, but hostname must be resolved)
-p port (Port 25 is standard smtp mail port - available since NW 7.4.2)

so an example could be:

smtpmail -s "This is the Subject" -h 192.168.1.100 -f my.networker@my.domain.com your.emailaddress@yourdomain.com

Good Luck
No Events found!

Top