Antivirus

Discussion in 'Installation/Configuration' started by confighelp, Aug 17, 2007.

  1. confighelp

    confighelp New Member

    how to enable antivirus and mailscan for all existing user ?
     
  2. Ben

    Ben Active Member Moderator

    As far as I know, if you do not edit the database tables manually, you have to do that for every user one by one
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    To do the update in the database that ben mentioned, run the following sql statement in the database:

    Code:
    update isp_isp_user SET user_mailscan='1', user_spamfilter='1',antivirus='1',status='u' WHERE status = '';
    then edit one of your users in the ISPConfig interface and change e.g. the quota and click on save. ISPConfig will new change the settings for all users.
     

Share This Page