Wiki-Quellcode von CIT E-Mail Adressen
Version 30.1 von Fedi Abichou am 2024/01/24 10:57
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | = Welche E-Mail Adressen habe ich? = | ||
2 | |||
3 | |||
4 | Jeder Student hat ein E-Mail Postfach mit mehreren E-Mail Adressen. | ||
5 | |||
6 | |||
7 | Man kann die eigenen E-Mail Adressen herausfinden, wenn das RBG-Benutzerzertifikat installiert. | ||
8 | Infos und Installationsanleitung fürs Zertifikat siehe: | ||
9 | [[https:~~/~~/wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate>>https://wiki.ito.cit.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate]] | ||
10 | |||
11 | {{toc/}} | ||
12 | |||
13 | |||
14 | == 1. Ucentral == | ||
15 | |||
16 | Auf [[MyITO>>https://my.ito.cit.tum.de/zertifikat/]] unter Zertifikat sieht man alle verfügbaren E-Mail Adressen. | ||
17 | |||
18 | |||
19 | |||
20 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/ucentral: Mail Delivery Settings - Mozilla Firefox_016emailadressen2.jpg||alt="ucentral: Mail Delivery Settings - Mozilla Firefox_016emailadressen2.jpg" height="929" width="900"]] | ||
21 | |||
22 | == 2. Firefox == | ||
23 | |||
24 | Firefox starten | ||
25 | |||
26 | |||
27 | Im Menü auf //Edit// → //Preferences// klicken. | ||
28 | \\[[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox1.jpg||alt="email_firefox1.jpg" height="406" width="642"]] | ||
29 | |||
30 | |||
31 | |||
32 | Im Fenster auf Menü //Advanced// → //Encryption// → //View Certificates// | ||
33 | \\[[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox2.jpg||alt="email_firefox2.jpg" height="574" width="612"]] | ||
34 | |||
35 | |||
36 | |||
37 | Im Reiter //Your Certificates// das RGB Zertifikat anklicken und dann auf //View// klicken | ||
38 | \\[[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox3.jpg||alt="email_firefox3.jpg" height="461" width="655"]] | ||
39 | |||
40 | |||
41 | |||
42 | Im Reiter //Details// im Feld //Certificate Fields// auf //Certificate Subject Alt Name// klicken. | ||
43 | |||
44 | Im Feld //Field Value// sind alle eigenen E-Mail Adressen aufgelistet. | ||
45 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox4.jpg||alt="email_firefox4.jpg" height="721" width="645"]]br/ | ||
46 | |||
47 | == 3. Windows == | ||
48 | |||
49 | //Systemsteuerung// öffnen | ||
50 | |||
51 | |||
52 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-1.jpg||alt="email3-1.jpg" height="476" width="413"]] | ||
53 | |||
54 | |||
55 | |||
56 | |||
57 | //Internet Optionen// öffnen | ||
58 | |||
59 | |||
60 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-2.jpg||alt="email3-2.jpg" height="408" width="800"]] | ||
61 | |||
62 | |||
63 | |||
64 | |||
65 | Im Reiter //Inhalte// auf //Zertifikate// klicken | ||
66 | |||
67 | |||
68 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-3.jpg||alt="email3-3.jpg" height="583" width="423"]] | ||
69 | |||
70 | |||
71 | |||
72 | |||
73 | Im Reiter //Eigene Zertifikate// auf //Anzeigen// klicken | ||
74 | |||
75 | |||
76 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-4.jpg||alt="email3-4.jpg" height="477" width="519"]] | ||
77 | |||
78 | |||
79 | |||
80 | |||
81 | Im Reiter //Details// sind im Feld //Alternativer Antragsteller// die E-Mail Adressen zu finden | ||
82 | |||
83 | |||
84 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-5.jpg||alt="email3-5.jpg" height="521" width="419"]] | ||
85 | |||
86 | |||
87 | |||
88 | |||
89 | == 4. Konsole (Terminal) == | ||
90 | |||
91 | |||
92 | {{html wiki="true"}} | ||
93 | {{code}}ssh CITKennung@lxhalle.in.tum.de | ||
94 | |||
95 | ldapsearch -x -h ldap1.in.tum.de -b 'ou=IN, o=TUM, c=de' uid=$(whoami) mail | ||
96 | {{/code}} | ||
97 | {{/html}} |