iperf

wget https://downloads.sourceforge.net/project/iperf/iperf-2.0.5.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fiperf%2F&ts=1306362724&use_mirror=cdnetworks-us-2
tar -xvzf iperf-2.0.5.tar.gz
cd iperf-2.0.5
./configure
make
make install
iperf -c 69.68.5.149 -u -b 10m

fetchmail with RT

edit config for fetchmail in /etc/fetchmail

/etc/init.d/fetchmail start
to start fetchmail


poll remote.tlcl.net    proto pop3:
auth password
username rt                     password *****   mda "/opt/rt3/bin/rt-mailgate --url http://url --queue General --action correspond"