Many log? files on the web server
Posted: Mon Mar 04, 2024 12:37 pm
Hesk leaves a kind of log file on the web server that pertains to the IMAP part. Hesk retrieves email from an Office 365 environment, and this all works perfectly.
Each time, a file is created on the web server with the name: hesk_imap.php_key=MY_SECRET_KEY.100051.
It appears that these files are generated by the following script: MY_DOMAIN > inc > mail > hesk_imap.php. (71K by now)
The content of the file is the same every time: #!/usr/bin/php -q
I cannot find anything unusual in the script, and I wouldn’t know what could be causing this. Does anyone have an idea?
With de debug mode on the result from the email fetch script is:
Each time, a file is created on the web server with the name: hesk_imap.php_key=MY_SECRET_KEY.100051.
It appears that these files are generated by the following script: MY_DOMAIN > inc > mail > hesk_imap.php. (71K by now)
The content of the file is the same every time: #!/usr/bin/php -q
I cannot find anything unusual in the script, and I wouldn’t know what could be causing this. Does anyone have an idea?
With de debug mode on the result from the email fetch script is:
Code: Select all
#!/usr/bin/php -q
Connected to the IMAP server "outlook.office365.com:993".
No unread messages found.
Disconnected from the IMAP server.