Amazon basically gives every Kindle owner an email address to which they can email documents that will be converted to .mobi
format and synced to their Kindle. I thought this was pretty interesting, so I started trying to think my way through how I could implement something similar, but quickly realized I was in over my head. How do you accept mail for tens of thousands of users, much less millions?
BTW, this service only allows emails to your address from authorized email addresses. I could see this being implemented as a procmail
rule, except how do you scale the creation of individual procmail rules to this number of users? How do you even verify that the email truly came from that address in a scalable way?
Thanks.