Hello, Since we have updated to 3.2.12. Some of our mail domains, that are deactivated, are reactivated without any human action. I didn't find anything in ISPC logs. In the datalog I don't have session ID, and it says it was made by admin user. (see the image) Did someone already face this issue or could help me to debug it ? Thanks already
Do you use the ISPConfig remote API, or is there any other software connected to ISPConfig with the remote API? If yes, then its likely done via remote API as the API is logged in as admin user and as its the API, it has no session ID.
Also, the timestamp makes it unlikely that this happens by any kind of automatic cronjob in ISPConfig. Such actions typically happen at night e.g. after calculating traffic quotas or similar. And just to mention, I have not seen such behavior on any of my systems nor received any report of such behavior from other users. What might be related is this: https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/6768 It's not about mail domains, though.
This absolutely my behavior. I have a script that update ISPC users using API REST, but there is no API call to modify anything else. I think I will just disable script on modify because it is really annoying. THx for the help