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: undisclosed-recipients
From: Nils Vogels (nivowahalla.worldonline.nl)
Date: Thu Aug 10 2000 - 13:51:16 CDT


Hi Yanek Korff !

On Thu 10 Aug 2000 (13:24), you muttered on the list:

> I specified them as part of the telnet to 25... I just typed in MAIL From:
> <blah> and RCPT To: <blah>. This works when I telnet to my current smap
> relay.
>
This surely does work on my Postfix installation and AFAIK, this is the only
right way to do it according to various RFCs:

$ telnet localhost 25
Trying 127.0.0.1...
Connected to pandora.
Escape character is '^]'.
220 pandora ESMTP Please respect netiquette. Don't spam.
HELO localhost
250 pandora
MAIL FROM: <user>
250 Ok
RCPT TO: <user>
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
To: John Doe <user>
Subject: Test

Test
.
250 Ok: queued as B1A0B36B7E
QUIT
221 Bye

Grtz,

Nils.