Brian Clare wrote:
>
> Is there a way, using qmailadmin to forward an account to /dev/null or
> otherwise ignore and dispose of whatever comes in for that account?
>
> Thanks.
>
> Brian
Put a "#" character in the users forward file
You might be able to do that in the qmailadmin page.
I'd like to hear if you can.
Otherwise you'll need to generate a .qmail-user file
by hand
echo "#" > ~vpopmail/domains/the.domain.in.question/.qmail-user
<fix the permissions just in case>
chown vpopmail ~vpopmail/domains/the.domain.in.question/.qmail-user
chgrp vchkpw ~vpopmail/domains/the.domain.in.question/.qmail-user
chmod oug-x ~vpopmail/domains/the.domain.in.question/.qmail-user
Ken Jones