Daniel Carlos <[EMAIL PROTECTED]> wrote:
>donald# grep alias /etc/passwd
>alias:*:1002:1001:User &:/var/qmail/alias:/nonexistent
>
>donald# ls -ld / /var /var/qmail /var/qmail/alias
>drwxr-xr-x 17 root wheel 512 Jan 17 11:01 /
>drwxr-xr-x 21 root wheel 512 Feb 15 19:36 /var
>drwxr-xr-x 10 root qmail 512 Jan 18 09:50 /var/qmail
>drwxr-sr-x 2 alias qmail 512 Jan 23 12:36 /var/qmail/alias
But, in ealier message:
>948693951.468531 delivery 386: deferral: Unable_to_find_alias_user!/
Check the password file, e.g. using:
ls -ld / /etc /etc/passwd
The "Unable to find alias user!" message means getpwent("alias")
failed, which means it's either not there, or the process checking
couldn't access the file.
-Dave