Results 1 to 2 of 2
I am running fetchmail 6.3.6 on Ubuntu.
Here is my .fetchmailrc:
Code:
set daemon 10
#set logfile "/var/log/fetchmail.log"
defaults:
uidl
keep
poll mail.mydomain.com proto pop3 user
"dave+mydomain.com" password "xxxxxx",
is ...
- 09-04-2007 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 39
Can't get fetchmail daemon to start at boot
I am running fetchmail 6.3.6 on Ubuntu.
Here is my .fetchmailrc:
When I check System -> Administration -> Services, Fetchmail is on the list of services to start at boot.Code:set daemon 10 #set logfile "/var/log/fetchmail.log" defaults: uidl keep poll mail.mydomain.com proto pop3 user "dave+mydomain.com" password "xxxxxx", is "dave" here;
But for some reason, fetchmail does not begin to run until I manually run
Code:fetchmail -d 10
Any ideas on what I may be missing?
- 09-14-2007 #2Just Joined!
- Join Date
- Jul 2007
- Posts
- 15
I think you need to place a script in /etc/init.d/ that starts the fetchmail daemon.
Depending on your system you might also need to run something like "update-rc.d" (update-rc.d is available to debian and probably debian-based distros. If you've got a fedora or slackware or something else, I wouldn't know).
Maybe you could try "apropos update | grep -i init" and see what comes up.
Hope that helps.


Reply With Quote
