Configure the SMTP Server Account

AgilePoint uses anonymous SMTP by default. The AgilePoint Server netflow.cfg file will now need to be edited to provide the user name and password to use with SMTP for user authentication.

  1. Open the netflow.cfg file in a text editor such as Notepad.
  2. Locate the Notification section and modify it to look something like this:
    <notification
    mode="true"
    format="text"
    smtpService="BuiltIn::username@sbcglobal.net,password1"
    mailServer="smtp.sbcglobal.yahoo.com"
    sender="NETSVR2@agilepoint.com"
    sysadm="adminuser@agilepoint.com">

    Where username@sbcglobal.net is the user name provided to you by your ISP and password1 is the password provided to you by your ISP.