Fungování této stránky je z důvodu údržby dočasně omezeno. Pokud žádný článek nápovědy nevyřeší váš problém a potřebujete se zeptat na další řešení, napište nám na Twitter @FirefoxSupport nebo Reddit /r/firefox.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 4 odpovědi
  • 1 má tento problém
  • 1 zobrazení
  • Poslední odpověď od 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
Přiložené obrázky

Upravil uživatel rkat dne

Zvolené řešení

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.

Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (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.

Upravil uživatel rkat dne

more options

Zvolené řešení

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.

Upravil uživatel rkat dne