63 projects tagged "BSD"
Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Facilities for detecting and blocking Trojan Horse exploits and worms are also provided.
XamimeLT is an email scanner which encapsulates your existing sendmail or Postfix server setup. It scans both incoming and outgoing email. It can scan for email viruses, unwanted file types (eg. EXE, BMP, MPEG) and file names (eg. prettypark.exe), spam, and almost anything you care to search for in an email. It can also be used to scan for text snippets within emails and to insert disclaimers into outbound emails. XamimeLT was formerly known as "Inflex".
XCmail is a MIME and multi POP3 capable mailtool for X11 using the Xclasses X11 layout library. Its main purpose is to read and write mail, allowing any kind of data to be attached. It can handle MIME types, has helpers to show different types, and can encode and decode binary data into ASCII to allow it to be transported as mail over the Internet. It has many built-in functions such as 2 vCards, unlimited POP3 servers, SMTP, SMTP after POP3, SMTP-AUTH (RFC2554), addressbook, encoders, filters, a special spam filter, spell checker, xface, and a new "virtual folder" concept. It also uses external programs to enhance its feature set. XCmail can be extended through a plugin interface.
XFMail is an X11 application for receiving electronic mail. It implements most of its email functionality internally so that it does not depend on a lot of extra packages. It supports POP3, MBOX, IMAP4, sendmail, and SMTP. It has built-in support for interfacing with PGP, GPG, ispell/aspell, faces, LDAP, and esound. It runs on most Unix variants.
Xamime is a commercial development spawned from Inflex, with various components released back to the OpenSource community (ripMIME, alterMIME, OpenTNEF, ripOLE, and FileType). It provides control of email filtering via spam, virus, email size, file name, file type, file contents, sender and/or receiver name, header defects, and numerous other attributes. It comes with a rapid installation process, a WWW administration interface, interface hooks to external SQL engines, spam filters, virus scanners, and custom scripts.
MailScanner is an email virus scanner, vulnerability protector, and spam tagger. It supports the Postfix, Sendmail, Exim, Qmail, and ZMailer MTAs, and the Sophos, McAfee, F-Prot, F-Secure, CommandAV, InoculateIT, Inoculan, eTrust, Kaspersky, Nod32, AntiVir, BitDefender, RAV, Panda, DrWeb, ClamAV, and other anti-virus scanners. It uses SpamAssassin for highly successful spam identification, and is designed to handle denial of service attacks. It will detect password-protected zip files and apply filename checking to their contents. It is very easy to install, requires no changes at all to your sendmail.cf file, is designed to be lightweight, and won't grind your mail system to a halt with its load. It can be integrated into any email system, regardless of the software in use.
perl-esmtpd is an antispam, antivirus, and authenticating SMTP daemon. It integrates with qmail, sendmail, stunnel, etc. It's simple Perl, so you can hack it to suit your needs. It supports RBLs, mx on from, bounce evil phrases, virus scanning, etc. It offers: RBL-sytle black-hole DNS checking when not relaying, verification of valid MX records for the MAIL FROM (when not relayin, the ability to use Stunnel for smtps connections and still do RBL checks etc., simple authentication (i.e. PLAIN or LOGIN) for offsite users, and the ability to reject email with certain key phrases. Many other useful features are included.
rs reads its input into an array of rows and columns, applies a specified transformation to the array, and writes it out with the specified number of rows and columns. It can be used to do column formatting and tidying of text, to transpose rows to columns and columns to rows (word-by-word, not character-by-character), and as a wrapper around line-oriented tools to let them handle multiline data. Rs is often distributed together with jot and lam, sometimes under the name bsd-utils.