Haraka's Storage Needs #3463
Unanswered
ptiseo-mcs
asked this question in
Q&A
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:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions