Unsolved
This post is more than 5 years old
13 Posts
0
9792
May 26th, 2015 09:00
Notifications Mail for Networker, what is the correct configuration? please help
Notifications Mail for Networker, what is the correct configuration? please help.
I need the configuration. Thanks
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
May 26th, 2015 12:00
Can you explain exactly what (which notification) you want and on what OS?
FernandoHuaman
13 Posts
0
May 26th, 2015 13:00
I need to set a notification when you finish a backup, you send me an email when the backup finished. I can do? I have Windows Server 2008 with 8.2 networker
ttobey
32 Posts
1
May 26th, 2015 13:00
Notifications
Save group completion
Event: Save Group
Priority: Notice, Alert
Action:
smtpmail -h mail_relay_ip -s "networkerservername.domain.com: Savegroup completion report" youname@youremail.com
Bold_underlined above = your specific info
Deb_PS
156 Posts
0
May 26th, 2015 22:00
Configure Action field for receiving email notification from NMC > Configuration > Notification
smtpmail –h
Thanks..
Deb
Please Like my Post if you liked it, Please Mark it as Helpful if it helped you, and mark it as Correct Answer if it resolved your query
FernandoHuaman
13 Posts
0
May 27th, 2015 09:00
which refers to : mail relay ip??
ttobey
32 Posts
1
May 27th, 2015 09:00
SMTP server. In our case its our exchange server that also acts as our mail relay. It accepts "outgoing" mail.
Definition
FernandoHuaman
13 Posts
0
May 27th, 2015 10:00
I'm new EMC, not be placed in mail relay, placed usually what direction?
Thanks
Raja_Bala
37 Posts
0
May 27th, 2015 12:00
Please check with your exchange team to get hostname and IP address of SMTP Mail replay server.
FernandoHuaman
13 Posts
0
May 28th, 2015 13:00
Hi my friend,
This is my configuration in Action : smtpmail -h 192.168.1.8 -s "srvbk.sonatrach.com.pe: Savegroup completion report" fhuam@cosapidata.com.pe
but it does not work.
exchange domain is @ sonatrach.com.pe but I am placing another domain
You think Must be the same domain of Exchange, or can be different as in my case: @ cosapidata.com.pe ??
Help. ttobey
FernandoHuaman
13 Posts
0
May 28th, 2015 14:00
Hi my friend,
This is my configuration in Action : smtpmail -h 192.168.1.8 -s "srvbk.sonatrach.com.pe: Savegroup completion report" fhuam@cosapidata.com.pe
but it does not work.
exchange domain is @ sonatrach.com.pe but I am placing another domain
You think Must be the same domain of Exchange, or can be different as in my case: @ cosapidata.com.pe ??
Help. ttobey
Raja_Bala
37 Posts
0
May 29th, 2015 02:00
It can be different. Please check with exchange admin regarding this. He will be able to help you.
Deb_PS
156 Posts
0
June 1st, 2015 05:00
Configure Action field for receiving email notification from NMC > Configuration > Notification
smtpmail –h -s “ ”
Deb
Please Like my Post if you liked it, Please Mark it as Helpful if it helped you, and mark it as Correct Answer if it resolved your query
FernandoHuaman
13 Posts
0
June 1st, 2015 12:00
You must enable port 25 on the exchange?
Because it is not getting me mail notification
bogdanbarbulesc
7 Posts
0
January 21st, 2018 23:00
Hello,
Is there any possibility to configure notifications when a restore begins?
Thank you!
wlee
263 Posts
0
January 23rd, 2018 04:00
smtpmail -h 192.168.1.8 -s "srvbk.sonatrach.com.pe: Savegroup completion report" fhuam@cosapidata.com.pe
You must enable port 25 on the exchange?
Yes, the email server must allow for SMTP connections, and it is usually on port 25. You can check if your email server is responding to SMTP requests by trying one of the following:
#1
On any host that has telnet, try connecting to your email server to verify that port 25 is open and responding:
telnet 192.168.1.8 25
Depending on the response, you will know if the connection is successful or not. If successful, then use CTRL-C or CTRL-Z to close the connection, or kill the telnet process.
#2:
On the NetWorker server, open a command line in administration mode. The use the smtpmail command. eg:
smtpmail -h 192.168.1.8 -s "srvbk.sonatrach.com.pe: Savegroup completion report" fhuam@cosapidata.com.pe
type anything
type anything
CTRL-C or CTRL-Z
If there are no problems, then this should open a connection to your email server at 192.168.1.8 port 25, process the message and send it to fhuam@cosapidata.com.pe
Another thing to try is to change the email recipient to a different address.