Closed jackchuong closed 1 year ago
Hello,
Looking a bit for this, it looks like there is some problem with the network configuration (in particular, I've seen reports that mentioned having fixed the problem by either adjusting the MTU or by otherwise tuning the network interface card.
I'm sorry I can't help more here. The software inside the docker container is exim
from the official debian
repository. Any sort of problems with the software will need to be reported upstream, since this docker package only provides a couple of scripts.
I fixed my PHP app and problem was gone.
Hi all, I'm using ixdotai/smtp as a sidecar container with my app container (PHP), for sending out email.
myapp (PHP) will send out going emails through localhost smtp port 25 (smtp container), I'm getting strange problem. After a few hours of no use, users access myapp and use it to send out emails , it will fail , with smtp logs like
Users try second , third time more , and it back to work normally.
The problem keeps repeating, I also tried with bytemark/smtp & namshi/smtp before, same problem , so it's my app's fault or something else ?