Steve Kapinos <[EMAIL PROTECTED]> wrote:

>My problem is though, when I telnet to port 25 to deliever a message via 
>smtp, everything looks fine, but I never see the message.
>
>[root@hootch qmail-smtpd]# telnet 127.0.0.1 25
>Trying 127.0.0.1...
>Connected to 127.0.0.1.
>Escape character is '^]'.
>220 hootch.tandbergusa.com ESMTP
>helo test
>250 hootch.tandbergusa.com
>mail [EMAIL PROTECTED]
>250 ok
>rcpt [EMAIL PROTECTED]

Try:

    mail <[EMAIL PROTECTED]>
    rcpt <[EMAIL PROTECTED]>

Don't know if that's the problem, but what you're doing is wrong.

>Nov  9 14:51:40 localhost qmail: 942177100.150179 info msg 2557: bytes 200 
>from <> qp 721 uid 503
>Nov  9 14:51:40 localhost qmail: 942177100.366794 starting delivery 3: msg 
>2557 to local @hootch.tandbergusa.com

Since the logs show bogus envelope addresses, it seems likely that the 
above is the problem.

>But.. when I look at the user's mailbox, jobu, the message is not
>there.

Of course not. It was delivered to "@hootch.tandbergusa.com", AKA the
bit bucket.

-Dave

Reply via email to