Opening a ticket details and saving "Update Email Address" with SMTP details takes about 15 seconds.While this is happening, in XAMPP Apache opens new listening ports with random numbers. The browser waits for response from web server and the response only comes once the opened listening ports are closed after 15 seconds or so. The normal http and https ports are shown as listening in netstat.I am running the latest version (v1.10.1 9ae093d) with https://github.com/osTicket/osTicket/commit/424bfc99d93b920f6162b602eeea41125086425d manually patched.I have tried changing default listening port for http and https to someing unused in the 4xxxx range. I have also tried changing the listen port of mysql. No effect.Edit: in the "Update Email Address" page, with SMTP settings, the page times out before Apache recovers and hence I am unable to apply SMTP settings.