Class SMTPRelayServer
java.lang.Object
javaforce.service.SMTPRelayServer
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
-
serviceBus
- See Also:
-
-
Constructor Details
-
SMTPRelayServer
public SMTPRelayServer()
-
-
Method Details
-
getConfigFile
-
getLogFile
-
start
public void start() -
stop
public void stop() -
validConfig
public boolean validConfig() -
serviceStart
-
serviceStop
public static void serviceStop()
-