Deslions Nicolas <[EMAIL PROTECTED]> wrote:
>Thanks but it doesn't seems to work
>i think the problem maybe comes from the ":" character...
It works. I just tested it.
Did you remember to substitute the correct UID and GID in the assign
entry? I suggested:
>> +smtp:alias:aliasuid:aliasgid:/var/qmail/alias::-smtp-:
You should have replaced "aliasuid" and "aliasgid" with the uid of
user "alias" and the gid of group "nofiles".
The assign file must be ended with a line containing only a ".", and
you also have to run qmail-newu. E.g.:
# cat assign
+smtp:alias:49492:31314:/var/qmail/alias::-smtp-:
.
# /var/qmail/bin/qmail-newu
#
-Dave