foxcpp / foxcpp/maddy

Direct SMTP delivery to storage.blob (filesystem, S3)

Aperta
#423 1 commento 3 reazioni 0 assegnatari Vedi su GitHub
mta-in new feature
Lingua principale
Go
Stelle
6.1k
Fork
327
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

There is storage.blob module namespace that is used by IMAP storage layer to store message bodies.
It would be helpful if we can implement an adapter that would allow SMTP pipeline to directly write messages
into blob storage (which can be backed by FS or S3 bucket or something else).

I guess we could just make all storage.blob implementations also implement delivery target interface via some helper utility
so users can just write:
```
deliver_to s3 { bucket config goes here }
```

Important details:
1. How object (file) name should be formatted?
2. How SMTP metadata should be saved (if saved at all)?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.