On 25/08/2003 11:53 PM +0000, Voytek Eymont wrote:

------
/home/sbt.net.au
drwxr-xr-x    6 root     root         4096 Aug  6 22:22 sbt.net.au

-------
should I chmod it to rwxrwxr-x ? or ?

I think you'll find the Maildir directory has to be owned by the user. So:


# cd /home/sbt.net.au
# chmod 700 Maildir
# cd Maildir && find . -type f -exec chmod 600 {} \;
# find . -type d -exec chmod 700 {} \;
# cd ..
# chown -R <user> Maildir

Where <user> is the person who will be logging in to check sbt.net.au's mailbox.

Best regards,
Gonzalo


-- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to