Puoi provare con http_proxy & co. (http://www.fedoraforum.org/forum/printthread.php?t=742)
Trattandosi perņ di mail temo che occorra qualche impostazione differente e che il proxy sia anche SMTP.
Esempio http_proxy con user e password:http_proxy=http://user:
[email protected]:portnumberSi puņ esportare la variabile solo quando serve, si puņ impostare nel ~/.bashrc, si puņ impostare globalmente.
Ho notato ora l'ultimo suggerimento della pagina che ho linkato, cavolo non ci avevo mai pensato ma č ottimo per molte occasioni:function proxy(){
echo -n "username:"
read -e username
echo -n "password:"
read -es password
export http_proxy="http://$username:$password@proxy:port/"
export ftp_proxy="http://$username:$password@proxy:port/"
}