Haraka's Storage Needs #3463
Answered
by
msimerson
ptiseo-mcs
asked this question in
Q&A
|
I'm looking to create a scalable deployment of Haraka. While Haraka doesn't function as a mail store, I presume it maintains transient mail queues or files for messages in transit. So, how would that work in a containerized environment? What happens to messages if a container terminates unexpectedly? Would I need some form of shared file storage for mail queues across instances to prevent message loss during scaling events? Do I use a queue plugin, and all instances use it for transient needs? |
Answered by
msimerson
Apr 26, 2025
Replies: 1 comment
|
Most every containerized environment has some form of persistent storage. Those don't do, depend on other services that provide that persistence. There's a handful of ways one could deal with this. Here's a few that I've seen:
|
0 replies
Answer selected by
msimerson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most every containerized environment has some form of persistent storage. Those don't do, depend on other services that provide that persistence. There's a handful of ways one could deal with this. Here's a few that I've seen: