Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: add example of persistent volume for Postfix queue #60

Open
lesinigo opened this issue Feb 24, 2021 · 3 comments
Open

Documentation: add example of persistent volume for Postfix queue #60

lesinigo opened this issue Feb 24, 2021 · 3 comments

Comments

@lesinigo
Copy link

Following the current documentation the container will have ephemeral storage and could loose any unsent email if it gets stopped, removed and recreated.

Documentation should contain an example on how to keep Postfix queue on an externally provided volume to make it persistent.

@bokysan
Copy link
Owner

bokysan commented Feb 24, 2021

You are correct -- although the Dockerfile maps the /var/spool/postfix the documentation itself does not explicitly state this.

Merge requests are welcome :)

@lesinigo
Copy link
Author

Yep I'm currently testing out your (really well made) container right now, so far without any volume mapped.
I will test volume mapping and queue persistence and send an MR for the docs as soon as time permits 👍

@Nuru
Copy link

Nuru commented Mar 19, 2021

If you set persistence.enabled: true then it will use a Persistent Volume to store the queue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants