Q. How do I check my email with fetchmail?
A. Create a file called ~/.fetchmailrc containing
poll proto pop3
user with pass is here
# Then set the correct permissions
chmod 600 ~/.fetchmailrc
# Then to fetch your email type
fetchmail
# Or to automaticly chech your email every so many seconds
fetchmail -d
Return to the Questions
Return to the LinuxGuruz Main Page