"Expert" <[EMAIL PROTECTED]> wrote:
> My .qmail-default have the line: | /var/qmail/bin/fastforward -d
>/etc/aliases.cdb. The /etc/aliases have the line: MAILER-DAEMON: admin . I'm
>receiving a lot of emails from someone trying to spam me but, the accounts
>that the spamer is trying to spam doesn't exists so, the qmail send a
>MAILER-DAEMON message to admin saying that the account doesn't exists.
By default, qmail sends double bounces to postmaster, not
MAILER-DAEMON. Bounces and double bounces are sent *from*
MAILER-DAEMON, but removing a MAILER-DAEMON alias won't stop them from
being sent r delivered to postmaster.
>I disabled this line from .qmail-default in order to prevent the
>qmail from send this message but, I looked at the logs and I saw that
>when a message to an unknown arrive this logs the message DID.
What does "the message DID" mean?
>My question is : Where this messages to an unknown user is stored ?
They're not stored, they're returned to the sender (a bounce). If the
sender is invalid, the bounce bounces (a double bounce), which is sent
to postmaster on recipient's system.
>Is this message discarded ?
qmail doesn't discard messages, bounces, or double bounces, but triple
bounces (double bounces that can't be delivered to postmaster (or
doublebounceto)) *are* discarded.
-Dave