Thanks for your response.
I have been root when doing this, but I tried both ways you listed and it does not work. If I type in "fetchmail" as root in the /etc/init.d/ folder, the fetchmail daemon will start. However I still can not do the service status/start/stop stuff, nor will it start when the server is started. I think there is a syntax error in the script, but I am not sure where.
Any other suggestions?
BTW: I changed line 15 of the script which goes like this:
Code:
# Source function library.
.. /etc/rc.d/init.d/functions
to
Code:
# Source function library.
/etc/rc.d/init.d/functions
and now when I enter "service fetchmail status", I do not have an error, but just nothing. It just gives me another command prompt. Same thing for 'service fetchmail start". The service does not start, and I am just given another command prompt.