Difference between revisions of "Thunderbird IMAP/SMTP setup"

From ITSwiki
Jump to: navigation, search
[quality revision][quality revision]
Line 20: Line 20:
  
 
   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:                outlook.office365.com
</pre>
+
 
+
'''SMTP send access:'''
+
 
+
To be able to send SMTP mail, The role must be added to your user in DTUbasen. <b>Users at the department DTU Compute</b> please contact itsupport@compute.dtu.dk
+
 
+
<b>Other users should contact their local IT or student IT.</b>
+
 
+
'''Extra:'''
+
 
+
To read an secondary mailbox using own credentials (i.e. typically a shared system mailbox), where sysadmin have granted access to, use the following for Server settings:
+
<pre>
+
 
+
  Server Type:              IMAP Mail Server
+
  Server Name:              mail.dtu.dk
+
  Port:                    993
+
  User Name:                your-email\name-of-extra-account
+
  Security Settings:
+
    Connection security:    SSL/TLS
+
    Authentication method:  Normal password
+
 
+
 
</pre>
 
</pre>
  
Notice the Username. It will look like <em>abcd@dtu.dk\comp-itsupport</em> where <em>abcd@dtu.dk</em> is your email and <em>comp-itsupport</em> is alias-name of the extra mailbox (sysadmin should inform about that).
 
  
 
[[Category:Email]]
 
[[Category:Email]]

Revision as of 11:49, 23 October 2023

This guide is for users at DTU Compute only

From April 5th 2023 all mailbox'es are expected to be migrated to outlook365.com, which will simplify the setup greatly. In the setup of a new account you will type your email address and based on that thunderbird will be able to set all the servernames.

To set up Thunderbird e-mail for DTUs Exchange, 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:                outlook.office365.com