sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #52907
Re: fetchmail og crontab
"Ulrik Mailand" <ulrik@xxxxxxxxxx> wrote in message
news:B94F51F5.4F31%ulrik@xxxxxxxxxx...
> Hej.
>
> Jeg har et problem jeg ikke lige kan lure.
>
> på en RH 7.2 box vil jeg gerne sætte fetchmail op til automatisk at køre
> hver 10 minut.
>
> Jeg har tilføjet følgende til crontab'en :
>
> */10 * * * * root /usr/bin/fetchmail
Prøv:
*/10 * * * * root /usr/bin/fetchmail -d0 -q
Sørg dog først for at slå en evt kørende fetchmail ihjel.
-d0 giver "ingen start af deamon"
-q får den til at tie stille.
References