Weblogs for sphaero
I could access my homedrive with:
smbclient //server/myusername -U myusername
But specifying an other user worked as well.
smbclient //server/otherusername -U myusername
I have read-only access to the users homedrive. The home directory permissions were set to 0755 so it is correct that the home directory of users is readable by others. Changing it to 0700 would give NT_ACCESS_DENIED in samba but then apache user dirs don't work. So 0711 is the final solution.
Still I thought it was weird samba would let me map an other users homedrive.
http://www.debian.org/releases/stable/i386/ch04s07.html
and works perfectly. But now I'm more getting into it I've tried to preseed a different setup for Exim4 during install just to realise it isn't working. I just can't get a different setup then "No configuration at this time" and "Local mail only" and I want to use a smarthost configuration or a 'send and receive mail directly'. But no luck. I'm now thinking of automatically removing exim4 and installing postfix instead. Anyone...?