Re: sa-update through proxy

2016-05-09 Thread Bob Proulx
John Hardin wrote: > Ian Zimmerman wrote: > > John Hardin wrote: > > > > alias sa-update='env http_proxy=http://myserver:myport/ > > > > https_proxy=http://myserver:myport/ sa-update' > > > > > > Lose the "env"? > > > > Why? Apart from using an extra process, this should work exactly the same.

Re: sa-update through proxy

2016-05-04 Thread RW
On Wed, 4 May 2016 08:57:59 -0400 Reinier Carmona Lizana wrote: > Hi > > Someone has managed to sa-update through a proxy? It should work if you have full internet DNS access, some networks behind proxies only have local DNS. If in doubt try this: $ dig +short mirrors.updates.spamassassin.org

Re: sa-update through proxy

2016-05-04 Thread John Hardin
On Wed, 4 May 2016, Ian Zimmerman wrote: On 2016-05-04 08:13 -0700, John Hardin wrote: alias sa-update='env http_proxy=http://myserver:myport/ https_proxy=http://myserver:myport/ sa-update' Lose the "env"? Why? Apart from using an extra process, this should work exactly the same.

Re: sa-update through proxy

2016-05-04 Thread Ian Zimmerman
On 2016-05-04 08:13 -0700, John Hardin wrote: > > alias sa-update='env http_proxy=http://myserver:myport/ > > https_proxy=http://myserver:myport/ sa-update' > > Lose the "env"? Why? Apart from using an extra process, this should work exactly the same. -- Please *no* private copies of

Re: sa-update through proxy

2016-05-04 Thread John Hardin
On Wed, 4 May 2016, Reinier Carmona Lizana wrote: Hi Someone has managed to sa-update through a proxy? I tried the following ways : 1- I set on my /etc/bash.bashrc export HTTP_PROXY=http://myserver:myport/ export FTP_PROXY=http://myserver:myport/ Try lowercase variable names there.

sa-update through proxy

2016-05-04 Thread Reinier Carmona Lizana
Hi Someone has managed to sa-update through a proxy? I tried the following ways : 1- I set on my /etc/bash.bashrc export HTTP_PROXY=http://myserver:myport/ export FTP_PROXY=http://myserver:myport/ Another way: 2- I set on my alias sa-update='env http_proxy=http://myserver:myport/