[SLE] fetchmail auto start
Hi ! Linux User I have configure my Linux Fetchmail multiuser and is working fine. How to make it start automaticly active the fetchmail for ever 15min I have configure the rc.local at /etc/rc.d with a line if [ -f /etc/fetchmail ]; then /usr/bin/fetchmail -d 1200 fi But it does not work .. ? How to solve it .. Please guide me Best Regards, SKLIM <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.2614.3500" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hi ! Linux User</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I have configure my Linux Fetchmail multiuser and is working fine.</FONT></DIV> <DIV><FONT face=Arial size=2>How to make it start automaticly active the fetchmail for ever 15min</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>I have configure the rc.local at /etc/rc.d with a line </FONT></DIV> <DIV> </DIV> <DIV><FONT size=2> if [ -f /etc/fetchmail ]; then</P> /usr/bin/fetchmail -d 1200</P> fi</P> <FONT face=Arial>But it does not work .. ? How to solve it .. Please guide me</FONT></P> </P> </P> <FONT face=Arial>Best Regards,</FONT></P> <FONT face=Arial>SKLIM</FONT></P> </P> </P></FONT></DIV></BODY>
SKLIM wrote:
Hi ! Linux User
I have configure my Linux Fetchmail multiuser and is working fine. How to make it start automaticly active the fetchmail for ever 15min
I have configure the rc.local at /etc/rc.d with a line
if [ -f /etc/fetchmail ]; then
/usr/bin/fetchmail -d 1200
fi
But it does not work .. ? How to solve it .. Please guide me
from man fetchmail: Simply invoking fetchmail -d 900 will, therefore, poll all the hosts described in your ~/.fetchmailrc file (except those explicitly excluded with the `skip' verb) once every fifteen minutes. How about your fetchmailrc file?? Is it's sytax OK?? you can also issue "fetchmail -d 12000 -f /path/to/fetchmailrc" for alternate files. Be aware, .fetchmailrc (and every alternative file) needs the rights "chmod 600 .fetchmailrc" set, otherwise fetchmail refuses to work. (security) And: PLEASE turn that HTML posting off. Juergen -- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (2)
-
juergen.braukmann@ruhr-west.de
-
sklim@elm-net.com