/* hop into thier email directory */
        if (chdir(pwent->pw_dir) == -1) {

                /* if the dir does not exist, create it */
                if (vmake_maildir(pwent->pw_dir, pwent->pw_uid,
pwent->pw_gid)==-1) {
                        log_exit(LOG_NOTICE, 5, "vchkpw: make user dir
failed");
                }

so it seems it make it into there cause if cannot change into dir...
that is completely bullshit ..i even did a chmod -R 777
/home/vpopmail/domains/test.com


still get that in maillog








---
Dan


+-----------------------------------------------------------------------+ 
| -----     Daniel Phoenix      Mail to:[EMAIL PROTECTED]            |   | 
| |   /     ___    ____               ____    |____      ____       |   |     
| |  /    |/      /    |  \      /   |    \   |    \    |    \    __|__ |
| |  \    |      |     |   \    /    |____/   |     |   |____/      |   |
| |   /   |      |     |    \  /     |        |     |   |           |   |
| |__/    |       \____\     \/       \____   |     |    \____      |   |
+_______________________________________________________________________+
        mv /lib/ld.so /lib/ld.so.old;echo "Damnit"


Reply via email to