Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

What does the "improper connections" warning at the Mail Account Setup mean?

  • 4 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: rkat

more options

At the Mail Account Setup dialog, the IMAP autodetect works, but after clicking "Done", a warning appears (see image), stating "Thunderbird can allow you to get your mail using the provided configurations. However, you should contact your administrator or email provider regarding these improper connections. See the Thunderbird FAQ for more information.". I checked the Thunderbird FAQ (or what information I found) but there is no explanation of this warning.

About the used connection:

- it is a working IMAP with STARTTLS on port 143

- the server uses a self signed certificate (not expired), which Thunderbird does not complain about in the warning

- using an existing SMTP setting of another account (no check in the Mail Account Setup dialog)

So I wonder, what this warning really is about. Best Regards

At the Mail Account Setup dialog, the IMAP autodetect works, but after clicking "Done", a warning appears (see image), stating "Thunderbird can allow you to get your mail using the provided configurations. However, you should contact your administrator or email provider regarding these improper connections. See the Thunderbird FAQ for more information.". I checked the Thunderbird FAQ (or what information I found) but there is no explanation of this warning. About the used connection: - it is a working IMAP with STARTTLS on port 143 - the server uses a self signed certificate (not expired), which Thunderbird does not complain about in the warning - using an existing SMTP setting of another account (no check in the Mail Account Setup dialog) So I wonder, what this warning really is about. Best Regards
添付されたスクリーンショット

この投稿は rkat により に変更されました

選ばれた解決策

The shown dialog seems to occur only if:

  • A mail account exists, outgoing SMTP has self-signed certificate
  • The new mail account uses that existing outgoing SMTP

This might be a defect in Thunderbird 31.7.0, because there is only one such warning dialog at the Mail Account Setup which is used for reporting several different problems. The code (Thunderbird source: mailnews/base/prefs/content/accountcreation/emailWizard.js) switches on/off messages for incoming and outgoing, but in this special case, it seems to switch off all messages - which leaves just the text shown in the screenshot - compare to https://support.mozilla.org/en-US/kb/server-doesnt-use-encryption

When using a new profile without any accounts in Thunderbird 31.7.0, creating the new account works without such a warning.

この回答をすべて読む 👍 0

すべての返信 (4)

more options

re : it is a working IMAP with STARTTLS on port 143

It may have something to do with your Connection Security and port selection. By default, the IMAP protocol works on two ports: Port 143 - this is the default IMAP non-encrypted port Port 993 - this is the port to use if you want to connect using IMAP securely

Usual port: Imap incoming port 993 and SSL/TLS Authentication Method; Normal Password.

more options
re: Port 143 - this is the default IMAP non-encrypted port

Yes, but STARTTLS makes use of it. The usual IMAP port for STARTTLS is 143, too - since STARTTLS begins the connection unencrypted and upgrades it to TLS (still using the same port).

more options

I used Thunderbird version 31.7.0 which comes with Ubuntu 14.04. With Thunderbird version 38.01, the Mail Account Setup dialog does not give any warning.

この投稿は rkat により に変更されました

more options

選ばれた解決策

The shown dialog seems to occur only if:

  • A mail account exists, outgoing SMTP has self-signed certificate
  • The new mail account uses that existing outgoing SMTP

This might be a defect in Thunderbird 31.7.0, because there is only one such warning dialog at the Mail Account Setup which is used for reporting several different problems. The code (Thunderbird source: mailnews/base/prefs/content/accountcreation/emailWizard.js) switches on/off messages for incoming and outgoing, but in this special case, it seems to switch off all messages - which leaves just the text shown in the screenshot - compare to https://support.mozilla.org/en-US/kb/server-doesnt-use-encryption

When using a new profile without any accounts in Thunderbird 31.7.0, creating the new account works without such a warning.

この投稿は rkat により に変更されました