How can I get the MailScanner configuration to appear in the Xmail cPanel theme?

Do the following steps:

cd /usr/local/cpanel/base/frontend/xmail
ln -s ../x/cells/
pico -w index.html

In index.html, find the following lines near the bottom:

</cpanelfeature></cpanelif>

</table>

Add these lines before the end table (</table>) tag:

<font face="Courier New, mono">
<cpanelfeature cpanelpro_mailscanner><br>
<tr valign='middle'><br>
<td height='25' width='21'>
<img src='images/arrow-let.gif' width='14' height='10'>
</td><br>
<td height='25' width='354'>
<a href='cells/mailscanner/index.html'>MailScanner Configuration</a>
</td></font><br>
</tr><br>
</cpanelfeature><br>

Then save the file.

Was this answer helpful?

Related Articles

cPanel MailScanner Install/Upgrade Package

Please read this whole page before downloading the package Through our experience of...

Mailscanner front end

cd /usr/src/rm -fv msfe*wget http://www.configserver.com/free/msfeinstaller.tgz tar -xzf...

How can I filter spam by blackhole lists such as spamcop.net?

In WHM > MailScanner > MailScanner Configuration you will find a setting for 'Spam List =...

What does the {Disarmed?} tag mean and can I disable it?

The {Disarmed} tag is added by MailScanner when it has detected and disarmed potentially...

There are some domains on my server that want virus and spam scanning but do not want any attachments blocked. How can I set this up?

In the /usr/mailscanner/etc/rules/ directory, edit filename.rules.rules and filetype.rules.rules...