SMTP Connection Configuration
I have two environments (say P and Q) which have been using the same SMTP connection parameters (an Active Directory UserID and PWD).
The P environment credentials were updated and in Q environment, the SMTP connection was replaced with a new connection string. The SMTP connection was changed manually (under Rules-->SysAdmin--> Email Account) and it works and email functionality is present in both P and Q environments.
Due to this change in Q, the existing SMTP connection in P environment gets locked out i.e the existing Active Directory UserID gets locked out because the Q environment where I changed, is looking for the prior/previous SMTP connection and AD locks out the UserID.
Is there any other place (other than under Rules-->SysAdmin--> Email Account) where SMTP connections are configured? The lockout happens every 30mins which leads me to believe that there might be an Agent which is looking for these credentials and since it is not finding the credentials/account, the AD is detecting an error locking the account.
What other locations/places are SMTP connections configured in PEGA 6.1? Any ideas?