问题描述
我开始搞乱Exchange 2010的一些远程PowerShell功能,并在我的系统上使用SCL和反垃圾邮件。 在过去,我已将SCL拒绝设置为5,将隔离设置为4. 我会在垃圾邮件过滤器邮箱中每两周收到一封有价值的电子邮件,我会手动转发它。
从我的另一个帖子,作为一个懒惰的管理员,我决定减少SCL到4并在拒绝通知中,将用户发送到链接以获得免除。 如果他们正确填写表单,请输入图片,知道有效的内部电子邮件地址,然后向他们发送指向该电子邮件地址的唯一验证链接,他们会点击该地址并将其自动添加到白名单中。 这是一个很好的80/20解决方案,但留下大量邮件的电子邮件,因为他们永远不会通过系统获得免除。
系统的第二阶段将改变SCL 拒绝回到5并保留相同的拒绝邮件,但会自动监控并转发进入垃圾邮件过滤器的请求电子邮件,并允许用户将电子邮件标记为安全。 我们在工作中使用Postini电子邮件过滤,这是我想要构建的确切功能。 拼图的主要部分是通过C#阅读邮箱。 我已经阅读了一点,但我不想使用outlook,也不想使用pop3,也不想使用mapi,我认为webdav在2010年已经死了(有人可以确认)并且我没有找到任何Exchange 2010目标邮箱的示例。
一旦我可以阅读收件箱,我就可以为所有用户提供一个网页,允许他们根据他们的身份验证查看发送到他们的一个或多个smtp地址的电子邮件。
是否有人在Exchange 2010中有一个简单的例子来阅读邮箱的收件箱?
I've started messing with some of the remote powershell functionality of Exchange 2010, and use the SCL and antispam on my system. In the past I have set the SCL reject at 5 and the quarantine at 4. I would receive about one email every two weeks that was worthwhile in the spam filter mailbox and I would forward it on manually.
From my other thread, and being a lazy admin, I decided to reduce the SCL to 4 and in the reject notification, send the user to a link for an exemption. If they fill the form out correctly, enter the image, know a valid internal email address, it sends them a unique verification link to that email address, they click it and they are automatically added to the whitelist. It's a good 80/20 solution but leaves mass mail emails in limbo because they will never go through the system for an exemption.
Phase two of the system would be to change the SCL reject back to 5 and keep the same reject message, but automatically monitor and forward on request emails that come into the spam filter along with allowing users to mark emails as safe. We use Postini email filtering at work which is the exact functionality I want to build. The main piece of the puzzle is to read a mailbox through C#. I have read up a little but I do not want to use outlook, nor pop3, nor mapi, and I think webdav is dead in 2010 (can someone confirm) and I haven't found any examples of an Exchange 2010 targeted mailbox.
Once I can read the inbox, I can provide a webpage to all users that allows them to see emails sent to one or more of their smtp addresses based on their authentiation.
Does anyone have a simple example of reading the inbox of a mailbox in Exchange 2010?
推荐答案
这篇关于在C#中构建自我管理的白名单 - 读取Exchange 2010邮箱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!