• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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