The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PheMail::Server - PheMail slaveserver

SYNOPSIS

  use PheMail::Server;
  PheMail::Server->RunServer();

DESCRIPTION

  Runs a server on a specified port, listening for connections from the mothership.
  This server is used in project PheMail for slaveservers.
  They can receive instructions from the mothership, via this server.
  All communication between the servers are explicitly encrypted in XOR.
  PLEASE NOTE: !! This should not be used outside PheMail as it would be useless !!

EXPORT

RunServer();

AUTHOR

Jesper Noehr, <jesper@noehr.org>

SEE ALSO

PheMail::General.