scanner / as_email_service

A Django app and smtp relay service for working with 3rd party email services and asimap
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Move to a system without locally mounted file systems - use block storage, light stream, etc #87

Open scanner opened 11 months ago

scanner commented 11 months ago

Eventually to run this server more properly in a containerized environment, and probably under a system like kubernetes, we will do away with writing to locally mounted file systems.

Using block storage to pass data back and forth between the web service and huey, etc. Removing local delivery as an option, but offering delivery via IMAP. Configuring the SSL keys via some other method (maybe integrate some way to get certs via letsencrypt,etc, or maybe not relevant if a load balancer terminates SMTP TLS for us.

Given a configured block storage service, a way to get SSL certs everything the deployment should be able to setup lightstream, etc.