I am brand new to docker. I followed the instructions on the website but now I’m getting this error:
ERROR disk-space-monitor kumo_server_common::disk_space: statvfs(/var/spool/kumomta/data) failed: ENOENT: No such file or directory
I just pulled down the latest docker image and I’m not sure why this file is missing.
Mike
(Mike Hillyer)
January 28, 2025, 10:13pm
4
If you’re brand new to Docker why not install from repo instead?
to help you maybe post the docker command / docker compose file, I guess there is something wrong with the directory mount
wez
(Wez Furlong)
January 28, 2025, 10:26pm
6
that error message is harmless error that is printed when you first launch kumod; the monitor is started just before the data directory is created
ah perfect, thanks for the explanation
Wow I didn’t expect such a quick response!
Mike- I’m new to every aspect of this. I’ve never scripted but I’m being told I have to use docker.
Wez- I’m not quite sure what that means. I figured out how to log into the instance and tried to find that var/spool/kumomta/data file and it doesn’t show up in the container. Is that normal?
Mike
(Mike Hillyer)
January 28, 2025, 11:14pm
9
As long as you don’t think we’re the ones telling you to use Docker. It is not required for KumoMTA.
tom
(Tom Mairs)
January 28, 2025, 11:19pm
11
This is a good place to start with docker.
This is great! More info than I even asked for thank you!
tom
(Tom Mairs)
January 28, 2025, 11:24pm
13
Welcome to the world of container management
Hey guys I just wanted to update you all, I got Kumo to run locally and sent an email to a listener and the email was received!