Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

Thunderbird Events - Organizer has default domain of @internal

det1059 已回复
det1059

When I create a new event by right-clicking on a day on the monthly calendar and then "Invite Attendees" I see in the new pop-up dialog that the organizer of the event has the illegal domain address of "@internal". The attendees receive their invitations but the .ics contains the line

ORGANIZER;PARTSTAT=NEEDS-ACTION;CUTYPE=INDIVIDUAL;SENT-BY="mailto:

<redacted>":mailto:<redacted>@internal

Since <redacted>@internal is an illegal email address the attendee cannot respond to the invitation either in the affirmative or negative.

How can I change the default domain of the organizer to the email address of the user creating the event? I have searched through all the settings I can find no mention of @internal there or in the documentation on the web.

I have been testing on my Win 8.1 system and Thunderbird 115.16.2 (32-bit), which is the most advanced available. The people I work with experience the same behavior with Thunderbird 128.3.0 on Win 10 and Win 11.

When I create a new event by right-clicking on a day on the monthly calendar and then "Invite Attendees" I see in the new pop-up dialog that the organizer of the event has the illegal domain address of "@internal". The attendees receive their invitations but the .ics contains the line ORGANIZER;PARTSTAT=NEEDS-ACTION;CUTYPE=INDIVIDUAL;SENT-BY="mailto: <redacted>":mailto:<redacted>@internal Since <redacted>@internal is an illegal email address the attendee cannot respond to the invitation either in the affirmative or negative. How can I change the default domain of the organizer to the email address of the user creating the event? I have searched through all the settings I can find no mention of @internal there or in the documentation on the web. I have been testing on my Win 8.1 system and Thunderbird 115.16.2 (32-bit), which is the most advanced available. The people I work with experience the same behavior with Thunderbird 128.3.0 on Win 10 and Win 11.

所有回复 (1)

I've figured this out. The problem's source does not lie in Thunderbird's calendar but back in the Cyrus-Imap software for storing email and calendars. When setting up calendars in that software you need to have the line "virtdomains: userid" in your /etc/imapd.conf. When doing that the default domain name is "internal" which does not seem to be very useful.

To get a useful default, also add a "defaultdomain: mydomain.com" to the configuration file, with "mydomain.com" replaced by your domain name. After making this change you need to restart the imap daemon and restart every instance of Thunderbird.