Wiki-Quellcode von CIT E-Mail Adressen
Version 24.1 von Aysegül Omus am 2023/03/01 14:09
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://xwiki.rbg.tum.de/bin/view/Informatik/Helpdesk/BenutzerZertifikate | ||
10 | |||
11 | |||
12 | |||
13 | |||
14 | |||
15 | {{toc/}} | ||
16 | |||
17 | |||
18 | == 1. Ucentral == | ||
19 | |||
20 | Auf [[Ucentral>>https://ucentral.in.tum.de]] unter Mail delivery Settings sieht man alle verfügbaren E-Mail Adressen. | ||
21 | |||
22 | |||
23 | |||
24 | [[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"]] | ||
25 | |||
26 | == 2. Firefox == | ||
27 | |||
28 | Firefox starten | ||
29 | |||
30 | |||
31 | Im Menü auf //Edit// → //Preferences// klicken. | ||
32 | |||
33 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox1.jpg||alt="email_firefox1.jpg" height="406" width="642"]] | ||
34 | |||
35 | |||
36 | |||
37 | Im Fenster auf Menü //Advanced// → //Encryption// → //View Certificates// | ||
38 | |||
39 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox2.jpg||alt="email_firefox2.jpg" height="574" width="612"]] | ||
40 | |||
41 | |||
42 | |||
43 | Im Reiter //Your Certificates// das RGB Zertifikat anklicken und dann auf //View// klicken | ||
44 | |||
45 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox3.jpg||alt="email_firefox3.jpg" height="461" width="655"]] | ||
46 | |||
47 | |||
48 | |||
49 | Im Reiter //Details// im Feld //Certificate Fields// auf //Certificate Subject Alt Name// klicken. | ||
50 | |||
51 | Im Feld //Field Value// sind alle eigenen E-Mail Adressen aufgelistet. | ||
52 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email_firefox4.jpg||alt="email_firefox4.jpg" height="721" width="645"]]br/ | ||
53 | |||
54 | == 3. Windows == | ||
55 | |||
56 | //Systemsteuerung// öffnen | ||
57 | |||
58 | |||
59 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-1.jpg||alt="email3-1.jpg" height="476" width="413"]] | ||
60 | |||
61 | |||
62 | |||
63 | |||
64 | //Internet Optionen// öffnen | ||
65 | |||
66 | |||
67 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-2.jpg||alt="email3-2.jpg" height="408" width="800"]] | ||
68 | |||
69 | |||
70 | |||
71 | |||
72 | Im Reiter //Inhalte// auf //Zertifikate// klicken | ||
73 | |||
74 | |||
75 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-3.jpg||alt="email3-3.jpg" height="583" width="423"]] | ||
76 | |||
77 | |||
78 | |||
79 | |||
80 | Im Reiter //Eigene Zertifikate// auf //Anzeigen// klicken | ||
81 | |||
82 | |||
83 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-4.jpg||alt="email3-4.jpg" height="477" width="519"]] | ||
84 | |||
85 | |||
86 | |||
87 | |||
88 | Im Reiter //Details// sind im Feld //Alternativer Antragsteller// die E-Mail Adressen zu finden | ||
89 | |||
90 | |||
91 | [[image:https://xwiki.rbg.tum.de/bin/download/Informatik/Helpdesk/IntumEmailAdressen/WebHome/email3-5.jpg||alt="email3-5.jpg" height="521" width="419"]] | ||
92 | |||
93 | |||
94 | |||
95 | |||
96 | == 4. Konsole (Terminal) == | ||
97 | |||
98 | |||
99 | {{html wiki="true"}} | ||
100 | {{code}}ssh RBGKennung@lxhalle.in.tum.de | ||
101 | |||
102 | ldapsearch -x -h ldap1.in.tum.de -b 'ou=IN, o=TUM, c=de' uid=$(whoami) mail | ||
103 | {{/code}} | ||
104 | {{/html}} |