Main > Free Download Search >

Free milter spamblocker software for linux

milter spamblocker

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Zombie SPAM blocker 1.2.1

Zombie SPAM blocker 1.2.1


smf-zombie is a Sendmail milter for SPAM/virus filtration from zombie computers. more>>
smf-zombie is a Sendmail milter for SPAM/virus filtration from zombie computers.
Today is more than 70-80% of SPAM and viruses going from infected Windows computers around the world.
This milter aims to be lightweight, reliable and simple. Zombie SPAM blocker is written in C.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It can block the most of SPAM/virus engines (up to 80-85% of them);
- It can check the sender IP address with the most reliable zombie RBL - cbl.abuseat.org;
- It can safely reject "alien" bounce messages without RFC violating;
- It can reject messages for undisclosed recipients;
- It can reject harmful attachments to prevent viruses from spreading;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required.
Enhancements:
- A workaround for the Sendmail socket unsafe error on some platforms was implemented.
- A bug with the greeting pause code under FreeBSD was fixed.
- Configuration file, default user, and working directory were changed.
- The format of log records was changed.
- Some samples of start-up scripts were added.
- New TODO tasks were added.
- Cosmetic enhancements were made.
<<less
Download (0.012MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1240 downloads
IVS Milter 2.0.0 Pre7

IVS Milter 2.0.0 Pre7


IVS Milter provides a virus, spam, and content filtering milter. more>>
IVS Milter provides a virus, spam, and content filtering milter.
IVS Milter is a virus, spam, and content milter. It makes use of the antivirus package ClamAV, and can also seamlessly integrate SpamAssassin (either spamc or libspamc).
IVS Milter is also plugin based and currently supports virus scanning, spam scanning, content-type matching, attachment type matching, and attachment filename matching.
Whats New in 1.0.7 Stable Release:
- Pointer NULL reference fixed
- Fixed bug where glib was generating CRITICAL messages
- Documentation update
- Implemented SIGUSR1 to dynamically reload configuration file
- Added support to reload directories of configuration files
- Fixed possible segfault when no configuration file
Whats New in 2.0.0 Pre7 Development Release:
- Spamassassin 3.0 support added, although there have been reports of memory leaks when using the ENHANCED libspamc method, best to specify to have the scan forked and run instead of library call for now
- Added thresholds so we can learn about spam, especially if you add your own rules you can force say everything over 100 to be learnt as spam
- Fixed support for limiting how many children we can spawn, this now works!
- Various bug fixes and small changes
- Fixed a bug where clamav only checked first file of attachment for virus
<<less
Download (0.36MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
TclMilter 1.0

TclMilter 1.0


TclMilter is a package for Tcl that implements an interface to Sendmails Milter API. more>>
TclMilter is a package for Tcl (written in C) that implements an interface to SendMails Milter (Mail Filter) API for developing custom scripted message rewriting and spam filtering processes.
A thread-enabled Tcl build is required due to Milters threading requirements. However, you can only run, configure, or register callbacks for a milter from the first thread/interpreter the package is loaded into.
If you need to be able to stop the milter from within Tcl, you can load the package in another thread to do so. Only the "milter stop" command will function in secondary threads.
This extension is provided under the GNU General Public License (GPL) (see the file "license.terms" for details).
Main features:
- The smfi_opensocket command is not provided, only milter main as an interface to smfi_main.
- The smfi_setconn, smfi_settimeout, smfi_setbacklog and smfi_setdbg commands, as well as settings normally provided through smfi_main are instead provided as milter configure options.
- The smfi_register command is provided as milter register; however, unlike libmilter its possible to register and unregister callbacks at any time, rather than just once prior to calling main.
- There isnt a single data storage value for smfi_setpriv; rather, TclMilters milter setpriv command uses a hash table so you can set individual, custom variables with data to associate with a context.
- The context provided to callbacks is not simply a pointer, but is an actual Tcl command that can be used to interact with the context.
<<less
Download (0.11MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1579 downloads
spfmilter 0.97

spfmilter 0.97


spfmilter provides a Sender Policy Framework (SPF) milter for Sendmail. more>>
spfmilter provides a Sender Policy Framework (SPF) milter for Sendmail.
spfmilter is a milter (sendmail mail filter) which implements the Sender Policy Framework (SPF). SPF is a strategy for preventing junk mail. The SMTP standard for email allows anyone to forge anyone elses email address.
SPF verifies that the Sender address of an email message matches (according to some policy) the client IP address that submitted it.
The idea of SPF is to prevent email forgery. Each participating site sets up a little definition of which hosts are allowed to send mail claiming to be from that site. When another site receives mail, it checks the permitted-senders definition for the originating site. If the check fails, the mail is rejected.
Setting up the permitted-senders definition is very easy, you go to the SPF Wizard and fill out a little form, then put the resulting string into your DNS records. This milter implements the second half of SPF, checking the mail you receive against other sites SPF records.
Enhancements:
- Some improvements to the redhat rcscripts. (Paul Howarth)
- Deal with the unknown-family connections which occasionally show up on some OSs, such as Solaris. (Joel Lord)
<<less
Download (0.055MB)
Added: 2007-03-24 License: BSD License Price:
947 downloads
avpmilter 0.2-2

avpmilter 0.2-2


avpmilter is a sendmail milter interface to the Kaspersky antivirus daemon. more>>
avpmilter is a sendmail milter interface to the Kaspersky antivirus daemon.
Avpmilter gets virus scan result and tells sendmail MTA to send reject message upon virus detection. This program is not MTA, nor antivirus by itself.

In comparison with will Kasperskys kavkeeper it will improve performance of your mail subsystem because:
It will not reinject each message for each recipient back to sendmail MTA ( if sendmail receives, for example, one message for 30 recipients, kavkeeper will initiate 30 requests to antivirus daemon and 30 additional executions of sendmail program. Avpmilter will send only one request to antivirus daemon and will not initiate additional executions of sendmail program).

Avpmilter is small resident miltithreaded program, thus it avoids expensive fork() calls.
Avpmilter almost does not affects your current sendmail configuration. Moreover milter interface allows to run sendmail MTA and filter on different computers. avpmilter requires sendmail 8.11.x or 8.12.x built with milter support (which is the default option for sendmail 8.12). You can read about how to build and configure sendmail with milter interface in libmilter/README in sendmail source tree. Also you can find a good milter api ocumentation in libmilter/docs directory in version 8.12 of sendmail.
<<less
Download (0.016MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1203 downloads
Net::Milter 0.08

Net::Milter 0.08


Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface. more>>
Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface.

SYNOPSIS

use Net::Milter;
my $milter = new Net::Milter;
$milter->open(127.0.0.1,5513,tcp);

my ($milter_version,$returned_actions_ref,$returned_protocol_ref) =
$milter->protocol_negotiation();

my (@results) = $milter->send_header(From,martin@localhost);
foreach (@results) {
if ($$_{action} eq reject) {exit;}
}
Also see example in scripts directory.

Perl module to provide a pure Perl implementation of the MTA part the milter interface. The goal of this module is to allow other email systems to easily integrate with the various email filters that accept content via milter.

This implementation of milter is developed from the description provided by Todd Vierling, cvs.sourceforge.net/viewcvs.py/pmilter/pmilter/doc/milter-protocol.txt?rev=1.2 and from examining the tcp output from Sendmail.

<<less
Download (0.010MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
smtp-vilter 1.3.4

smtp-vilter 1.3.4


smtp-vilter is a high-performance content filter for sendmail, which detects email viruses and spam. more>>
smtp-vilter is a high-performance content filter for sendmail, which detects email viruses and spam.

smtp-vilter can pass, discard, or simply mark an email based on the results of a content scan. It relies on third-party products for the actual content scan. It uses the milter API to communicate with sendmail, and backends to communicate with the actual scanning engines.

The backends can be chained to perform a series of checks on each message in one run.

<<less
Download (0.065MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1090 downloads
Milter-Virus 2.0.0

Milter-Virus 2.0.0


Milter-Virus is a wrapper that can be used with many commercial and freely available virus scanners. more>>
Milter-virus is not a virus scanner. It is a wrapper that can be used with many commercial and freely available virus scanners. Milter-Virust is written completely in C, and requires (few skills??).
It is run-able with the Milter interface, but then will only scan for "double extensions".
If you wish it to scan for more, you need at Ripmime or other tools to extract files from MIME-encoded emails. You also need a (command-line) virus scanner.
The difference between this program and the original is that this is much more configurable via the config file. The original version has the advantage that it is simpler and easier to bugfix.
Enhancements:
- This is a large update.
- Many problems in the statistik module were fixed.
- Some spam protection features were included.
<<less
Download (0.11MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1032 downloads
Sendmail filter for SpamAssassin 1.3.1

Sendmail filter for SpamAssassin 1.3.1


smf-spamd is a Sendmail filter for SpamAssassin. more>>
smf-spamd is a Sendmail filter for SpamAssassin. Sendmail filter for SpamAssassin aims to be lightweight, reliable, and simple rather than have a myriad of options.
It only scans the messages less than defined size, has a hosts/networks whitelist, performs subject tagging if SPAM is detected, adds an information header, copies SPAM messages to the defined "garbage" mailbox, rejects SPAM messages at the SMTP DATA stage, and logs all filter activities to syslog.
The code is small (does not exceed 580 lines), fast, stable, and few resources are required. No temporary files are created.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It can tag the Subject if SPAM has been detected;
- It can add an information header with scan results to scanned messages;
- It can copy SPAM messages to the special "garbage" mailbox;
- It rejects SPAM messages at the SMTP DATA stage, if SPAM score is greater than a defined value;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required;
- No temporary files are created.
Enhancements:
- Incorrect handling of missed Message-Id: header was fixed.
- Cosmetic enhancements were made.
<<less
Download (0.025MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1009 downloads
Python milter 0.8.7

Python milter 0.8.7


The milter module for Python provides a python interface to Sendmails libmilter that exploits all its features. more>>
Python milter module provides a python interface to Sendmails libmilter that exploits all its features. Milters can run on the same machine as sendmail, or another machine.
The milter can even run with a different operating system or processor than sendmail. Sendmail talks to the milter via a local or internet socket, and keeps the milter informed of events as it processes a mail connection.
At any point, the milter can cut the conversation short by telling sendmail to ACCEPT, REJECT, or DISCARD the message. After receiving a complete message from sendmail, the milter can again REJECT or DISCARD it, but it can also ACCEPT it with changes to the headers or body.
Enhancements:
- The spf module has been moved to the pyspf package.
- This will cause some confusion when upgrading, since 0.8.6 still has the module and will conflict with pyspf, whereas 0.8.7 does not have spf by itself, and will stop doing SPF if you dont install pyspf.
<<less
Download (0.10MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1024 downloads
Sendmail-Jilter 1.2

Sendmail-Jilter 1.2


Sendmail-Jilter is an implementation of the Sendmail milter protocol. more>>
Sendmail-Jilter is an Open Source implementation of the Sendmail milter protocol, for implementing milters in Java that can interface with the Sendmail MTA.
Enhancements:
New Features:
- Added JilterHandlerAdapter. Thanks to Neil Aggarwal (neil@JAMMConsulting.com).
Changes:
- Updated docs for return value from JilterHandler.connect to reflect the fact that the MTA doesnt listen to anything other than SMFIS_ values. Thanks to Neil Aggarwal (neil@JAMMConsulting.com).
- Refactored SimpleHandler in the test cases to use JilterHandlerAdapter.
<<less
Download (0.016MB)
Added: 2005-07-05 License: Other/Proprietary License with Source Price:
1572 downloads
Spammer 0.3.3a

Spammer 0.3.3a


Spammer is an anti-spam mail filter for the popular MTA Sendmail. more>>
Spammer is an anti-spam mail filter for the popular MTA Sendmail.

Spammer checks all IP-Addresses found in the mail header against a DNS blacklist (such as the one from Easynet, Spamcop or Osirusoft).

Depending on the configuration, Spammer rejects mails from well-known spam sources or tags them with an additional line in the header and a special prefix in the subject.

Spammer requires Sendmail to be compiled with milter support. If youre using Debian Linux you need to install the libmilter-package.

<<less
Download (0.009MB)
Added: 2006-07-25 License: BSD License Price:
1189 downloads
Sendmail::Milter 0.18

Sendmail::Milter 0.18


Sendmail::Milter is a Perl interface to sendmails Mail Filter API. more>>
Sendmail::Milter is a Perl interface to sendmails Mail Filter API.

SYNOPSIS

use Sendmail::Milter;

my %my_milter_callbacks =
(
connect => &my_connect_callback,
helo => &my_helo_callback,
envfrom => &my_envfrom_callback,
envrcpt => &my_envrcpt_callback,
header => &my_header_callback,
eoh => &my_eoh_callback,
body => &my_body_callback,
eom => &my_eom_callback,
abort => &my_abort_callback,
close => &my_close_callback,
);

sub my_connect_callback;
sub my_helo_callback;
sub my_envfrom_callback;
sub my_envrcpt_callback;
sub my_header_callback;
sub my_eoh_callback;
sub my_body_callback;
sub my_eom_callback;
sub my_abort_callback;
sub my_close_callback;


BEGIN:
{
# Get myfilters connection information
# from /etc/mail/sendmail.cf

Sendmail::Milter::auto_setconn("myfilter");
Sendmail::Milter::register("myfilter",
%my_milter_callbacks, SMFI_CURR_ACTS);

Sendmail::Milter::main();

# Never reaches here, callbacks are called from Milter.
}

Sendmail::Milter is a Perl extension to sendmails Mail Filter API (Milter).

Note: You need to have a Perl 5.6 or later interpreter built with -Dusethreads.

<<less
Download (0.020MB)
Added: 2007-04-19 License: Perl Artistic License Price:
919 downloads
Sendmail filter for ClamAV 1.2.1

Sendmail filter for ClamAV 1.2.1


Sendmail filter for ClamAV aims to be lightweight, reliable and simple. more>>
smf-clamd is a Sendmail milter for the ClamAV (Clam AntiVirus).
Sendmail filter for ClamAV aims to be lightweight, reliable and simple. Sendmail filter for ClamAV is written in C.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It rejects infected messages at the SMTP DATA stage;
- It can add an information header with scan results to scanned messages;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required;
- No temporary files are created.
Enhancements:
- A workaround for the Sendmail socket unsafe error on some platforms was implemented.
- Clean email messages logging was removed.
- Configuration file, default user, and working directory were changed.
- The format of log records was changed.
- Some samples of start-up scripts were added.
- The new TODO tasks were added.
- Cosmetic enhancements were made.
<<less
Download (0.023MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1235 downloads
AVIRA Webmin Remote Panel 1.3

AVIRA Webmin Remote Panel 1.3


AVIRA Webmin Remote Panel is designed to make the maintenance of AVIRA products easier and less time consuming. more>>
AVIRA Webmin Remote Panel is designed to make the maintenance of AVIRA products easier and less time consuming.
This product addresses mainly the users of AVIRA server products and especially the system administrators who must keep track of various services on production servers.
Complex solutions based on multiple AVIRA products for Unix are now easy to configure and maintain with AVIRA Webmin Remote Panel. It is smoothly integrated as a module of the Webmin configuration tool, intended to meet the needs of system administrators.
This is a separate application that was developed as a Webmin module, being a handy graphical tool and a time saver for companies dealing with multiple AVIRA products. Via a straightforward graphical interface, AVIRA Webmin Remote Panel helps managing configuration files and eases the maintenance process of AVIRA solutions.
Placed between the configuration files and the system administrator, this module helps managing the following AVIRA products:
- AVIRA Desktop for Unix
- AVIRA for Unix Server
- AVIRA MailGate
- AVIRA for Sendmail-Milter
- AVIRA WebGate
AVIRA Webmin Remote Panel highlights a simple management interface, designed to configure and smoothly control AVIRA products installed on a network. This application helps you stay informed about the status of your currently running AVIRA solutions, displaying the messages generated by these applications in the system logs.
AVIRA Webmin Remote Panel also manages the engine settings, helping to keep track of administration alerts, licenses and other related aspects.
Main features:
- Configuration of AVIRA Desktop for Unix;
- Configuration of AVIRA for Unix Server;
- Configuration of AVIRA MailGate;
- Configuration of AVIRA Sendmail-Milter;
- Configuration of AVIRA WebGate;
- Simple interface for controlling installed AVIRA products on your system;
- Simple interface for displaying the messages generated by AVIRA products in the system logs.
<<less
Download (0.066MB)
Added: 2005-11-03 License: Free for non-commercial use Price:
1464 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3