I would like to create a directory /home/dotancohen/inbox/ in which other users on the system could write files to. I do not want them to have read or write access to /home/dotancohen/. I tried setting /home/dotancohen/inbox/ to permissions 777 but as /home/dotancohen/ is permission 700 they cannot access the inbox at all.
Is there any way to create this universally-writable inbox?