Sysview for DB2 SMTP limit of 8
search cancel

Sysview for DB2 SMTP limit of 8

book

Article ID: 258535

calendar_today

Updated On:

Products

SYSVIEW Performance Management Option for DB2 for z/OS

Issue/Introduction

Is it possible to have more than 8 SMTPaddresses in a group?

                             

Environment

Release : 20.0

Resolution

The maximum email addresses per group is 8.

See
    Groups

 

It is possible to use multiple groups of 8 email addresses and then use INCLUDE-GROUP
to create a super-set.

As in the  example in the documentation.

DEFINE DEST ADMINGRP
  DESC 'Admin group'
  TEMPLATE 'HTMLTMP1'
  FROM '[email protected]'
  TO '[email protected]'
  TO '[email protected]'
  SUBJECT '&TEXT'
  SNMP 'snmp-agent.example.com'
DEFINE DEST MAILGRP
  DESC 'Sends email only'
  FROM '[email protected]'
  TO '[email protected]'
  SUBJECT '&LPAR &SSID &SEVR --> &TEXT'
DEFINE DEST BOTHGRPS
  DESC 'Includes ADMINGRP and MAILGRP'
  INCLUDE-GROUP ADMINGRP
  INCLUDE-GROUP MAILGRP

Multiple Groups