index Previous Next



The local mail server is not always online so we need a mx bakup mail serve to keep our mail and
deliver to the local mail server when it is online, one is the http://www.rollernet.us/.
The mx server for rollernet.us are:
mail.rollernet.us
mail2.rollernet.us
To fetch the mail in every dialup connection add these lines to the ip-up.local:
/usr/bin/fetchmail -p ETRN --fetchdomains exmaple.net mail.rollernet.us
/usr/bin/fetchmail -p ETRN --fetchdomains exmaple.net mail2.rollernet.us
If the above command didn't work of your isp block the port 25 then run these command:
fetchmail -p ETRN -P 2525 --fetchdomains example.net mail.rollernet.us
fetchmail -p ETRN -P 25--fetchdomains example.net mail.rollernet.us
