Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Can't edit account settings

  • 3 respostas
  • 1 tem este problema
  • 32 visualizações
  • Última resposta de BarryN

more options

Can't edit account settings (not adding an account)

Running Thunderbird 52.5.2 on OS X El Capitan

When I try to access the account settings, I am hitting the old "Account with this name already exists" bug. I get the dialog no matter which of the tabs in the panel I click on. This issue arises in the context of trying to run down an issue with outbound email. I am getting a login to server.outbound.att.net failed enter new password dialog. When I enter the password, I am still getting the login failure. With what should be the same account settings, there is no problem either receiving or sending email using Apple Mail.

After reviewing prior threads dealing with the Account Wizard bug, I am attaching screenshots of the account settings dialog box and the mail and news accounts section of the help -> troubleshooting information.

From the config editor, I get the following:

mail.accountmanager.accounts = account1, account5, account6 mail.account.account6.identities = id1 mail.account.account5.identities = id3 mail.account.account1.server = server1 mail.account.account5.server = server2 mail.account.account6.server = server3 mail.identity.id1.usermail = bpobanz0545@att.net mail.identity.id3.usermail = bpobanz0545@att.net mail.server.server1.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/Mail/Local Folders/ mail.server.server1.hostname = Local Folders mail.server.server1.name = Local Folders mail.server.server1.directory-rel = [ProfD]Mail/Local Folders mail.server.server2.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/Mail/inbound.att-2.net mail.server.server2.hostname = inbound.att.net mail.server.server2.name = bpobanz0545@att.net mail.server.server2.port = 995 mail.server.server2.directory-rel = [ProfD]Mail/inbound.att-2.net mail.server.server2.type = pop3 mail.server.server3.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/ImapMail/inbound.att-2.net mail.server.server3.hostname = inbound.att.net mail.server.server3.name = bpobanz0545@att.net mail.server.server3.port = 993 mail.server.server3.directory-rel = [ProfD]ImapMail/inbound.att.net mail.server.server3.type = imap

Can't edit account settings (not adding an account) Running Thunderbird 52.5.2 on OS X El Capitan When I try to access the account settings, I am hitting the old "Account with this name already exists" bug. I get the dialog no matter which of the tabs in the panel I click on. This issue arises in the context of trying to run down an issue with outbound email. I am getting a login to server.outbound.att.net failed enter new password dialog. When I enter the password, I am still getting the login failure. With what should be the same account settings, there is no problem either receiving or sending email using Apple Mail. After reviewing prior threads dealing with the Account Wizard bug, I am attaching screenshots of the account settings dialog box and the mail and news accounts section of the help -> troubleshooting information. From the config editor, I get the following: mail.accountmanager.accounts = account1, account5, account6 mail.account.account6.identities = id1 mail.account.account5.identities = id3 mail.account.account1.server = server1 mail.account.account5.server = server2 mail.account.account6.server = server3 mail.identity.id1.usermail = bpobanz0545@att.net mail.identity.id3.usermail = bpobanz0545@att.net mail.server.server1.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/Mail/Local Folders/ mail.server.server1.hostname = Local Folders mail.server.server1.name = Local Folders mail.server.server1.directory-rel = [ProfD]Mail/Local Folders mail.server.server2.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/Mail/inbound.att-2.net mail.server.server2.hostname = inbound.att.net mail.server.server2.name = bpobanz0545@att.net mail.server.server2.port = 995 mail.server.server2.directory-rel = [ProfD]Mail/inbound.att-2.net mail.server.server2.type = pop3 mail.server.server3.directory = /Users/betsy/Library/Thunderbird/Profiles/opsrqa5y.default/ImapMail/inbound.att-2.net mail.server.server3.hostname = inbound.att.net mail.server.server3.name = bpobanz0545@att.net mail.server.server3.port = 993 mail.server.server3.directory-rel = [ProfD]ImapMail/inbound.att.net mail.server.server3.type = imap
Capturas de tela anexadas

Solução escolhida

Select Help/Troubleshooting Information, click Open Folder to open the profile folder, close TB, then open the prefs.js file in a text editor.

Look for the line user_pref("mail.server.server5.name", "XXXXX");

and also user_pref("mail.server.server6.name", "YYYYY");

Is XXXXX the same as YYYYY? From your first picture, I expect it is. If you can't edit the account name from Account Settings, try changing XXXXX to ATTPOP and YYYYY to ATTIMAP, saving prefs.js, then restarting TB.

Ler esta resposta 👍 1

Todas as respostas (3)

more options

You have two accounts with the name "bpobanz0545@att.net". Change one of them, via the config editor.

more options

Solução escolhida

Select Help/Troubleshooting Information, click Open Folder to open the profile folder, close TB, then open the prefs.js file in a text editor.

Look for the line user_pref("mail.server.server5.name", "XXXXX");

and also user_pref("mail.server.server6.name", "YYYYY");

Is XXXXX the same as YYYYY? From your first picture, I expect it is. If you can't edit the account name from Account Settings, try changing XXXXX to ATTPOP and YYYYY to ATTIMAP, saving prefs.js, then restarting TB.

more options

That did the trick. Thanks for the help.