<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Email on ISG Blog · D-MATH</title><link>https://isg-blog.math.ethz.ch/tags/email/</link><description>Recent content in Email on ISG Blog · D-MATH</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Tue, 04 Aug 2026 10:50:43 +0200</lastBuildDate><atom:link href="https://isg-blog.math.ethz.ch/tags/email/index.xml" rel="self" type="application/rss+xml"/><item><title>Mutt with OAuth2 configuration</title><link>https://isg-blog.math.ethz.ch/posts/mutt-oauth2-outlook/</link><pubDate>Tue, 04 Aug 2026 10:30:00 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/mutt-oauth2-outlook/</guid><description>&lt;blockquote&gt;
&lt;p&gt;For instance this works for &lt;code&gt;outlook.com&lt;/code&gt; accounts and also for &lt;code&gt;ethz.ch&lt;/code&gt; accounts which are already in &amp;ldquo;Exchange Online&amp;rdquo;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;h3 id="install-gnupg"&gt;Install GnuPG&lt;/h3&gt;
&lt;p&gt;OAuth works with secret tokens and these need to be encripted with &lt;code&gt;GnuPG&lt;/code&gt;; install it as follow:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Fedora Linux&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo dnf install gnupg2
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# Ubuntu Linux&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo apt-get install gnupg
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# macOS with MacPorts&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo port install gnupg2
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;# macOS with Homebrew&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;sudo brew install gnupg
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id="generate-a-key-pair"&gt;Generate a key pair&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;gpg --full-generate-key
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Please &lt;span style="color:#66d9ef"&gt;select&lt;/span&gt; what kind of key you want:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;(&lt;/span&gt;9&lt;span style="color:#f92672"&gt;)&lt;/span&gt; ECC &lt;span style="color:#f92672"&gt;(&lt;/span&gt;sign and encrypt&lt;span style="color:#f92672"&gt;)&lt;/span&gt; *default*
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;your selection? &amp;lt;--------------------------------------- ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Please &lt;span style="color:#66d9ef"&gt;select&lt;/span&gt; which elliptic curve you want:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#f92672"&gt;(&lt;/span&gt;1&lt;span style="color:#f92672"&gt;)&lt;/span&gt; Curve &lt;span style="color:#ae81ff"&gt;25519&lt;/span&gt; *default*
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Your selection? &amp;lt;--------------------------------------- ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Please specify how long the key should be valid.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; 0 &lt;span style="color:#f92672"&gt;=&lt;/span&gt; key does not expire
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Key is valid &lt;span style="color:#66d9ef"&gt;for&lt;/span&gt;? &lt;span style="color:#f92672"&gt;(&lt;/span&gt;0&lt;span style="color:#f92672"&gt;)&lt;/span&gt; &amp;lt;--------------------------------- ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Key does not expire at all
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Is this correct? &lt;span style="color:#f92672"&gt;(&lt;/span&gt;y/N&lt;span style="color:#f92672"&gt;)&lt;/span&gt; y &amp;lt;------------------------------ y + ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;GnuPG needs to construct a user ID to identify your key.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Real name: Michele Marcionelli &amp;lt;------------------------ Your name + ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Email address: mima-test@ethz.ch &amp;lt;---------------------- Your email + ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Comment: &amp;lt;---------------------------------------------- ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Change &lt;span style="color:#f92672"&gt;(&lt;/span&gt;N&lt;span style="color:#f92672"&gt;)&lt;/span&gt;ame, &lt;span style="color:#f92672"&gt;(&lt;/span&gt;C&lt;span style="color:#f92672"&gt;)&lt;/span&gt;omment, &lt;span style="color:#f92672"&gt;(&lt;/span&gt;E&lt;span style="color:#f92672"&gt;)&lt;/span&gt;mail or &lt;span style="color:#f92672"&gt;(&lt;/span&gt;O&lt;span style="color:#f92672"&gt;)&lt;/span&gt;kay/&lt;span style="color:#f92672"&gt;(&lt;/span&gt;Q&lt;span style="color:#f92672"&gt;)&lt;/span&gt;uit? &amp;lt;--- O + ENTER
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Enter a passphare to protect you new key: ********* &amp;lt;--- Password + ENTER &lt;span style="color:#f92672"&gt;(&lt;/span&gt;twice&lt;span style="color:#f92672"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;IMPORTANT:&lt;/strong&gt; do not forget this password; you are going to use it &lt;strong&gt;every time that you start mutt&lt;/strong&gt;!&lt;/p&gt;</description></item><item><title>New Mailserver – Exchange Online (EXO)</title><link>https://isg-blog.math.ethz.ch/posts/exo/</link><pubDate>Thu, 04 Sep 2025 12:00:00 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/exo/</guid><description>&lt;p&gt;All the accounts of D-MATH members are going to be migrated to the Microsoft cloud in the week of &lt;strong&gt;October 21 – 25&lt;/strong&gt;, 2024.&lt;/p&gt;
&lt;p&gt;This means that all the mail accounts will have to be reconfigured, i.e. the old mail account has to be deleted from your mail application and then the new account has to be added. You’ll find links on how to do that below.&lt;/p&gt;
&lt;p&gt;The new address for &lt;strong&gt;webmail&lt;/strong&gt; is: &lt;a href="https://outlook.office.com"&gt;https://outlook.office.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Mail Certificate</title><link>https://isg-blog.math.ethz.ch/posts/mail-certificate/</link><pubDate>Thu, 04 Sep 2025 08:46:54 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/mail-certificate/</guid><description>&lt;p&gt;The following official ETH documentation describes how to order and configure a new mail certificate:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://unlimited.ethz.ch/en/help/certen/mail-certificate"&gt;https://unlimited.ethz.ch/en/help/certen/mail-certificate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you use other e-mail clients that aren’t documented, please contact us – for example, below is a step-by-step guide for the Evolution Mail Client for Linux.&lt;/p&gt;
&lt;h2 id="important-note-for-students"&gt;Important note for students&lt;/h2&gt;
&lt;p&gt;We issue e-mail certificates only to D-MATH employees (excluding teaching assistants!), and only to D-MATH students who have a good reason and whose request is supported by a D-MATH professor.&lt;/p&gt;</description></item><item><title>Archive e-mails</title><link>https://isg-blog.math.ethz.ch/posts/archive-e-mails/</link><pubDate>Thu, 04 Sep 2025 08:42:19 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/archive-e-mails/</guid><description>&lt;p&gt;Read here the &lt;a href="https://unlimited.ethz.ch/en/help/mail/mail-archiving"&gt;official documentation about the Mail Archive&lt;/a&gt; to also understand when and which e-mail will be automatically archived.&lt;/p&gt;
&lt;p&gt;Keeping your mailbox small by deleting old e-mails, particularly large or duplicate e-mails will increase the speed of access to it. For this reason and despite the Mail Archive we recommend to do a copy (best on the NAS) of the e-mails before you delete them with your e-mail client. Here below we will explain how to export single e-mails and whole mailboxes; unfortunately the procedure and/or the result are different depending on the e-mail clients used. For this reason we will focus on Outlook for Mac, Mac Mail and Thunderbird. Sadly this isn’t possible with OWA (webmail). Moreover we have a &lt;a href="../linux-evolution-local-mail-archive/"&gt;dedicated post for Evolution&lt;/a&gt; (e-mail, calendar and address book client for Linux).&lt;/p&gt;</description></item><item><title>Accessing a shared mailbox or calendar</title><link>https://isg-blog.math.ethz.ch/posts/shared-mailbox/</link><pubDate>Wed, 26 Mar 2025 09:31:27 +0100</pubDate><guid>https://isg-blog.math.ethz.ch/posts/shared-mailbox/</guid><description>&lt;p&gt;If several people need to access the same mailbox – for example, for a secretariat, a group organiser or a project – you need a so-called shared mailbox. To get one, please &lt;a href="https://math.ethz.ch/isg"&gt;contact us&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="accessing-via-webmail"&gt;Accessing via webmail&lt;/h2&gt;
&lt;p&gt;This is the simplest way to access a shared mailbox. Here there are 2 ways:&lt;/p&gt;
&lt;h3 id="way-1-open-the-shared-mailbox-separately"&gt;Way 1: Open the shared mailbox separately&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Login to webmail &lt;a href="https://outlook.office.com/"&gt;https://outlook.office.com&lt;/a&gt; with &lt;strong&gt;your&lt;/strong&gt; account&lt;/li&gt;
&lt;li&gt;Click on the person symbol on the top-right&lt;/li&gt;
&lt;li&gt;Then click on “Open another mailbox”&lt;/li&gt;
&lt;li&gt;Search for the shared account (ex. by entering the e-mail address) and click on “Open”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure&gt;
&lt;a href="https://isg-blog.math.ethz.ch/posts/shared-mailbox/webmail-shared-mailbox-1-blur.png" class="glightbox"&gt;
&lt;img src="https://isg-blog.math.ethz.ch/posts/shared-mailbox/webmail-shared-mailbox-1-blur_hu_a12e2d60e5f9ee2f.webp" alt="" loading="lazy"&gt;
&lt;/a&gt;
&lt;/figure&gt;
&lt;/p&gt;</description></item><item><title>Home office for D-MATH members</title><link>https://isg-blog.math.ethz.ch/posts/home-office/</link><pubDate>Thu, 13 Mar 2025 08:39:52 +0100</pubDate><guid>https://isg-blog.math.ethz.ch/posts/home-office/</guid><description>&lt;p&gt;We explain below what you have to do to be able to work efficiently from your home, for instance how to set up a secure network connection to the ETH Zurich using VPN (eg. to access ETHIS, electronic resources like journals, file shares, …), how to access your e-mails, your files and a virtual linux desktop.&lt;/p&gt;
&lt;h2 id="vpn--secure-network-connection-to-the-eth"&gt;VPN – Secure Network Connection to the ETH&lt;/h2&gt;
&lt;p&gt;You can set up a secure network connection to the ETH Zurich by connecting to the VPN server using a VPN client. You find all information here:&lt;/p&gt;</description></item><item><title>Address Book</title><link>https://isg-blog.math.ethz.ch/posts/address-book/</link><pubDate>Fri, 10 May 2024 15:22:29 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/address-book/</guid><description>&lt;p&gt;Below is a description of how to configure your Thunderbird address book with Active Directory (AD).&lt;/p&gt;
&lt;p&gt;The information that you need is the following:&lt;/p&gt;
&lt;p&gt;Server Address: &lt;strong&gt;d.ethz.ch&lt;/strong&gt;
Server Port: &lt;strong&gt;636&lt;/strong&gt; with &lt;strong&gt;SSL&lt;/strong&gt;
Search Base DN: &lt;strong&gt;DC=d,DC=ethz,DC=ch&lt;/strong&gt;
Bind DN: &lt;strong&gt;&amp;lt; your-eth-username&amp;gt;@ethz.ch&lt;/strong&gt;
Search filter: &lt;strong&gt;( &amp;amp;(objectclass=organizationalPerson)(ou=*))&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; Note that this AD Server is only reachable from ETH Networks (incl. VPN).&lt;/p&gt;
&lt;h2 id="configuration-for-thunderbird"&gt;Configuration for Thunderbird&lt;/h2&gt;
&lt;p&gt;Open the Settings, select the “Composing”-tab and then search for “Addressing”. Check the “Directory Server” and click on “Edit Directories…” as illustrated in the following image:&lt;/p&gt;</description></item><item><title>Linux (Evolution) local mail archive</title><link>https://isg-blog.math.ethz.ch/posts/linux-evolution-local-mail-archive/</link><pubDate>Wed, 17 May 2023 11:01:41 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/linux-evolution-local-mail-archive/</guid><description>&lt;p&gt;This describes how to create a local folder in which you can move emails, which will still be available in the evolution mail client. So the mails will be removed from the mailserver and saved into a folder, which you have to backup.&lt;/p&gt;
&lt;p&gt;Requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You already use evolution as your mail client&lt;/li&gt;
&lt;li&gt;You make backups of your local files and folders&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;First create a folder in the filesystem, which will hold your mails:&lt;/p&gt;</description></item><item><title>Mailing-Lists of D-MATH</title><link>https://isg-blog.math.ethz.ch/posts/mailing-lists/</link><pubDate>Wed, 17 May 2023 10:39:31 +0200</pubDate><guid>https://isg-blog.math.ethz.ch/posts/mailing-lists/</guid><description>&lt;p&gt;All mailing-lists are viewable in a convenient way with a dynamic visualisation tool that represents the mail structure with a tree layout.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;a href="https://isg.math.ethz.ch/mailinglists"&gt;https://isg.math.ethz.ch/mailinglists&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;figure&gt;
&lt;a href="https://isg-blog.math.ethz.ch/posts/mailing-lists/mailing-lists.png" class="glightbox"&gt;
&lt;img src="https://isg-blog.math.ethz.ch/posts/mailing-lists/mailing-lists_hu_e88700707dbc0b90.webp" alt="mailing-lists" loading="lazy"&gt;
&lt;/a&gt;
&lt;figcaption&gt;mailing-lists&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;click on the name of a list to expand or to collapse the sub-tree&lt;/li&gt;
&lt;li&gt;double-click on the name of a list to show only that list&lt;/li&gt;
&lt;li&gt;click on the name of a person to get more information (in a box on the right side)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="abbreviations"&gt;Abbreviations&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;a-&lt;/th&gt;
&lt;th&gt;assistants (:= phd- + pdoc-)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;d-&lt;/td&gt;
&lt;td&gt;lecturers (Dozierende), not professors&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;fim&lt;/td&gt;
&lt;td&gt;Forschungsinstitut für Mathematik (Institute for Mathematical Research)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;g1,g3-g6&lt;/td&gt;
&lt;td&gt;Group 1, Group 3 – Group 6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;h-&lt;/td&gt;
&lt;td&gt;tutorial assistants (Hilfsassistenten)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ifor&lt;/td&gt;
&lt;td&gt;Institute for Operations Research&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;p-&lt;/td&gt;
&lt;td&gt;professors (not guest!)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pd-&lt;/td&gt;
&lt;td&gt;Privatdozenten&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pdoc-&lt;/td&gt;
&lt;td&gt;postdocs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;phd-&lt;/td&gt;
&lt;td&gt;PhD Students&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;r-&lt;/td&gt;
&lt;td&gt;retired professors and emeriti&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;s-&lt;/td&gt;
&lt;td&gt;secretaries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sam&lt;/td&gt;
&lt;td&gt;Seminar for Applied Mathematics&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;stat&lt;/td&gt;
&lt;td&gt;Seminar for Statistics&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</description></item></channel></rss>