Scott Taylor [EMAIL PROTECTED] wrote: > Jun 5 22:27:33 [courierfilter] Unable to create socket > /var/lib/courier/allfilters/.pureperlfilter-all at > /usr/lib/perl5/site_perl/5.8.4/Courier/Filter.pm line 286. > > I've added a line to my own init scripts to clear out that directory, > though I'd like to have a more elegant solution for it. Is there a > reason that courierfilter won't purge and recreate this socket on > startup?
Courier::Filter cannot simply delete the socket if it exists because another Courier::Filter instance might already be running. A future version of Courier::Filter will try to detect whether another instance of itself is already running, and -- if not -- will delete the stale socket before continuing its startup. ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
