Get the answers to your technical questions.
0 votes
in Linux by (2.5k points)

1 Answer

0 votes
Posted by Imanudin Ahmad

I found this useful information from Zimbra forum and Zeta alliance milist. These script will prevent search engine like Google to hide or disallow index Zimbra webmail.

If you type “Zimbra webmail” on Google, you will find a lot of Zimbra webmail from some organizations that indexed by Google.

zmprov mcf +zimbraResponseHeader "Strict-Transport-Security: max-age=31536000; includeSubDomains"
zmprov mcf +zimbraResponseHeader "X-XSS-Protection: 1; mode=block"
zmprov mcf +zimbraResponseHeader "X-Content-Type-Options: nosniff"
zmprov mcf +zimbraResponseHeader "X-Robots-Tag: noindex"
zmprov mcf zimbraMailKeepOutWebCrawlers TRUE
zmmailboxdctl restart

If you run above script, it will be one method to prevent your Zimbra server from a target .

by (2.5k points)
41 questions
40 answers
0 comments
692 users