top | item 13818976

(no title)

erdemozg | 9 years ago

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.

discuss

order

NKCSS|9 years ago

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'.

throwanem|9 years ago

You can also do this with a real MTA; no need for Google, either.

Cpoll|9 years ago

I wanted this and I couldn't find it, thanks!

How much spam do you get from the Catch-All?

erdemozg|9 years ago

Thanks for the info. I didn't know it was that easy.

vlucas|9 years ago

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.

vocatus_gate|9 years ago

You're doing the Lord's work, son.

thinkmilitant|9 years ago

This is a great service/idea. Have you considered a donate button to help support it?

tokenizerrr|9 years ago

> though I have no idea if I'd face any legal issues.

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

Ignorance of the law isn't an excuse.

manmal|9 years ago

Or just pretend that you are a gmail mail server and store the credentials that are transmitted when people add the account to their mail app.

dbbk|9 years ago

Would DMARC not prevent this?