[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/mailscanner/mailscanner.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] An email virus scanner, vulnerability protector, and spam handler [T] MailScanner is an email virus scanner, vulnerability protector, and spam [T] tagger. It supports the Postfix, Sendmail, Exim and ZMailer MTAs, and [T] the Sophos, McAfee, F-Prot, F-Secure, CommandAV, InoculateIT, Inoculan [T] 4.x, Kaspersky, Nod32, AntiVir, RAV, Panda, and Clam anti-virus [T] scanners. It supports SpamAssassin for highly successful spam [T] identification. It is specifically designed to handle denial of service [T] attacks. It is very easy to install, and requires no changes at all to [T] your sendmail.cf file. It is designed to be lightweight, and won't grind [T] your mail system to a halt with its load; a good PC can process over 1.5 [T] million messages per day. It can be integrated into any email system, [T] regardless of the software in use. [U] https://www.mailscanner.info/ [A] Julian Field [M] The T2 Project [C] extra/network [F] CROSS [L] GPL [S] Stable [V] 5.5.3-2 [P] X -----5---9 114.700 [D] b41e29979765d070840ec4c1a4a053d73f703e2ed4856a80520f3107 MailScanner-install-5.5.3-2.tar.gz https://github.com/MailScanner/v5/archive/refs/tags/5.5.3-2/ mailscanner_custmain() { # Remove previous install rm -rf $root/opt/MailScanner # Install it cp -Rvp `pwd` $root/opt/MailScanner } runmake=0 hook_add postmake 5 "mailscanner_custmain" createdocs=0