Open dtrckd opened 3 years ago
I precise that running sa-update
inside the postal-spamassassin-app container gives me the following error:
bash-5.0# sa-update
config: no configuration text or files found! do you need to run 'sa-update'?
Timeout::_run: check: no loaded plugin implements 'check_main': cannot scan!
Check that the necessary '.pre' files are in the config directory.
At a minimum, v320.pre loads the Check plugin which is required.
Hi,
Using docker-postal in a VPS I have encountered a "no space left on device". After having investigated, I figured out that the issue comes from the spamassasin container.
I turns out that there is an infinitely number of empty folders created within postal-spamassasin-app container, inside the /tmp folder, here's an example (I verifierd that the sise in /var/lib/docker/overlay2 growth as well because of those folders) :
After running the container for ~1days, I got more than 70k folder here
Finally here is a sample of this container logs which may help understanding why all those folder are created
Any idea how we can solve this issue ?