You are on page 1of 12

Pre-requisites : 1) Company SMTP Details (Google smtp details and app password for testing)

Gmail: kreddi.kishore@gmail.com

App Password: xxxxxxxxxxxxxxxxxxxxxx

SMTP Server: smtp.gmail.com

Protocol: smtp

SMTP Port: 587

Starttls: True

1) Log on to WAS console and navigate to Resources > Mail > Mail Sessions and click New

Enter Name: emailnotify


JNDI: emailnotify
Server: smtp.gmail.com
Protocol: smtp
User: kreddi.kishore@gmail.com
Password: xxxxxxx (app Password)
2) Save the changes.

3) Click on newly created mail session emailnotify and edit custom properties and below 2
properties.
A) mail.smtp.starttls.enable : true
B) mail.smtp.port : 587
4) SSL certificate and key management > Manage certificate expiration > Notifications
And click on new to create a new notification named mynotification
5) Check on Maillog and Email sent to notification list
6) Enter Email Address to add : Receipt Email address ( reddi.devops@gmail.com)

7) Go to SSL certificate and key management > Manage certificate expiration


Set Expiration replacement threshold and Certificate pre-notification threshold as 400 (I setup to get
certificates expired in 400 days)
And select mynotification in Expiration check notification.
8) Navigate to Deployment manager > Process definition > Java Virtual Machine > Custom
properties and below Custom property

9) com.ibm.websphere.security.notification.useWebSphereMailSession :true
10) Save and sync the changes and restart NDM. And monitor systemout.log

Manually generate notifications by navigating Security > SSL certificate and key management >
Manage certificate expiration and click on Start Now and check in log
[9/30/23 21:58:48:691 IST] 000000c2 StartCertific I CWPKI0801I: The certificate expiration monitor started.

[9/30/23 21:58:51:828 IST] 000000c2 WSNotifier I CWPKI0037I: Expiration monitor reports the following information:

**** Subject: Expiration Monitor ****;

Hostname: redhat9.tk

Profile UUID: dmgr2-DEPLOYMENT_MANAGER-44333fca-7aed-4da6-a3d3-5ccda4869535

Process type: DeploymentManager

Checking for expired certificate and certificates in the 400 days threshold period.

*** CERTIFICATES THAT ARE EXIPIRED OR IN THE EXPIRATION THRESHOLD ***;

CWPKI0643I: Personal certificate alias "default" in KeyStore "CellDefaultKeyStore((cell):cell3)" will expire on Sep 28, 2024.

CWPKI0643I: Personal certificate alias "default" in KeyStore "CellRSATokenKeyStore((cell):cell3)" will expire on Sep 28, 2024.

*** CERTIFICATES THAT ARE EXPIRED OR BEYOND THE EXPIRATION THRESHOLD AND HAVE BEEN REPLACED ***;
CWPKI0645I: Personal certificate alias "default" in KeyStore "CellDefaultKeyStore((cell):cell3)" was REPLACED.

CWPKI0645I: Personal certificate alias "default" in KeyStore "CellRSATokenKeyStore((cell):cell3)" was REPLACED.

[9/30/23 21:58:51:884 IST] 000000c2 SystemOut O DEBUG: JavaMail version 1.5.4

[9/30/23 21:58:51:885 IST] 000000c2 SystemOut O DEBUG: successfully loaded resource: /META-INF/javamail.default.providers

[9/30/23 21:58:51:886 IST] 000000c2 SystemOut O DEBUG: Tables of loaded providers

[9/30/23 21:58:51:886 IST] 000000c2 SystemOut O DEBUG: Providers Listed By Class Name:
{com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle],
com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle],
com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle],
com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle],
com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle],
com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle]}

[9/30/23 21:58:51:886 IST] 000000c2 SystemOut O DEBUG: Providers Listed By Protocol:


{imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Oracle],
imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Oracle],
smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Oracle],
pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Oracle],
pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Oracle],
smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]}

[9/30/23 21:58:51:886 IST] 000000c2 SystemOut O DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map

[9/30/23 21:58:51:893 IST] 000000c2 SystemOut O *** In SessionFactory.setPasswordAuthentication, TRANSPORT


PasswordAuthentication is based on:

[9/30/23 21:58:51:893 IST] 000000c2 SystemOut O url=smtp://kreddikishore%40gmail.com@smtp.gmail.com:587

[9/30/23 21:58:51:893 IST] 000000c2 SystemOut O user=kreddikishore@gmail.com

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O password=****************

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O *** In SessionFactory.setPasswordAuthentication, TRANSPORT


PasswordAuthentication is based on:

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O url(Port=-1)=smtp://kreddikishore%40gmail.com@smtp.gmail.com

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O user=kreddikishore@gmail.com

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O password=****************

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O *** In SessionFactory.getObjectInstance, session properties:

[9/30/23 21:58:51:894 IST] 000000c2 SystemOut O mail.transport.protocol=smtp

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.imaps.class=com.sun.mail.imap.IMAPSSLStore

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtp.host=smtp.gmail.com


[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.debug=true

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.pop3s.class=com.sun.mail.pop3.POP3SSLStore

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.from=kreddikishore@gmail.com

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtp.starttls.enable=true

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtp.class=com.sun.mail.smtp.SMTPTransport

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtp.port=587

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtps.class=com.sun.mail.smtp.SMTPSSLTransport

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.imap.class=com.sun.mail.imap.IMAPStore

[9/30/23 21:58:51:895 IST] 000000c2 SystemOut O mail.smtp.user=kreddikishore@gmail.com

[9/30/23 21:58:51:896 IST] 000000c2 SystemOut O mail.pop3.class=com.sun.mail.pop3.POP3Store

[9/30/23 21:58:51:896 IST] 000000c2 SystemOut O mail.mime.address.strict=true

[9/30/23 21:58:51:900 IST] 000000c2 SystemOut O DEBUG: mail.smtp.class property exists and points to
com.sun.mail.smtp.SMTPTransport

[9/30/23 21:58:51:902 IST] 000000c2 SystemOut O DEBUG SMTP: useEhlo true, useAuth false

[9/30/23 21:58:51:902 IST] 000000c2 SystemOut O DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 587, isSSL false

[9/30/23 21:58:51:916 IST] 000000c2 SystemOut O 220 smtp.gmail.com ESMTP d17-20020a92d791000000b0035262e1080esm1091460iln.0 -


gsmtp

[9/30/23 21:58:51:917 IST] 000000c2 SystemOut O DEBUG SMTP: connected to host "smtp.gmail.com", port: 587

[9/30/23 21:58:51:917 IST] 000000c2 SystemOut O EHLO redhat9.tk

[9/30/23 21:58:51:923 IST] 000000c2 SystemOut O 250-smtp.gmail.com at your service, [35.222.38.219]

[9/30/23 21:58:51:923 IST] 000000c2 SystemOut O 250-SIZE 35882577

[9/30/23 21:58:51:923 IST] 000000c2 SystemOut O 250-8BITMIME

[9/30/23 21:58:51:923 IST] 000000c2 SystemOut O 250-STARTTLS

[9/30/23 21:58:51:923 IST] 000000c2 SystemOut O 250-ENHANCEDSTATUSCODES

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O 250-PIPELINING

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O 250-CHUNKING

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O 250 SMTPUTF8

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SIZE", arg "35882577"
[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "8BITMIME", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "STARTTLS", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "PIPELINING", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "CHUNKING", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SMTPUTF8", arg ""

[9/30/23 21:58:51:928 IST] 000000c2 SystemOut O STARTTLS

[9/30/23 21:58:51:931 IST] 000000c2 SystemOut O 220 2.0.0 Ready to start TLS

[9/30/23 21:58:52:229 IST] 000000c2 SystemOut O EHLO redhat9.tk

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-smtp.gmail.com at your service, [35.222.38.219]

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-SIZE 35882577

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-8BITMIME

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER
XOAUTH

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-ENHANCEDSTATUSCODES

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-PIPELINING

[9/30/23 21:58:52:238 IST] 000000c2 SystemOut O 250-CHUNKING

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O 250 SMTPUTF8

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SIZE", arg "35882577"

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "8BITMIME", arg ""

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH2 PLAIN-
CLIENTTOKEN OAUTHBEARER XOAUTH"

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "PIPELINING", arg ""

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "CHUNKING", arg ""

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SMTPUTF8", arg ""

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-
MD5 NTLM

[9/30/23 21:58:52:239 IST] 000000c2 SystemOut O DEBUG SMTP: AUTH LOGIN command trace suppressed

[9/30/23 21:58:52:428 IST] 000000c2 SystemOut O DEBUG SMTP: AUTH LOGIN succeeded
[9/30/23 21:58:52:437 IST] 000000c2 SystemOut O DEBUG: mail.smtp.class property exists and points to
com.sun.mail.smtp.SMTPTransport

[9/30/23 21:58:52:437 IST] 000000c2 SystemOut O DEBUG SMTP: useEhlo true, useAuth false

[9/30/23 21:58:52:437 IST] 000000c2 SystemOut O DEBUG SMTP: trying to connect to host "smtp.gmail.com", port 587, isSSL false

[9/30/23 21:58:52:445 IST] 000000c2 SystemOut O 220 smtp.gmail.com ESMTP x13-20020a02970d000000b0042b2df337ccsm5732316jai.76


- gsmtp

[9/30/23 21:58:52:445 IST] 000000c2 SystemOut O DEBUG SMTP: connected to host "smtp.gmail.com", port: 587

[9/30/23 21:58:52:445 IST] 000000c2 SystemOut O EHLO redhat9.tk

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-smtp.gmail.com at your service, [35.222.38.219]

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-SIZE 35882577

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-8BITMIME

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-STARTTLS

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-ENHANCEDSTATUSCODES

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-PIPELINING

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250-CHUNKING

[9/30/23 21:58:52:451 IST] 000000c2 SystemOut O 250 SMTPUTF8

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SIZE", arg "35882577"

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "8BITMIME", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "STARTTLS", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "PIPELINING", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "CHUNKING", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SMTPUTF8", arg ""

[9/30/23 21:58:52:452 IST] 000000c2 SystemOut O STARTTLS

[9/30/23 21:58:52:454 IST] 000000c2 SystemOut O 220 2.0.0 Ready to start TLS

[9/30/23 21:58:52:463 IST] 000000c2 SystemOut O EHLO redhat9.tk

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-smtp.gmail.com at your service, [35.222.38.219]

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-SIZE 35882577


[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-8BITMIME

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER
XOAUTH

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-ENHANCEDSTATUSCODES

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-PIPELINING

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250-CHUNKING

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O 250 SMTPUTF8

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SIZE", arg "35882577"

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "8BITMIME", arg ""

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN XOAUTH2 PLAIN-
CLIENTTOKEN OAUTHBEARER XOAUTH"

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "PIPELINING", arg ""

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "CHUNKING", arg ""

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Found extension "SMTPUTF8", arg ""

[9/30/23 21:58:52:471 IST] 000000c2 SystemOut O DEBUG SMTP: Attempt to authenticate using mechanisms: LOGIN PLAIN DIGEST-
MD5 NTLM

[9/30/23 21:58:52:472 IST] 000000c2 SystemOut O DEBUG SMTP: AUTH LOGIN command trace suppressed

[9/30/23 21:58:52:624 IST] 000000c2 SystemOut O DEBUG SMTP: AUTH LOGIN succeeded

[9/30/23 21:58:52:625 IST] 000000c2 SystemOut O DEBUG SMTP: use8bit false

[9/30/23 21:58:52:625 IST] 000000c2 SystemOut O MAIL FROM:<WebSphereNotification@ibm.com>

[9/30/23 21:58:52:627 IST] 000000c2 SystemOut O 250 2.1.0 OK x13-20020a02970d000000b0042b2df337ccsm5732316jai.76 - gsmtp

[9/30/23 21:58:52:627 IST] 000000c2 SystemOut O RCPT TO:<reddi.devops@gmail.com>

[9/30/23 21:58:52:629 IST] 000000c2 SystemOut O 250 2.1.5 OK x13-20020a02970d000000b0042b2df337ccsm5732316jai.76 - gsmtp

[9/30/23 21:58:52:629 IST] 000000c2 SystemOut O DEBUG SMTP: Verified Addresses

[9/30/23 21:58:52:629 IST] 000000c2 SystemOut O DEBUG SMTP: reddi.devops@gmail.com

[9/30/23 21:58:52:629 IST] 000000c2 SystemOut O DATA

[9/30/23 21:58:52:999 IST] 000000c2 SystemOut O 354 Go ahead x13-20020a02970d000000b0042b2df337ccsm5732316jai.76 - gsmtp

[9/30/23 21:58:53:000 IST] 000000c2 SystemOut O From: WebSphereNotification@ibm.com

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O To: reddi.devops@gmail.com


[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Message-ID: <696903712.0.1696091332436@gmail.com>

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Subject: WebSphere Notification from process:

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O (cell):cell3:(node):dmgrnode:(server):dmgr

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O MIME-Version: 1.0

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Content-Type: text/plain; charset=us-ascii

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Content-Transfer-Encoding: 7bit

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O **** Subject: Expiration Monitor ****;

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Hostname: redhat9.tk

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Profile UUID: dmgr2-DEPLOYMENT_MANAGER-44333fca-7aed-4da6-a3d3-


5ccda4869535

[9/30/23 21:58:53:001 IST] 000000c2 SystemOut O Process type: DeploymentManager

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O Checking for expired certificate and certificates in the 400 days threshold period.

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O *** CERTIFICATES THAT ARE EXIPIRED OR IN THE EXPIRATION
THRESHOLD ***;

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O CWPKI0643I: Personal certificate alias "default" in KeyStore
"CellDefaultKeyStore((cell):cell3)" will expire on Sep 28, 2024.

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O CWPKI0643I: Personal certificate alias "default" in KeyStore
"CellRSATokenKeyStore((cell):cell3)" will expire on Sep 28, 2024.

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O *** CERTIFICATES THAT ARE EXPIRED OR BEYOND THE EXPIRATION
THRESHOLD AND HAVE BEEN REPLACED ***;

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O CWPKI0645I: Personal certificate alias "default" in KeyStore
"CellDefaultKeyStore((cell):cell3)" was REPLACED.

[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O CWPKI0645I: Personal certificate alias "default" in KeyStore
"CellRSATokenKeyStore((cell):cell3)" was REPLACED.
[9/30/23 21:58:53:002 IST] 000000c2 SystemOut O.

[9/30/23 21:58:53:578 IST] 000000c2 SystemOut O 250 2.0.0 OK 1696091333 x13-20020a02970d000000b0042b2df337ccsm5732316jai.76 -


gsmtp

[9/30/23 21:58:53:578 IST] 000000c2 SystemOut O DEBUG SMTP: message successfully delivered to mail server

[9/30/23 21:58:53:578 IST] 000000c2 SystemOut O QUIT

[9/30/23 21:58:53:580 IST] 000000c2 SystemOut O 221 2.0.0 closing connection x13-20020a02970d000000b0042b2df337ccsm5732316jai.76 -
gsmtp

[9/30/23 21:58:53:581 IST] 000000c2 SystemOut O QUIT

[9/30/23 21:58:53:584 IST] 000000c2 SystemOut O 221 2.0.0 closing connection d17-20020a92d791000000b0035262e1080esm1091460iln.0 -
gsmtp

[9/30/23 21:58:53:584 IST] 000000c2 StartCertific I CWPKI0804I: The certificate expiration monitor finished successfully.

[9/30/23 21:58:54:546 IST] 000000c2 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite]


[/ibm/console] [/secure/javascriptToSession.jsp]: Initialization successful.

You might also like