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.401.324 Times

Sendmail Examples freeware
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: 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.602

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.309

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: September 18, 2012  |  Added: September 18, 2012 | Visits: 946

Collection of Delphi Examples Collection of most wanted Delphi examples with full source code and animated tutorials as a standalone application. No third party components.


Platforms: Windows

License: Freeware Size: 6.99 MB Download (92): Collection of Delphi Examples Download

Added: May 10, 2013 | Visits: 748

Sendmail Sender Address Validator This tool is a lightweight, fast and reliable Sendmail filter that implements a real-time Sender e-Mail Address Verification technology. This technology can stop some kinds of SPAM with a spoofed sender's e-Mail address. Also it implements a real-time Recipient e-Mail Address Verification...


Platforms: *nix, C/C++, BSD

License: Freeware Download (55): Sendmail Sender Address Validator Download

Added: June 27, 2013 | Visits: 413

Sendmail for Email System Utilities SendmailTM implements a general purpose internetwork mail routing facility under the UNIXdlT« operatingsystem. It is not tied to any one transport protocol d-deOCL its function may be likened to a crossbar switch, relaying messages from one domain into another.In the process, it can do a...


Platforms: C and C plus plus

License: Freeware Size: 1.97 MB Download (47): Sendmail for Email System Utilities Download

Added: September 15, 2013 | Visits: 674

Views Examples A collection of views examples that can be turned on and used directly within views. You can use the views examples as-is on your site, or you can clone them and use them as a starting point for further customized views.This module is in beta and will likely have more features added before a 1.0...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (53): Views Examples Download

Released: October 31, 2012  |  Added: November 28, 2013 | Visits: 918

C# .NET Examples Collection Collection of C# .NET examples that will make your coding easier and faster. 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 code. Collection of C# .NET examples...


Platforms: Windows, Windows 7

License: Freeware Size: 2.4 MB Download (46): C# .NET Examples Collection Download

Added: August 09, 2013 | Visits: 338

GAdmin-Sendmail GAdmin-Sendmail is an easy to use GTK+ frontend for the sendmail mail server.


Platforms: *nix, Windows

License: Freeware Size: 460.8 KB Download (41): GAdmin-Sendmail Download

1 2 3 4 5 >