Office 365 – freigegebenes Postfach zu Benutzerpostfach
Set-Mailbox "Postfach Name" -Type:Regular
Set-Mailbox "Postfach Name" -Type:Regular
Genervt von den Bruteforce Login Versuchen?
# aptitude install fail2ban iptables
# cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
# vi /etc/fail2ban/jail.local
destemail = Webmaster@ ignoreip = 127.0.0.1/8 aaa.bbb.ccc.ddd/32 eee.fff.ggg.hhh/24 [dovecot] enabled = true [postfix] enabled = true [postfix-sasl] enabled = true [proftpd] enabled = true
# /etc/init.d/fail2ban restart
# aptitude install roundcube
# cat /etc/apache2/conf.d/roundcube > /etc/apache2/sites-available/webmail.conf
# vi /etc/apache2/sites-available/webmail.conf
<VirtualHost aaa.bbb.ccc.ddd:80> ServerName webmail.DOMAIN.DOM Alias /program/js/tiny_mce/ /usr/share/tinymce/www/ Alias / /var/lib/roundcube/ ... </VirtualHost>
# vi /etc/roundcube/main.inc.php
$rcmail_config['default_host'] = 'localhost'; $rcmail_config['language'] = 'de_DE'; $rcmail_config['date_format'] = 'd-m-Y'; $rcmail_config['create_default_folders'] = true;
# a2ensite webmail.conf
# service apache2 reload
Folgende Registry Schlüssel löschen:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0
Rollen + Features hinzufügen -> Installation von Remotedesktopdiensten -> Standardbereitstellung -> Sitzungsbasierte Desktopbereitstellung -> Weiter -> Server auswählen -> Bereitstellen