• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Activate Dr. Web

Status
Not open for further replies.

Janko1000

Regular Pleskian
Hi,

how can i activate Dr. Web Antivirus for ALL Mailboxes? I want scan the In- and Output.
We use Plesk12.
 
Try to use something like:

# for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select concat(mail.mail_name,\"@\",domains.name) as address from mail,domains,accounts where mail.dom_id=domains.id and mail.account_id=accounts.id order by address"`; do /usr/local/psa/bin/mail -u $i -antivirus inout; done
 
Status
Not open for further replies.
Back
Top