Posts by José Geraldo • 31 points
5 posts
-
1
votes0
answers22
viewsQ: Email server login attempts with non-existent users
Recently I noticed several attempts to login to the mail server with non-existent users, looking at the postfix log there are several lines similar to this: Nov 5 13:03:04 servename imapd: LOGIN…
-
0
votes1
answer178
viewsA: Container Docker does not starta "no space left on device"
In my case I was able to access the container again using Docker export and Docker import and creating a new container based on the image I got in import. Now I’m leaving the answer here because who…
dockeranswered José Geraldo 31 -
0
votes1
answer178
viewsQ: Container Docker does not starta "no space left on device"
I am facing the problem with Docker I had a container that was running when it hit the 10G, and without knowing it I of a stop in it and now it does not start. # docker start ambient-dev Error…
dockerasked José Geraldo 31 -
1
votes1
answer658
viewsQ: Perform task scheduling via PHP in windows
I need to schedule the sending of an email dynamically on a windows server running IIS. I have the following code in PHP: class AgendarTarefaWindow{ public function agendar($nome, $data, $tarefa){…
-
1
votes0
answers258
viewsQ: real time application with php
I have the following problem I need to implement real-time actions in an application already developed using php running on iis. I already managed to make my application communicate with an…