1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/mail/qsheff/pkg-descr
Alexey Dokuchaev 7dbd80dede - Unbreak the build on 9.x (against GCC 4.2): it was failing due to -ansi
option passed by default, which does not allow C++-style comments in C
  source code (Clang is more forgiving):

    /usr/local/include/clamav.h:170: error: expected identifier or '('
    before '/' token
    /usr/local/include/clamav.h:170: error: stray '#' in program

- Really respect CFLAGS by fixing configure script
- Do not hardcode DISTVERSION in MASTER_SITES
- Do not install COPYING file as part of portdocs: it's installed via
  LICENSE_FILE already
- Convert the port to use option helpers, fix a typo (VIRUSTAGSC ->
  VIRUSTAG_DESC), wrap overly long lines
- Augment port description text while I'm at it
2016-01-25 07:02:51 +00:00

17 lines
561 B
Plaintext

qSheff is a wrapper for the qmail queue that scans email for viruses and
spam. Infected messages are rejected before they reach the queue, so the
server doesn't perform any job for them. After checking the message, it
will wake the qmail queue. Some of the supported features:
- Antivirus executing (ClamAV)
- Header and body filtering
- Subject filtering
- Attachment blocking
- Quarantine support
- White/black lists
- Single line logging for qmail
- Basic DoS attack prevention
- And much more...
WWW: http://www.enderunix.org/qsheff/