Dale Qualls wrote: > Here you go, thanks!!
I now see immediatly what is wrong. Here a smaal example from your cfg file. # Here you enter the dir of where the executable of McAfee is. # our $mcafee_dir = "/usr/local/uvscan/"; # if 0 McAfee will be disabled. # our $enable_mcafee_scan = 1; You have put # in front of the var. This is not allowed. Uncomment all the vars and if you don't have this scanner installed put a value of 0 in the var so to disable te mcafee scanner the line should look like : # Here you enter the dir of where the executable of McAfee is. our $mcafee_dir = "/usr/local/uvscan/"; # if 0 McAfee will be disabled. our $enable_mcafee_scan = 0; After you have changed this you should not get the error messages in the debug screen anymore. Hope this helps. -- Groeten, Peter Cannot allocate memory. - - Heb je een Dreambox 7000S ? - Kijk eens op http://www.dreamvcr.com - Kijk ook op http://www.lindeman.org - ICQ 22383596 - Uptime lindeman.org - 10 days, 0 hours and 52 minutes, 0 users logged in. - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
