How to stop all the SMTP emails from Endevor
search cancel

How to stop all the SMTP emails from Endevor

book

Article ID: 213955

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

We would like to stop emails being sent out from Endevor.

Environment

Release : 18.0 +

Component : CA Endevor Software Change Manager

Resolution

 

Two ways to Stop Emails being sent out:

Method 1):

Change the ESMTPTBL to not send any emails.  Make the following changes to the default table as found in CSIQSRC(ESMTPTBL).

Currently the default table has:

         $ESMTP HOSTNAME=hostname,                                               X    
               DFTDOMAIN=emaildomain.com,                                           X    
               DFTURL='http://endevor0/ccm1002/webpages/login.jsp',     X    
               DFTID=USERID           use userid@dtfdomain                  
*                                     if userid not explicitly defined      

Change it to this:

         $ESMTP HOSTNAME=hostname,                                                X    
               DFTDOMAIN=emaildomain.com,                                            X    
               DFTURL='http://endevor0/ccm1002/webpages/login.jsp'         
*              DFTID=USERID           use userid@dtfdomain                  
*                                     if userid not explicitly defined    

The changes are to put a * in column 1 next to DFTID=USERID. This will comment it out the line.  On the previous line remove the X in column 72 and remove the comma at the end of the line. This will remove the continuation. 

Then compile and link the table.

Method 2): 

Ensure you don't have Exit 7 active and it is not sending out emails. If you do you may have to alter exit 7 or remove exit 7.

In the C1DEFLTS make the following changes.

Ensure the value of SYNC@CHK is null or N. (ie SYNC@CHK=, or SYNC@CHK=N,)

Ensure all cases(for all Environments) the value of SYNC@BLOC is null or N(ie. SYNC@BLOC=, SYNC@BLOC=N)

Then compile and link the C1DEFLTS table.

In the options table (ENCOPTBL) ensure the following options are active:

ENHOPT SUPPRESS_OVERRIDE_EMAIL=ON

ENHOPT SUPPRESS_SHIPCONF_EMAIL=ON

Then compile and link the ENCOPTBL.