Quote:
Originally Posted by till
@ blocker: That looks all fine so far. What is your problem?
|
Hi Till,
my problem is that web168 (and all the other webs) has a group ownership of 10590 (such group name or group ID does no exist in /etc/group), this leads for example to another issue - users can not get their mails in the Maildir because (Permission denied)
example of a directory structure:
Code:
drwxrwxrwx 8 admin_user 10590 4096 2008-06-28 08:50 web168
lrwxrwxrwx 1 www-data 10590 15 2008-03-20 11:25 www.example.org -> /var/www/web168
Code:
/var/www/web168# ls -la
drwxrwxrwx 8 admin_user 10590 4096 2008-06-28 08:50 .
drwxr-xr-x 539 www-data 10590 36864 2008-06-28 10:01 ..
drwxrwxrwx 2 admin_user 10590 4096 2007-06-29 12:13 cgi-bin
-rw------- 1 admin_user web168 24 2008-06-28 08:50 .forward
-rw-rw-r-- 1 www-data web168 26 2008-06-30 04:06 .htpasswd
drwxrwxrwx 4 admin_user web168 4096 2008-06-02 00:30 log
lrwxrwxrwx 1 root root 40 2008-06-28 08:50 Maildir -> /var/www/web168/user/admin_user/Maildir
drwxrwxrwx 2 admin_user web168 4096 2007-06-29 12:13 phptmp
-rw-r--r-- 1 root root 478 2008-06-28 08:50 .procmailrc
lrwxrwxrwx 1 root root 47 2008-06-28 08:50 .spamassassin -> /var/www/web168/user/admin_user/.spamassassin/
drwxrwxrwx 2 admin_user 10590 4096 2007-06-29 12:13 ssl
drwxrwxrwx 3 admin_user 10590 4096 2007-06-29 12:13 user
lrwxrwxrwx 1 root root 48 2008-06-28 08:50 .vacation.cache -> /var/www/web168/user/admin_user/.vacation.cache
drwxrwxrwx 12 admin_user 10590 4096 2007-12-10 12:52 web
Thanks!