1 Mar 03:57
Re: Fetchmail, Fink and Leopard.. something strange going on
William Xu <william.xwl <at> gmail.com>
2008-03-01 02:57:56 GMT
2008-03-01 02:57:56 GMT
Marc Baaden <baaden <at> smplinux.de> writes: > I've been using my fink-setup with fetchmail for a long time, starting > with Tiger. I never observed any problems. > Now under Leopard, fetchmail sometimes gets in a zombie-like state, > when it doesn't fetch any more messages and returns the following in > the log: I don't use fink-setup, so I can't help here. But you could try `launchd' daemon manager provided by leopard. It's very nice, I'd say. As an example, this is my `/Users/william/Library/LaunchAgents/xwl.fetchmail.plist': ---------------------------------8<------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>xwl.fetchmail</string> <key>Program</key> <string>/usr/bin/fetchmail</string> <key>RunAtLoad</key> <true/> <key>StartInterval</key> <integer>120</integer> <key>UserName</key> <string>william</string> </dict>(Continue reading)
RSS Feed