Net::Server::POP3proxy

Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software.
Download

Net::Server::POP3proxy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Boeck
  • Publisher web site:
  • http://search.cpan.org/~mboeck/Net-Server-POP3proxy-0.1/lib/Net/Server/POP3proxy.pm

Net::Server::POP3proxy Tags


Net::Server::POP3proxy Description

Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software.SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_); }, Error => sub { die ($_); }, Debug => sub { print STDERR ($_); } ) or die ("Cannot init POP3 proxy server"); while ($popproxy->looper()) { # noop }This module implements a POP3 proxy server to enable you to call user defined actions uppon fetching a mail from the POP3 Server.The destination server is taken from the username, the client connects to the pop3 proxy in the way remoteuser%remote.host:port.Multiple clients can connect to the POP proxy at a time. Requirements: · Perl


Net::Server::POP3proxy Related Software