On Fri, Jan 29, 1999 at 08:45:48AM -0800, Bob McLaren wrote:
> It's strange, I've noticed that when the system does automatic emails to the
> "[EMAIL PROTECTED]" account the maillog reflects the message successfully
> being sent to local [EMAIL PROTECTED]  Whereas when I try to send a message
> to any account using telnet on SMTP port 25 the maillog reports a succesful
> delivery to local @mydomain.com. It now appears to me that somehow
> qmail-smtpd is not recieving user information from the SMTP session.  Here is
> a sample SMTP session.
> 220 mydomain.com ESMTP
> helo dude
> 250 mydomain.com
> mail bob
> 250 ok
> rcpt bob
> 250 ok
> data
> 354 go ahead
> This is a test
> .
> 250 ok 917628297 qp 1514
> quit
> 221 mydomain.com

Try entering the SMTP stuff using the correct protocol:

220 mydomain.com ESMTP
helo dude.mydomain.com 
250 mydomain.com
mail from:<[EMAIL PROTECTED]>
250 ok
rcpt to:<[EMAIL PROTECTED]>
250 ok
data
354 go ahead
Subject: This is a test

This is a test.
.
250 ok 917628297 qp 1514
quit
221 mydomain.com

Chris

Reply via email to