all groups > iis smtp nntp > august 2006 >
You're in the

iis smtp nntp

group:

Send On Behalf from a telnet prompt



Send On Behalf from a telnet prompt Junk Mail
8/7/2006 12:17:09 PM
iis smtp nntp: From Outlook I can send on behalf a user..., if I have the permissions...

How can I do this from a telnet prompt?

Re: Send On Behalf from a telnet prompt Bernard Cheah [MVP]
8/8/2006 12:00:00 AM
you want send spoof mail ?
How to test Windows 2000 IIS SMTP services manually
http://support.microsoft.com/?id=286421

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Junk Mail
8/8/2006 12:00:00 AM
No I don't want to spoof mail, I want to send on behalf, as if I use
Outlookbut I don't know how to from a telnet session.
If i do this:
Telnet smtp.dom.org 25
220 smtp.dom.org Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180 ready
at Tue, 8 Aug 2006 00:00:00 +0200
helo
250 smtp.dom.org Hello [10.10.10.10]
mail from:mailabuse@dom.org
250 mailabuse@dom.org: Sender Ok
rcpt to:ttest@dom.org
250 ttest@dom.org: Recipient Ok
data
354 smtp.dom.org: Send data now. Terminate with "."
To:ttest@dom.org
From:postmaster@dom.org
Subject:Telnet (Subject)

Telnet (Body)

..
250 smtp.dom.org: Message accepted for delivery
quit
221 smtp.dom.org closing connection. Goodbye!

Connection to host lost.


If I open this message in Outlook, you right this is spoofing, but how can I
format the header to send from postmaster@dom.org on behalf of
ttest@dom.org, and make clear to the recipient that this message is send on
behalf of ttest@dom.org ?






[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Junk Mail
8/8/2006 12:00:00 AM
Found it, I need to add the Sender: to the header



Where can I find all verbs to add to a header?




[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Bernard Cheah [MVP]
8/8/2006 12:00:00 AM
Oh. now I get what you mean.... mmm.....
I'm not sure how to send this via telnet prompt either :(


--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Bernard Cheah [MVP]
8/8/2006 12:00:00 AM
No idea. can you show how you add in the header syntax in the send command?
also do the user itself has permission to 'send on behalf' ?

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Junk Mail
8/9/2006 12:00:00 AM
This works...

Telnet smtp.dom.org 25
220 smtp.dom.org Microsoft ESMTP MAIL Service, Version: 6.0.2600.2180
ready at Tue, 9 Aug 2006 00:00:00 +0200
helo
250 smtp.dom.org Hello [10.10.10.10]
mail from:mailabuse@dom.org
250 mailabuse@dom.org: Sender Ok
rcpt to:ttest@dom.org
250 ttest@dom.org: Recipient Ok
data
354 smtp.dom.org: Send data now. Terminate with "."
From:mailabuse@dom.org
To:ttest@dom.org
Sender:postmaster@dom.org
Subject:Telnet (Subject)

Telnet (Body)
..
250 smtp.dom.org: Message accepted for delivery
quit
221 smtp.dom.org closing connection. Goodbye!

Connection to host lost.


[quoted text, click to view]

Re: Send On Behalf from a telnet prompt Bernard Cheah [MVP]
8/9/2006 6:22:08 PM
Cool, thanks for the update.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button