Greeting you, people!

Can I ask about patches or solve next problem:
If we make telnet connection to qmail-ESMTP, we can see next:

>telnet 192.168.2.1 25

220 domain.com ESMTP

MAIL FROM: [EMAIL PROTECTED]
250 Ok
RCPT TO: somebody
250 Ok
DATA
354 go ahead
bla-bla-bla
.
250 ok 998993970 qp 28932
quit
221 domain.com

> Connection closed by foreign host.

And nothing mean if user "somebody" don't exist

If we look at this on sendmail we can see:

>telnet 192.168.2.1 25

220 domain.com ESMTP Sendmail x.x.x/x.x.x Tue, 28 Aug 2001 16:19:59 +
0600 (YEKST)

MAIL FROM: [EMAIL PROTECTED]
250 [EMAIL PROTECTED] Sender ok
RCPT TO: somebody
550 somebody... User unknew
quit
221 domain.com closing connection.

> Connection closed by foreign host.


In other words I want ask: did exist any solution in qmail not recive
letters for non-exists users?

Thank you.

-- 
Best regards,
 Alexey                            mailto:[EMAIL PROTECTED]

Reply via email to