Travis Turner <[EMAIL PROTECTED]> wrote:
> At 02:37 PM 8/20/2001 -0400, you wrote:
> >Just like the message says, it's the bounce bouncing.
[...]
> I understand that but I get about 10 of these a day all double bouncing.  I 
> understand why they are double bouncing but how are they getting the relay 
> through in the first place to an address that will bounce?

You're missing the central point.  "They" are _not_ getting any "relay
through".

They're connecting to your SMTP port and sending you a message,
addressed to [EMAIL PROTECTED], from envelope sender
[EMAIL PROTECTED]  qmail-smtpd accepts and queues the
message, and the SMTP transaction is completed.  They disconnect.

qmail-send sees this message in the queue, tries to deliver it, and
realizes that there's no such user on your system.  qmail-send composes
a bounce message to [EMAIL PROTECTED], with a null envelope
sender, and a From: header of "Mailer-Daemon" or some such.  However,
when trying to deliver this message, otherdomain.tld is saying (during
the initial SMTP transaction) "no such user", refusing the message.

qmail-send is then seding this to you, telling you that the bounce
bounced.

Where in all this do you see any relaying happening?

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                            <[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
-----------------------------------------------------------------------

Reply via email to