Quote:
Originally posted by jacquedp
I get the following error message " file /etc/fetchmailr must have no more than -rwx--x--- (0710) permissions
|
Fetchmail is telling you what exactly what the problem is: Your file
permissions are too open.
Set the permissions: chmod 0600 fetchmailrc
It looks like this is just for you so I can't see any reason to have
the file in /etc. You should have it in your home directory as
".fetchmailrc" and do away with calling the file directly from the
command line. But if you have a reason to put it in /etc, do as you
will.