[REBOL] Problem with SMTP Re:(3)

2000-04-12 Thread sterling


Correct.
You caught me reading email too fast.  REBOL will not deal with the
proxy for SMTP if it is set to 'generic.

Another way to shut off the proxy for a certain protocol is to set the 
proxy to false for that protocol:
system/schemes/smtp/proxy/host: false

This will prevent the default proxy settings from falling through into 
it.

Sterling

> Hi,
> 
> AFAIK generic (CERN) proxy is for HTTP only. Shouldn't REBOL use it
> only for HTTP protocol if it is set in network settings, and don't use
> any proxy for SMTP and other protocols?
> 
> -- 
> Michal Kracik
> 
> [EMAIL PROTECTED] wrote:
> > 
> > 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
> > 




[REBOL] Problem with SMTP Re:(2)

2000-04-12 Thread kracik

Hi,

AFAIK generic (CERN) proxy is for HTTP only. Shouldn't REBOL use it
only for HTTP protocol if it is set in network settings, and don't use
any proxy for SMTP and other protocols?

-- 
Michal Kracik

[EMAIL PROTECTED] wrote:
> 
> 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
> >
> >




[REBOL] Problem with SMTP Re:

2000-04-12 Thread sterling


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
> 
>