Class SMTPRelayServer

java.lang.Object
javaforce.service.SMTPRelayServer

public class SMTPRelayServer extends Object
SMTP Relay Server. Logs into POP3 service periodically and re-sends all messages to another SMTP service. Typical usage: Install SMTP/POP3 service in insecure network configured in digest mode. Install SMTPRelay service in secure network and relay messages from insecure network to corporate SMTP service.
Author:
pquiring
  • Field Details

  • Constructor Details

    • SMTPRelayServer

      public SMTPRelayServer()
  • Method Details

    • getConfigFile

      public static String getConfigFile()
    • getLogFile

      public static String getLogFile()
    • start

      public void start()
    • stop

      public void stop()
    • validConfig

      public boolean validConfig()
    • serviceStart

      public static void serviceStart(String[] args)
    • serviceStop

      public static void serviceStop()