If you have a proxy set, REBOL will go through it by default.  You can 
make a list of bypass machines like this:
system/schemes/default/proxy/bypass: ["center.uniba.sk"]

That should bypass the proxy when it connects to your mail server.

Sterling

> Hi,
> 
>  I have problem with network settings in REBOL (tested with Win98 and
> Linux RH6.2). When I set correct SMTP server and proxy server (3 CERN)
> I can't send email. But when I set only SMTP server without proxy it's ok.
> In ethereal (network sniffer) I can see correct communication when I haven't
> proxy. But when I have PROXY in ethereal is communication with PROXY(why?)
> but nothing with SMTP server. There are only 5 packets. Two standard UDP
> with DNS query for PROXY host name, and then 3 packets with PROXY.
> 
> Here are my user.r
> set-net [ [EMAIL PROTECTED] center.fmph.uniba.sk none 
>proxy.sturak.sk 8080 generic ]
> 
> Please tell me what's wrong.
>                       Thanks
> 
>                               Peter Hanusiak
> 
> 

Reply via email to