Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Very long connecting time on first launch

  • 2 réponses
  • 0 a ce problème
  • 4 vues
  • Dernière réponse par Wayne Mery

more options

I'm on Thunderbird (128.6.0esr (64-bit)) on Fedora/GNOME. I've noticed, that whenever I launch Thunderbird, it takes several minutes (!) where it says "Connecting to mail.myserver.com" in status. I'm using my own postfix/dovecot server with imap and I don't have this problem on Thunderbird Windows for instance, where it connects right away on startup. After the initial slow connection, it works just fine, when I manually trigger to scan for new messages (instantly). I tried literally any option within Thunderbird to fix that, without any success. It seems to be some trouble with resolving / dns or probably ip6/ip4, but then again, why would it work normally after the long connection time in the beginning? Any clue what might be the problem here?

I'm on Thunderbird (128.6.0esr (64-bit)) on Fedora/GNOME. I've noticed, that whenever I launch Thunderbird, it takes several minutes (!) where it says "Connecting to mail.myserver.com" in status. I'm using my own postfix/dovecot server with imap and I don't have this problem on Thunderbird Windows for instance, where it connects right away on startup. After the initial slow connection, it works just fine, when I manually trigger to scan for new messages (instantly). I tried literally any option within Thunderbird to fix that, without any success. It seems to be some trouble with resolving / dns or probably ip6/ip4, but then again, why would it work normally after the long connection time in the beginning? Any clue what might be the problem here?

Solution choisie

The Problem was caused by Fedoras network configuration. I had to disable IPv6 (rathermore the automatic DNS lookup). You can do that in Fedoras GUI config in the Network section or edit

sudo nano /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1

and apply the changes:

sudo sysctl -p

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (2)

more options

Solution choisie

The Problem was caused by Fedoras network configuration. I had to disable IPv6 (rathermore the automatic DNS lookup). You can do that in Fedoras GUI config in the Network section or edit

sudo nano /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1

and apply the changes:

sudo sysctl -p

Cela vous a-t-il été utile ?

more options

Thanks for posting your solution.

Cela vous a-t-il été utile ?

Poser une question

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.