
PheMail::Server - PheMail slaveserver

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

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 !!
RunServer();

Jesper Noehr, <jesper@noehr.org>
