Alex Le Fevre <[EMAIL PROTECTED]> wrote:
> > My thinking at this point is this has to be an
> > ownership/permissions issue.

> bash-2.04# ls -ld / /home /home/alias /home/alias/.qmail*
> drwxr-xr-x  17 root  wheel  512 Feb  6 14:10 /
> drwxr-xr-x  26 root  wheel  512 Feb 10 09:29 /home
> drwxr-xr-x   2 root  wheel  512 Feb 11 13:40 /home/alias
> -rw-r--r--   1 root  qmail   19 Feb 10 18:24
>   /home/alias/.qmail-threeacesolutions-info

There's the problem. alias doesn't own his home directory; therefore
qmail consider that user to exist.  `chown alias:users /home/alias` should
fix it.

> Looks like I should probably chown popuser:popuser
> .qmail-threeacesolutions-info, right?

No, chown it to alias.  In fact, make that `chown -R alias:users /home/alias`
to make it right.  You can change the group to whatever your proper default
is under your OS.

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------

Reply via email to