简体   繁体   English

如何接收P2P SMTP消息(使用Java)?

[英]How to receive P2P SMTP messages (using Java)?

We need to set up a service that is able to receive SMTP messages. 我们需要设置一个能够接收SMTP消息的服务。

  • Only incoming ones and only from a single source 仅收件者,并且仅来自单一来源
  • direct end-to-end connection 直接端到端连接
  • source knows destination IP 源知道目标IP
  • no encryption needed since we go through a dedicated VPN 由于我们通过专用VPN,因此无需加密

We would then need to process the messages in our Java-Based System. 然后,我们需要在基于Java的系统中处理消息。 The server can run any Linux distro. 该服务器可以运行任何Linux发行版。

Does anyone have a hint / experience on how to achieve that without a lot of overhead? 有没有人在没有太多开销的情况下实现此目标的提示/经验?

Check out SubEtha SMTP SubEtha SMTP

It looks to be pretty simple to set up a java SMTP server from their wiki and allows you to handle messages however you'd like. 从他们的wiki设置Java SMTP服务器看起来非常简单,并且可以根据需要处理消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM