Roy Urick wrote: > The only reliable way to stop it is to prevent it from running in the first > place. But I just don't want to disable it in a way that breaks something > else. (other than maybe adding log file entries)
You can simply give it 000 permissions so that it can't run. # chmod 000 /usr/sausalito/handlers/base/email/vacation.pl # chmod 000 /usr/local/sbin/vacation.pl That will prevent it from running at all but won't damage anything else. -- Chris Gebhardt VIRTBIZ Internet Services Access, Web Hosting, Colocation, Dedicated www.virtbiz.com | toll-free (866) 4 VIRTBIZ _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
