I would be tempted to implement a custom SMTP server that accepts every email as if that target mailbox exists and collect them on a nosql db (just for curiosity and technical challenge) though I have no idea if I'd face any legal issues.
It's called Catch-All; I have it set up for my Google For Work account (e.g. I have a gmail that receives @my domain). So, you could use gmail to catch all e-mails to @gail.com; no need for a 'custom SMTP server'.
I made a service that does this ( https://disposeamail.com/ ), and I am constantly asking myself if it's worth it. The PostgreSQL database takes up over half the disk space on the VPS I run it on, and that's only after a few months. And of course it's almost all ultra low quality spam.
NKCSS|9 years ago
throwanem|9 years ago
Cpoll|9 years ago
How much spam do you get from the Catch-All?
erdemozg|9 years ago
vlucas|9 years ago
vocatus_gate|9 years ago
thinkmilitant|9 years ago
tokenizerrr|9 years ago
Why would you? It's standard practice to set up a catch-all for your domain and you can just configure postfix to do that.
paulcole|9 years ago
manmal|9 years ago
dbbk|9 years ago
unknown|9 years ago
[deleted]