Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.398.780 Times

Sendmail Examples software
Filter: All | Freeware | Demo
 

Sendmail Examples

1 2 3 4 5 > 
Added: February 09, 2010 | Visits: 1.203

Sendmail Confirmation System Sendmail Confirmation System is an Sendmail milter plugin that is designed to reduce the amount of junk email received. SMC uses a dynamic local and DNS based remote "whitelists" (for known/trusted senders), DNS based "blacklists" (for undesired senders), and an original "autoauthentication"...



Platforms: *nix

License: Freeware Size: 100.35 KB Download (96): Sendmail Confirmation System Download

Added: February 16, 2010 | Visits: 1.004

AVIRA for Sendmail-Milter AVIRA for Sendmail-Milter on Unix is a plug-in for Sendmail, which acts as a SMTP filter for all messages passing through the mail server. This integrated antivirus solution employs the milter technology from Sendmail to optimally process the mail traffic. AVIRA for Sendmail-Milter is a Unix...





Platforms: *nix

License: Shareware Cost: $179.00 USD Size: 4.5 MB Download (97): AVIRA for Sendmail-Milter Download

Added: March 01, 2010 | Visits: 649

Sendmail-Jilter Sendmail-Jilter is an Open Source implementation of the Sendmail milter protocol, for implementing milters in Java that can interface with the Sendmail MTA. Whats New in This Release: New Features: - Added JilterHandlerAdapter. Thanks to Neil Aggarwal (neil@JAMMConsulting.com). Changes:...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 16.38 KB Download (92): Sendmail-Jilter Download

Added: March 07, 2010 | Visits: 1.039

Sendmail::Milter 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,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Sendmail::Milter Download

Added: September 06, 2010 | Visits: 791

Sendmail::AccessDB Sendmail::AccessDB is an interface to the Sendmail access.db list. SYNOPSIS use Sendmail::AccessDB qw(spam_friend whitelisted); $friend_or_hater = spam_friend(user@example.com); $whitelisted = whitelisted(sender@example.com); This module is designed so that users of the Sendmail::Milter...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): Sendmail::AccessDB Download

Added: July 06, 2010 | Visits: 1.951

Sendmail filter for SpamAssassin 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,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (134): Sendmail filter for SpamAssassin Download

Added: February 13, 2010 | Visits: 1.091

GreyList Sendmail milter smf-grey is a Sendmail milter that implements the GreyList Anti SPAM technology. This technology can significantly reduce the amount of SPAM and viruses going from zombie computers (infected Windows PC), which produce more than 80% of SPAM. GreyList Sendmail milter has a very effective...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): GreyList Sendmail milter Download

Added: November 06, 2010 | Visits: 1.030

SPF Sendmail milter SPF Sendmail milter is a Sendmail filter that implements the Sender Policy Framework technology with help of libSPF2 library. It checks SPF records to make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers,...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (99): SPF Sendmail milter Download

Added: March 20, 2010 | Visits: 1.432

Sendmail Sender Address Validator smf-sav is a lightweight, fast and reliable Sendmail milter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kind of SPAM with a spoofed senders e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (112): Sendmail Sender Address Validator Download

Added: September 20, 2010 | Visits: 1.173

Sendmail filter for ClamAV 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.. Small, fast and reliable Sendmail filters for spam and virus filtering


Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Sendmail filter for ClamAV Download

Added: March 13, 2010 | Visits: 1.601

GCJ::Cni::Examples GCJ::Cni::Examples is a Perl module with examples of how to use GCJs CNI interface to write Perl Modules in Java. EXAMPLES Writing Treaded modules in Java One benefit of using GCJ is that it takes advantage of POSIX threading. This is nice since Perls threading model is, shall we say, less...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): GCJ::Cni::Examples Download

Added: November 09, 2010 | Visits: 1.296

GNUstep examples GNUstep examples is a collection of programs that are meant to show programmers how to use GNUstep. GNUstep examples includes a calculator, a currency converter, finger, fractal, puzzle, hostaddress, and ink (a simple editor). Whats New in This Release: - Minor feature enhancements.


Platforms: *nix

License: Freeware Size: 235.52 KB Download (132): GNUstep examples Download

Added: November 06, 2010 | Visits: 1.308

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: November 11, 2010 | Visits: 1.153

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): DBIx::Simple::Examples Download

Added: March 21, 2010 | Visits: 738

Mail::Sendmail Mail::Sendmail is a simple platform independent mailer. SYNOPSIS use Mail::Sendmail; %mail = ( To => you@there.com, From => me@here.com, Message => "This is a very short message" ); sendmail(%mail) or die $Mail::Sendmail::error; print "OK. Log says:n", $Mail::Sendmail::log; Simple...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (100): Mail::Sendmail Download

Added: August 09, 2010 | Visits: 1.263

Net::DNS::Sendmail Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. Which will basically act as a primitive sendmail MTA. SYNOPSIS use Net::DNS::Sendmail; # Constructors $smtp = Net::DNS::Sendmail->new(); $smtp->to("john@gmail.com, mary@yahoo.com, goliath@hotmail.com");...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Net::DNS::Sendmail Download

Released: February 06, 2012  |  Added: February 27, 2012 | Visits: 2.969

C++ Builder Examples Collection This collection will help you to quickly and simply adopt and apply the knowledge of experienced programmers. What you will find here is a set of examples for most used methods and components in everyday programming. Save yourself hours of online research and going through tons of useless...


Platforms: Windows

License: Demo Cost: $25.00 USD Size: 33.52 MB Download (205): C++ Builder Examples Collection Download

Released: February 06, 2012  |  Added: February 27, 2012 | Visits: 1.299

Delphi Examples Collection This collection will help you to quickly and simply adopt and apply the knowledge of experienced programmers. What you will find here is a set of examples for most used methods and components in everyday programming. Save yourself hours of online research and going through tons of useless...


Platforms: Windows

License: Demo Cost: $19.95 USD Size: 12.74 MB Download (110): Delphi Examples Collection Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 969

Collection of C++ Builder Examples Collection of C++ Builder examples and tutorials with full source code, project files and animated tutorials. Examples include: database in C++, making reports in C++, running external applications from c++, graphics and window manipulation and animation in C++ and more.


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 1.58 MB Download (56): Collection of C++ Builder Examples Download

Released: July 03, 2012  |  Added: July 03, 2012 | Visits: 787

Del123.com Collection of Delphi examples Del123's Collection of Delphi examples and applications - Database examples, Rave report examples, Win32 examples and more. Full source code on purchase. From Delphi 7 to Delphi XE - Del123.com


Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 3.28 MB Download (61): Del123.com Collection of Delphi examples Download

1 2 3 4 5 >