There are some kind of alerts in CP.
I want to specify some of them.
1. If I choose Alert in Track, and then open SmartView, will alerts automatically appear as popup windows? Or is there anything extra that I have to do?
2. If I choose Alert to mail in Track, in global properties I have to write script to send mail.
I found one script in this site. And have some questions about script:
internal_sendmail -s "MySubject" -t 192.168.20.30 [-f fwmgmt@example.com] sysadmin@example.com managers@example.com
2.1. In this script, ip address of mail server is local. Can I write my public ip address of mail server? What is the right way: writing public ip or DMZ ip?
2.2. In brackets, mail of sender: Should I open new mail for my SmartManagement? Or it can be any mail?