| 
 | 
--
As Paul has indicated, this method does remove pending email.
REVISED:
This is the procedure for removing a "stuck" email.
Symptoms are a high CPU usage.
Suggest you sign on as security officer or equivalent...
Do this first:
       endmsf
       endtcpsvr *SMTP
After these processes have ended,
then create this data area:
       crtdtaara dtaara(qusrsys/qtmsclean) type(*char) len(1)
                 value('?') aut(*all)
                           ^
                           c = clears all pending email
                           w = removes first entry
 **Choose the appropriate value option from these 2 choices...
Then do this:
       strmsf msgopt(*CLEAR)
       strtcpsvr *SMTP
SMTP CPU usage should now be normal...
--
[ Converted text/html to text/plain ]
As Paul has indicated, this method does remove pending email.
REVISED:
This is the procedure for removing a "stuck" email.
Symptoms are a high CPU usage.
Suggest you sign on as security officer or equivalent...
Do this first:
       endmsf
       endtcpsvr *SMTP
After these processes have ended,
then create this data area:
       crtdtaara dtaara(qusrsys/qtmsclean) type(*char) len(1)
                 value('?') aut(*all)
                           ^
                           c = clears all pending email
                           w = removes first entry
 **Choose the appropriate value option from these 2 choices...
Then do this:
       strmsf msgopt(*CLEAR)
       strtcpsvr *SMTP
SMTP CPU usage should now be normal...
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.