Tom Beer <[EMAIL PROTECTED]> wrote:
>
> it's driving me nuts. I don't know a not tested
> permission setting. Why do I get an access denied error,
> every time a message bounces, because there's no mbox?
Because qmail runs with the permissions of the user it is delivering to.
> ls -la /var/qmail/alias
[...]
> -rw-r--r-- 1 root qmail 18 May 16 19:06 .qmail-tom
>
> ls -la /home/tom
[...]
> drwxr--r-- 2 tom users 4096 May 18 20:06 .
You implied that ~alias/.qmail-tom contains /home/tom/Mailbox . Therefore,
if alias is handling this address, user "alias" will be trying to write to
~tom/Mailbox, which won't work.
However, user "tom" should override alias, unless you're using virtualdomains
to do this or something. Post the output of `qmail-showctl` (unedited) and we
might be able to help you further. It might be as simple as changing your
~alias/.qmail-tom file to contain a forwarding directive.
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.
-----------------------------------------------------------------------