jef*_*ind 8 email ms-exchange software-recommendation
我只是尝试使用 MAPI 插件设置进化以连接到我的 Exchange Server 2007,如此链接中所述-> https://www.linux.com/learn/tutorials/370590-connect-evolution-to-an -交换服务器。
这不是表现得很好,它一直冻结并且无法发送消息,尽管它确实从服务器检索了很多信息,但它只是没有完成这项工作。
我现在要尝试使用 SMPT 的 Thunderbird。也许它会起作用。
就 Microsoft Exchange Server 2007 的电子邮件客户端而言,你们最幸运的是什么?
非常感谢!!
** 更新 **
所以我设置了Thunderbird。设置向导会自动检测我的服务器设置,这对于从服务器检索信息(如收件箱和自定义文件夹)非常有效。起初发送不起作用。SMTP 身份验证有问题。我尝试了每种身份验证方法,直到成功发送消息。有效的是 NTLM。
感谢您提供解决此问题的好提示!
** 更新 **
使用 Thunderbird 已经有几天了。一开始它似乎工作正常,但现在我发现它的表现不是很好。每次程序运行时,它都会挂起“使收件箱保持最新状态”。此外,当您第一次打开该程序时,它似乎可以正确检索新电子邮件,但是在打开该程序后,它会挂起并且不会收到自打开该程序以来已发送的新邮件......回到绘图板。
Evolution Bug 搜索快速指南
发现导致错误的原因
使用一些特殊的环境变量从终端启动 Evolution 会导致 Evolution 显示有关当前正在执行的操作的更多信息。
以下是变量列表以及每个变量告诉 Evolution 执行的操作:
Mail
CAMEL_DEBUG=all — for debugging email problems
CAMEL_DEBUG=gpg — for debugging email problems with GPG encryption
Calendars
CALDAV_DEBUG=all — for debugging problems with CalDav calendars
WEBCAL_DEBUG=1 — for debugging problems with read-only Web calendars
ALARMS_DEBUG=1 — for debugging problems with Calendar reminders/alarms
Address books
WEBDAV_DEBUG=1 — for debugging problems with WEBDAV address books
LDAP_DEBUG=1 — for LDAP addressbooks (but combined with running ${install_prefix}/libexec/e-addressbook-factory on a console instead of Evolution itself)
GOOGLE_BACKEND_DEBUG=1 — for debugging problems with Google Contacts addressbooks (but combined with running ${install_prefix}/libexec/e-addressbook-factory on a console instead of Evolution itself)
Microsoft Exchange accounts
Exchange MAPI account type
MAPI_DEBUG=1 — used for basic debugging of Exchange MAPI support inside of the evolution-mapi package
LIBMAPI_DEBUG=15 — also used for debugging Exchange MAPI support but way more powerful. Debugs the raw communication by passing the variable also to underlying libmapi and samba4 libraries
Exchange EWS account type
EWS_DEBUG=1 — used for debugging Exchange EWS support: Prints each request and response
EWS_DEBUG=2 — Same as #1 plus all bodies
Microsoft Exchange account type
E2K_DEBUG=1 — used for debugging classical Exchange support: Print each request and response
E2K_DEBUG=2 — Same as #1 plus all request and response headers
E2K_DEBUG=3 — Same as #2 plus bodies (except text/html)
E2K_DEBUG=4 — Same as #3 plus global catalog debug
E2K_DEBUG=5 — Same as #4 plus text/html bodies too
Novell GroupWise accounts
GROUPWISE_DEBUG=1 — used for debugging GroupWise support
Run Code Online (Sandbox Code Playgroud)
使用自定义变量启动 Evolution 很容易。一个人会简单地运行如下内容:
CAMEL_DEBUG=所有进化>& evo.log
关于 Evolution 和 Microsoft Exchange Server
此 Ubuntuforums 主题解释了一种让 Ubuntu 邮件客户端与 Exchange 配合使用的方法。我成功地使用了它,但是在我的公司域发生一些变化之后,尽管进行了多次尝试,我仍无法保持它的工作。最终,我将 Evolution 设置为在公司的服务器上使用 SMTP 和 POP 协议。
一段时间后,我注意到我的邮件在使用 Microsoft Outlook 的计算机上看起来格式不正确,因此我改用 Thunderbird 以避免其他 Windows 用户遇到格式问题。
您也可以按照这些说明进行操作(2010 年的博客文章)。它建议使用Thunderbird 的闪电交换插件(此链接适用于当前的后续项目;原始的 x-data 插件从博客页面链接)。
如果您不太关心消息格式(粗体、引号等),那么最好的方法似乎是 Evolution。