I have recently reinstalled my VPS OS and at present do not have any websites in my public_folder. In order to investigate a dovecot error which of course is not my question here, I issued
tail -n 20 domains/mydomain.com.error.log
which yielded
[Sat Aug 09 01:53:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:54:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:55:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:56:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:57:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:58:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 01:59:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:00:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:01:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:02:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:03:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:04:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:05:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:06:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:07:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:08:42 2014] [error] [client 141.8.xxx.x] File does not exist: /home/admin/domains/domain.com/public_html/robots.txt
[Sat Aug 09 02:08:42 2014] [error] [client 141.8.xxx.x] File does not exist: /home/admin/domains/domain.com/public_html/robots.txt
[Sat Aug 09 02:08:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:09:53 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
[Sat Aug 09 02:10:54 2014] [error] [client 158.58.xxx.xxx] File does not exist: /home/admin/domains/domain.com/public_html/folder1
What I cannot understand is the presence of the IP address 158.58.xxx.xxx and 141.8.xxx.x which does not belong to me as clients in the above lines. Would you please explain what these lines mean? What do they have to do with my public_folder?
Thanks in advance.