OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: from and to
From: Wietse Venema (wietseporcupine.org)
Date: Sun May 14 2000 - 20:46:47 CDT


John Goodens:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Hello.
>
> How do I do this properly?
>
> telnet localhost 25
>
> mail from: memyworld.com <Big Me>
> rcpt to: youyourworld.com <Lucky Recipient>

This is not SMTP.

> OR
>
> mail from: "Big Me" <memyworld.com>
> rcpt to: "Lucky Recipient" <youyourworld.com>

This is not SMTP, either.

SMTP requires:

    MAIL FROM:<userdomain>
    RCPT TO:<userdomain>

See RFC 821.

        Wietse