Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: SMTP sniffer?

From: ingo:2b1 at: 23-Nov-2002 0:32

pat665 wrote:
> Hi ingo, > > >If that's your problem you could get one of the betas ... > > I am using now "REBOL/View 1.2.8.3.1 3-Aug-2002". > > >It's a "Simulated SMTP and POP Server" > > I am sorry to bother you again, but how can I use it. > Do I need to change something inside Outlook Express?
Ed is right, in Outlook change your server configuration to be localhost and either change the the ports in Outlook to 8025 for smtp, and 8110 for pop, or change them in the script to be 25 and 110 for smtp and pop respectively. I am not sure where you'll have to make these changes, but I'd try in extras/services or extras/options find "internet email" and open configuration (I hope the english version is not too different from the german one). Then start the script, and try to send to any email address. As an example say you send to [local--home]. The mail will be stored in a mailbox called "local" (I'm really just dropping the "@" and everything after it). So you can read the mail with pop3, using "local" as user, and anything as password (this isn't checked at all). The script prints out what happens, but maybe not with sufficient detail, either add "copy line thru newline" instead of "thru newline" in the parse rule and print 'line, or ask me to do it. If you have any more questions, feel free to ask. Kind regards, Ingo