aksiksi / vaulty

A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4 stars 0 forks source link

Handle multiple Vaulty recipients in single email #59

Open aksiksi opened 4 years ago

aksiksi commented 4 years ago

Options:

  1. Use Postfix to limit each delivered email to 1 recipient. Downside: email is replicated in queue?
  2. Handle this in the backend by forking the stream for each attachment and forwarding to all relevant storage backends.

For (2):