Difference between revisions of "Thunderbird IMAP/SMTP setup"

From ITSwiki
Jump to: navigation, search
[quality revision][quality revision]
m
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<div style="background-color: #FFFF00; border-style: dotted;"> This guide is for users at '''DTU Compute''' only</div>
 +
 +
<p>
 +
 +
To set up Thunderbird e-mail for DTUs mail, use these settings:
  
  
Line 12: Line 17:
  
 
   Server Type:              IMAP Mail Server
 
   Server Type:              IMAP Mail Server
   Server Name:              mail.dtu.dk
+
   Server Name:              outlook.office365.com
 
   Port:                    993
 
   Port:                    993
 
   User Name:                your-initials
 
   User Name:                your-initials
 
   Security Settings:
 
   Security Settings:
 
     Connection security:    SSL/TLS
 
     Connection security:    SSL/TLS
     Authentication method:  Normal password
+
     Authentication method:  Oauth2
  
  
 
Outgoing Server (STMP) Settings
 
Outgoing Server (STMP) Settings
  
Description:                DTU Compute
+
Description:                outlook.office365.com
Server Name:                mail.dtu.dk
+
Server Name:                outlook.office365.com
 
Port:                      587
 
Port:                      587
 
Security and Authentication:
 
Security and Authentication:
 
   Connection security:      STARTTLS
 
   Connection security:      STARTTLS
   Authentication method:    Normal password
+
   Authentication method:    OAuth2
   User Name:                your-initials
+
   User Name:                your-initials@dtu.dk
 
</pre>
 
</pre>
  
'''Note:'''
 
Some versions of Thunderbird will report '''Command error 12''' (but everything seems working)
 
This is due a missing support of '''ID Command''' by the exchange server (a command send by the Thunderbird client).<BR>
 
'''Solution:'''<BR>
 
Go to Tools > Options > Advanced > General tab or Menu icon > Options > Options > Advanced > General tab
 
click on 'config editor' button. it will tell you to be careful :)  [*]
 
In top search type: send_client look for this line: mail.server.default.send_client_info; Value = true
 
Double click on that line to toggle TRUE to FALSE It will stop Thunderbird from sending the "ID command". the error seems to be happening with some servers that claim to support that command but return an error when it is used.
 
Close window - top right X click on OK Restart Thunderbird.
 
 
[*] Linux users find the menu under Edit > Preferences > Advanced > Config Editor
 
  
 
[[Category:Email]]
 
[[Category:Email]]

Latest revision as of 12:09, 23 October 2023

This guide is for users at DTU Compute only

To set up Thunderbird e-mail for DTUs mail, use these settings:

Account Settings

  Account Name:             your-initials@dtu.dk
  Your Name:                your name
  Email address:            your-initials@dtu.dk


Server Settings

  Server Type:              IMAP Mail Server
  Server Name:              outlook.office365.com
  Port:                     993
  User Name:                your-initials
  Security Settings:
    Connection security:    SSL/TLS
    Authentication method:  Oauth2


Outgoing Server (STMP) Settings

Description:                outlook.office365.com
Server Name:                outlook.office365.com
Port:                       587
Security and Authentication:
  Connection security:      STARTTLS
  Authentication method:    OAuth2
  User Name:                your-initials@dtu.dk