Wiki-Quellcode von IntumEmailAdressen
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|| width="900" height="929" alt="ucentral: Mail Delivery Settings - Mozilla Firefox_016emailadressen2.jpg"]] | ||
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|| width="642" height="406" alt="email_firefox1.jpg"]] | ||
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|| width="612" height="574" alt="email_firefox2.jpg"]] | ||
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|| width="655" height="461" alt="email_firefox3.jpg"]] | ||
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|| width="645" height="721" alt="email_firefox4.jpg"]]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|| width="413" height="476" alt="email3-1.jpg"]] | ||
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|| width="800" height="408" alt="email3-2.jpg"]] | ||
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|| width="423" height="583" alt="email3-3.jpg"]] | ||
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|| width="519" height="477" alt="email3-4.jpg"]] | ||
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|| width="419" height="521" alt="email3-5.jpg"]] | ||
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}} |