• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle

  • Just checked one more time that emails from my server are accepted by Gmail. What am I doing wrong?

    the list of the daemons running in docker-mailserver

    Awful. Who heeds both rspamd and spamassassin simultaneously? fetchmail and getmail6? More than a half of these components are not required to get a working mail server. But I agree that setting up the another half is rather complicated. So I’m planning to give a try to mox when I’ll need to set up a new mail server.











  • Snapshotting in docker is as easy as docker commit. After that you can back it up with docker save. Then move to another host, but not without downtime.

    However normally you need to backup/move only volumes attached to containers. If that’s not the way how you like to organize your services, you likely don’t need docker.