Unsolved
This post is more than 5 years old
7 Posts
0
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...........!
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...........!
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
March 11th, 2008 07:00
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.
Decent_
2 Posts
0
July 17th, 2008 06:00
-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