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

Sendmail Y Proxy freeware
Filter: All | Freeware | Demo
 

Sendmail Y Proxy

1 2 3 4 5 > 
Added: April 16, 2006 | Visits: 8.770

Proxy+ Proxy+ is a firewall, proxy, and mail server designed to give the complete solution of shared access to the Internet from a LAN. This version is free for 3 users. Versions for 5, 10, and unlimited users are also available, with prices ranging from $99 to $299.



Platforms: Windows

License: Freeware Size: 900 KB Download (1519): Proxy+ Download

Released: March 25, 2010  |  Added: May 15, 2010 | Visits: 9.994

Web Proxy Checker Free and fast proxy checking software. Supports SOCKS4/SOCKS5/HTTP/HTTPS proxies with/without authentication. Check for connect to host or load URL. Combine proxies. Proxy location (country) detection. Multithreaded. Handle redirects. Can download proxy list from the given URL. Built-in proxy...





Platforms: Windows, Other

License: Freeware Size: 1.06 MB Download (636): Web Proxy Checker Download

Released: October 28, 2010  |  Added: November 02, 2010 | Visits: 6.346

HTTP Proxy Scanner The new HTTP Proxy Scanner is the handy tool that helps you to search HTTP proxy servers. This software recommended for users, who have a slow Internet connection - using a proxy server they may speed up web pages loading. HTTP Proxy Scanner may also be suitable tool if you want to protect your...


Platforms: Windows

License: Freeware Size: 2.33 MB Download (315): HTTP Proxy Scanner Download

Added: February 09, 2010 | Visits: 1.206

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: August 03, 2010 | Visits: 1.618

Camarades Linux Proxy The Camarades Linux Proxy is a small program that is meant to run on a firewall protecting an internal network. It allows multiple users behind a firewall to use the Camarades Web camera program. To make it run the following: 1. Edit Makefile to see that everything seems ok. Make any...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (106): Camarades Linux Proxy Download

Added: February 22, 2010 | Visits: 2.483

Yet Another Filter Proxy Yet Another Filter Proxy project is a preforking, banner filtering, content scanning Perl proxy. Yet Another Filter Proxy is a proxy to filter out advertising banners and malicious script code from web sites. It is written in Perl and based on an example by Randal L. Schwartz. For...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (290): Yet Another Filter Proxy Download

Added: September 02, 2010 | Visits: 1.167

POE::Component::Proxy::TCP POE::Component::Proxy::TCP is a simplified TCP proxy. SYNOPSIS use POE qw(Component::Proxy::TCP); POE::Component::Proxy::TCP->new (Alias => "ProxyServerSessionAlias", Port => $local_server_port, OrigPort => $remote_server_port, OrigAddress => $remote_server_host, DataFromClient =>...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): POE::Component::Proxy::TCP Download

Added: September 05, 2010 | Visits: 1.290

BlockStop Proxy BlockStop Proxy is a Firefox extension that allows you to view the current page or link using. Adds a "View this page with BlockStop" or "Open Link Target with BlockStop" option to your Firefox right-click menu, depending on where you click. The BlockStop Proxy extension automatically encodes...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (113): BlockStop Proxy Download

Added: March 21, 2010 | Visits: 1.616

Proxy Applet Proxy Applet is a GNOME tray applet for changing your network proxy configuration with a single click, in a manner similar to Galeon 1.x. Galeon used to have a single click Network Proxy selector in their menu, which I used frequently. In a discussion with Epiphany developers about this same...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (116): Proxy Applet Download

Added: March 07, 2010 | Visits: 1.040

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: June 06, 2010 | Visits: 3.249

HTTP Anti Virus Proxy HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. HTTP Anti Virus Proxy aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid...


Platforms: *nix

License: Freeware Size: 542.72 KB Download (210): HTTP Anti Virus Proxy Download

Added: January 21, 2010 | Visits: 1.721

Proxy Detector Proxy Detector is a PHP class that can detect HTTP requests via proxy. This class can detect if a visitor uses a proxy server by scanning the headers returned by the user client. When the user uses a proxy server, most of the proxy servers alter the header. The header is returned to PHP in the...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (193): Proxy Detector Download

Added: February 09, 2010 | Visits: 1.922

SPIKE Proxy Spike Proxy is an open source HTTP proxy for finding security flaws in web sites. SPIKE Proxy is part of the Spike Application Testing Suite and supports automated SQL injection detection, web site crawling, login form brute forcing, overflow detection, and directory traversal detection. To...


Platforms: *nix

License: Freeware Size: 624.64 KB Download (171): SPIKE Proxy Download

Added: November 20, 2010 | Visits: 3.511

IMAP Proxy IMAP Proxy server is a caching IMAP proxy server. It was written to compensate for webmail clients that are unable to maintain persistent connections to an IMAP server. Most webmail clients need to log in to an IMAP server for nearly every single transaction. This behaviour can cause tragic...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (154): IMAP Proxy Download

Added: September 06, 2010 | Visits: 795

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: January 17, 2010 | Visits: 3.120

NTLM Authorization Proxy Server NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can...


Platforms: *nix

License: Freeware Size: 55.3 KB Download (365): NTLM Authorization Proxy Server Download

Added: July 06, 2010 | Visits: 1.952

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

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

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

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

1 2 3 4 5 >