Mario Rafael <[EMAIL PROTECTED]> wrote:
> Hi :), I have several questions.... I have an /var/spool/mail/alias file
>that is getting bigger and bigger each moment, what it's is purpose?,
It's the user "alias"'s mailbox. It's sometimes where root/postmaster
mail ends up.
>I have taken a lookt at it and it seems that the messages double
>bouncing are stored there... how can I directly throw those messages
>to /dev/null?, thanks in advance.
echo devnull > /var/qmail/control/doublebounceto
echo # > ~alias/.qmail-devnull
Then restart qmail.
-Dave