Bij het starten van mijn Slackware 8 systeem, wil ik dat automatisch fetchmail gestart wordt. Ik heb daarom dan ook in mijn /etc/rc.d/rc.local gezet:
/usr/bin/fetchmail
Hij moet fetchmail starten als root. Die zorgt er namelijk voor dat er om de x minuten fetchmail wordt uitgevoerd. Dit is de .fetchmailrc van root:
set syslog
set postmaster "martin"
set no bouncemail
set properties ""
set daemon 120
poll ***** with proto POP3
user "****" there with password "*****" is "martin" here
mda "/usr/bin/procmail -d martin"
Het probleem is dat fetchmail niet draait. Wat doe ik verkeerd? (Want als ik gewoon fetchmail als root start werkt het wel. Tijdens het booten wordt rc.local toch als root uitgevoerd?)
/usr/bin/fetchmail
Hij moet fetchmail starten als root. Die zorgt er namelijk voor dat er om de x minuten fetchmail wordt uitgevoerd. Dit is de .fetchmailrc van root:
set syslog
set postmaster "martin"
set no bouncemail
set properties ""
set daemon 120
poll ***** with proto POP3
user "****" there with password "*****" is "martin" here
mda "/usr/bin/procmail -d martin"
Het probleem is dat fetchmail niet draait. Wat doe ik verkeerd? (Want als ik gewoon fetchmail als root start werkt het wel. Tijdens het booten wordt rc.local toch als root uitgevoerd?)