# wget http://download.berlios.de/fetchmail/fetchmail-6.3.10.tar.bz2 # bzip2 -dc fetchmail-6.3.10.tar.bz2 | tar xvf - # cd fetchmail-6.3.10 # ./configure --prefix=/usr --with-ssl # make # make install
set postmaster username set nobouncemail defaults protocol pop3 no rewrite no mimedecode keep poll test.isp.com port 110 username "username" password "password" is [email protected] ssl
# fetchmail --verbose
0-59/10 * * * * /usr/bin/fetchmail > /dev/null 2>&1