拦截SMTP服务器上的电子邮件 [英] Intercept emails on SMTP server

查看:502
本文介绍了拦截SMTP服务器上的电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要执行以下操作之一:

a)查找SMTP事件(如果我的服务器支持SMTP事件,则在Linux上),并在将消息传递给本地目标用户之前对其进行修改.



b)创建一个SMTP代理服务,该服务位于您的实际SMTP服务器之前.
在SMTP代理内部,修改邮件,然后将其传递到真正的SMTP服务器.


有人可以帮我吗?
谢谢!

解决方案

不幸的是,这听起来像可以用于淘气的目的.因此,在提供任何帮助之前,我需要更多的信息.

顺便说一句:除非您真的非常喜欢垃圾邮件,否则不要在这样的公共论坛上发布您的电子邮件地址.客户的最新要求是将其与邮件系统集成(关于邮件客户端,跨平台).

因此,我们遇到的唯一解决方案是在电子邮件中嵌入特定元素,从而使我们可以将其与特定任务相关联.因此,我们需要拦截电子邮件,解析其内容,如果遇到特定元素,请在Web应用程序的数据库中创建一个新任务/子任务.


Hi,

I need to do one of the following things:

a)Hook up SMTP events (if my server supports it, it is on Linux), and modify the message before it is passed on to the local intended user.

or

b)Create a SMTP proxy service, that sits in front of your real SMTP server.
Inside of the SMTP proxy, modify the message, and pass it on to your real SMTP server.


Can anyone help me out?
Thanks!

解决方案

Unfortunately, this sounds like something that could be used for mischievous purposes. So I would need a lot more information before I would offer any help.

BTW: Do not post your eMail address in a public forum like this, unless you really, really like spam.


We have a Project Management web application; the client''s latest request is to integrate it with the mailing system (regardles of the mail client, cross platform).

So the only solution we came accross is to embed a specific element within the email, thus allowing us to associate it with a certain task; so we need to intercept the emails, parse their content and if we come accross the specific element create a new task/subtask within the web application''s database.


这篇关于拦截SMTP服务器上的电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆