New installations must prepare the system for sending email from Assure Security licensed features. This is required for new installations that have applied a license key for any of the following features:
|
These instructions identify a default "From" email address for emails sent from Assure Security and the email framework that Assure Security will use when sending emails.
- *MSFThis is the default value. The product uses the IBM Mail Server Framework (MSF) subsystem to send emails using QMSF. QMSF must be configured. If your system has been set up to allow MSF email to be encrypted, this format allows you to use any kind of encryption or certificates configured on the mail server.
- MailRouter[:Port]The product uses a simplified Assure Security SMTP client to send emails directly to the mail router at the address specified. You can use this method if the MSF subsystem is not already configured. This method does not support authentication or encryption.
Contact your network administrator to ensure that the IBM i server is configured to send emails, identify which framework to use, and to confirm the values you will need before continuing. Depending on the system’s email handling, you may need to request a dedicated email address, or you may be able to use an email address that has no mailbox.
Enter the command:
product-library/WRKQJSET
Locate the following entry on the resulting Assure Security Settings display.
CONTROLER SNDQXMAIL FROMADDR
- To specify the default “From” email address for emails sent from Assure Security, do the following:
- Type 2 next to the
CONTROLER SNDQXMAIL FROMADDR
entry. - Specify the From email address and domain in the format:
name@domain
Note: When running Assure Security on multiple systems, you can configure a different From email address for each system so you can identify the system from which each mail originated. For example:- For SYS01, configure the From email address to be SECOPS.SYS01@your_domain.com
- For SYS02, configure the From email address to be SECOPS.SYS02@your_domain.com
- Press Enter.
- Type 2 next to the
- To specify the framework the product will use to send emails, do the following:
- On the Assure Security Settings display (WRKQJSET), locate the following entry:
CILASOFT MAIL MAIL_SERVER
- The default value for a new installation is *MSF. Do one of the following:
- If the system uses MSF and the value displayed is *MSF, you do not need to change the setting. However, you must enter the following command to ensure that messages sent by the product are not split:
CHGPOPA MSGSPLIT(*NOMAX)
- If the system does not use MSF, specify your mail router IP address and port in the mail server setting. From the Assure Security Settings display (WRKQJSET), use option 2 (Change) on the setting CILASOFT MAIL MAIL_SERVER. Then specify the mail router IP address and port on the command line in the format
nn.nn.nn.nn:port
and press Enter.
- If the system uses MSF and the value displayed is *MSF, you do not need to change the setting. However, you must enter the following command to ensure that messages sent by the product are not split:
- On the Assure Security Settings display (WRKQJSET), locate the following entry:
Verify that the interface with SMTP is working by sending an email, specifying a recipient user id for the TOINTNET parameter in this command:
product-library/SNDQJMSG DSTD(‘Verifying Assure Security mail’)
MSG('hello, mail works') TOINTNET('MyMail@MyCompany.com')