Hacker News new | ask | show | jobs
by h1d 2564 days ago
No. Your case works for a single person but for more people on a single domain, you would want to do,

service1@me.your.domain service1@dad.your.domain

(Instead of me+service1@your.domain)

service2@me.your.domain service2@mom.your.domain

and so on. So, those services have no way of fooling you by tampering with the alias parts.

But of course this isn't easy unless you roll your own mail server.

1 comments

Thanks for the breakdown. I didn't think about using Sub Domains!