A program called 'fetchmail' is used to retrieve your e-mail from your ISP, here's how to set it up.
- 1 -
Log-on as 'root' and enter:
pico ~/.fetchmailrc- 2 -
Enter:
poll mail.globalnet.co.uk proto POP3 pass hellbent fetchall...changing 'mail.globalnet.co.uk' to your incoming POP3 account address and 'hellbent' to your dial-up account password.
Note
You don't have to include 'pass password' if you're worried about others logging on as 'root' and discovering your dial-up password, but for most people this isn't an issue, since it saves you having to enter your password everytime you fetch your mail.
- 3 -
Save the file using Crtl+o and then exit Pico using Ctrl+x.
- 4 -
Enter:
chmod 600 ~/.fetchmailrc
- 1 -
Enter:
startx...to start X Windows.
- 2 -
Select Programs > Networking > Usernet and select the 'ppp0' button to make a dial-up connection.
- 3 -
Bring up a shell window and enter:
fetchmail -u thebits...replacing 'thebits' with your dial-up username.
- 1 -
Enter:
pine- 2 -
Press 's' to set-up Pine, then press 'c' to configure your mail account.
- 3 -
Using the up and down cursor keys and the 'a' key, enter the following information:
personal-name = Put your dial-up username here user-domain = The part after @ in your e-mail address smtp-server = Your SMTP mail address nntp-server = Your news server addressHere's what my configuration looks like:
personal-name = thebits user-domain = globalnet.co.uk smtp-server = smtpmail.globalnet.co.uk nntp-server = news.globalnet.co.ukWith all this set-up, reading and sending e-mails is now a piece of cake.
By Laurence Hunter laurence@thebits.co.uk
www.THEBITS.co.uk - updated daily...