顯示下列標籤的問題: 顯示所有問題

Trouble adding Google Workspace account

I have successfully added my primary Google Workspace email address, authenticating through OAuth 2.0. I'm adding a second user, but even though I sign in using the Goog… (閱讀更多)

I have successfully added my primary Google Workspace email address, authenticating through OAuth 2.0. I'm adding a second user, but even though I sign in using the Google popup, OAuth isn't listed as an Authentication method under Server Settings, and no email is downloaded.

teri14 於 11 小時前 詢問

Unable to remove accounts from Thunderbirds "Account Settings"

I'm managing multiple email accounts in my Thunderbird installation. (Note: NOT multiple Thunderbird profiles, but things like a Gmail and an Outlook account under the sa… (閱讀更多)

I'm managing multiple email accounts in my Thunderbird installation. (Note: NOT multiple Thunderbird profiles, but things like a Gmail and an Outlook account under the same Thunderbird profile). I'm trying to remove an email account from the Account Settings menu, but clicking the red "Delete" button does nothing. I've opened up the Error Console/Developer Toolbox, and when I click the Delete button, the following error message gets logged:

``` Uncaught TypeError: can't access property "incomingServer", currentAccount is null AccountManager.js:894:18

   onRemoveAccount chrome://messenger/content/AccountManager.js:894
   oncommand chrome://messenger/content/am-main.xhtml:1

```

A screenshot of the menu is attached. Note that the "Account Name" field also stays blank for whichever account I choose, despite all of them actually having names and showing up in other locations in the application.

r.a 於 15 小時前 詢問

Choosing which IMAP Quota response to display

My work email provider, which hosts about 30 individual email accounts, returns the following when queried for quota: a GETQUOTAROOT INBOX QUOTAROOT INBOX Mailbox "cPanel… (閱讀更多)

My work email provider, which hosts about 30 individual email accounts, returns the following when queried for quota:

a GETQUOTAROOT INBOX

QUOTAROOT INBOX Mailbox "cPanel Account" QUOTA Mailbox (STORAGE 1198939 2097152) QUOTA "cPanel Account" (STORAGE 24913212 26214400)

"Mailbox" is the individual account (at about 50% usage) here and "cPanel Account" is the whole server (at about 95%).

Thunderbird receives that data then uses the last one received for it's display (the overall server quota) which is confusing for users who expect to see their individual quota.

Is there any way I can either:

  • tell Thunderbird to use the first QUOTA value ("Mailbox)
  • intercept that response and strip out the "cPanel Account" entry before Thunderbird UI sees it

I can't get the response from the mail provider changed, I've already asked that.

Thanks, Dave.

mail2587 於 3 天前 詢問

Cannot import a tested p12 TLS client certificate

Without client certificate configuration, the user can retrieve its emails on the dovecot IMAPs server using a password. When I try to authenticate the user with an S/MIM… (閱讀更多)

Without client certificate configuration, the user can retrieve its emails on the dovecot IMAPs server using a password.

When I try to authenticate the user with an S/MIME client certificate, the dovecot server reports that: ```dovecot: imap-login: Login aborted: Connection closed (client didn't send a cert) (client_ssl_cert_missing)```

Here is the configuration: 1. On the client side: I've imported into thunderbird: - the self-signed CA certificate - the user's S/MIME client certificate which is fine: ```

  1. pk12util -l user@example.com.p12

Enter password for PKCS12 file: Certificate(has private key):

   Data:
       Version: 3 (0x2)
       Serial Number:
           00:c3:10:d5:01:d1:9c:3c:4c:26:a7:a9:4d:90:f0:49:
           03:a8:f3:71:d6
       Signature Algorithm: PKCS #1 SHA-256 With RSA Encryption
       Issuer: "O=Example,ST=Yvelines,C=FR"
       Validity:
           Not Before: Mon Feb 23 14:26:26 2026
           Not After : Thu Feb 21 14:26:26 2036
       Subject: "E=user@example.com,CN=user@example.com,O=Example,ST=Yvel
           ines,C=FR"
       Subject Public Key Info:
           Public Key Algorithm: PKCS #1 RSA Encryption
           RSA Public Key:
               Modulus:
                   c7:f9:af:0a:53:72:a9:de:f0:db:bb:ad:86:90:15:f1:
                   ...
               Exponent: 65537 (0x10001)
       Signed Extensions:
           Name: Certificate Basic Constraints
           Data: Is not a CA.
           Name: Certificate Key Usage
           Usages: Digital Signature
                   Non-Repudiation
                   Key Encipherment
           Name: Extended Key Usage
               E-Mail Protection Certificate
           Name: Certificate Subject Key ID
           Data:
               68:5f:60:6d:8b:c8:0c:28:e3:d9:49:ca:bd:c7:25:a0:
               24:4c:2c:40
           Name: Certificate Authority Key Identifier
           Key ID:
               00:eb:69:5d:78:80:7f:1b:7f:e3:2b:fa:15:c3:9b:e6:
               68:98:fa:f6
           Name: Certificate Subject Alt Name
           RFC822 Name: "user@example.com"
   Signature Algorithm: PKCS #1 SHA-256 With RSA Encryption
   Signature:
       71:1b:e4:78:b0:21:f7:20:78:50:80:87:c8:71:a2:9c:
       ...
   Fingerprint (SHA-256):
       7F:8D:00:DF:04:02:39:90:11:B2:7D:5F:D3:EE:A7:2D:EF:58:B3:A9:4B:79:ED:D5:FE:2A:70:74:06:33:ED:31
   Fingerprint (SHA1):
       4E:7C:3B:31:58:32:8A:C3:42:26:CB:D3:DB:54:95:C5:C1:06:19:14

Key(shrouded):

   Encryption algorithm: PKCS #5 Password Based Encryption v2 
       Encryption:
           KDF: PKCS #5 Password Based Key Derive Function v2 
               Parameters:
                   Salt:
                       f2:73:28:5b:0b:6c:36:ec:1f:ca:1d:19:b3:77:87:7e
                   Iteration Count: 2048 (0x800)
                   KDF algorithm: HMAC SHA-256
           Cipher: AES-256-CBC
               Args:
                   04:10:be:da:bb:10:d3:94:e0:82:b3:2b:c2:ad:39:b5:
                   3b:4e

``` I've setup the account to - use its certificate - use a TLS certificate as an authentication method. There is no S/MIME certificate option.

2. On the dovecot (2.4.1) server side: The server is configured to require client certificates for all IMAP connection: ``` protocol imap {

 ssl_server_ca_file = /etc/ssl/CA_CRL.pem
 ssl_server_request_client_cert = yes
 ssl_server_cert_username_field = commonName
 
 auth_ssl_require_client_cert=yes
 auth_ssl_username_from_cert = yes

} ```

Does that mean that I also have to import a TLS client certificate? If so, what format should it (.p12, .crt...) be?

jean-christophe manciot 於 1 週前 詢問

jean-christophe manciot 最近回覆於 4 天前

TB duplicating message to another yahoo email account

Today 2/25/26 when I signed into TB, it made me authorize each email address with Yahoo..before doing so I googled and it said this was because the authorization needed t… (閱讀更多)

Today 2/25/26 when I signed into TB, it made me authorize each email address with Yahoo..before doing so I googled and it said this was because the authorization needed to be renewed..soooo i did so for my several Yahoo-Cox accounts but now a folder that was on one account appears under another and all the email going to that account are being also sent to the other..I have checked to make sure in the tools and settings there are no forwarding indicated..any suggestions?

OldBob2 於 5 天前 詢問

OldBob2 最近回覆於 4 天前