autodiscover.xml & /mail/config-v1.1.xml for Outlook & Thunderbird email clients using postfixadmin
Postfixadmin setup https://www.exratione.com/2016/05/a-mailserver-on-ubuntu-16-04-postfix-dovecot-mysql/ Autoconfiguration of email clients: The Perl Script: https://github.com/virtualmin/virtualmin-gpl/blob/master/autoconfig.cgi The Apache config: https://serverfault.com/questions/829260/block-requests-from-bots-by-pattern-in-apache-with-mod-rewrite-mod-rewrite-not The STARTTLS problem https://www.virtualmin.com/node/52609 The
Outlook with email, calendar & contact sync
https://sourceforge.net/projects/outlookcaldavsynchronizer/ is an Outlook plugin that will sync with gmail or any other calDAV server. eg: https://www.cyrusimap.org/ (Email, contacts & calendar server)
To create a Samba PDC on a Ubuntu VM
Add server to /etc/hosts & /etc/hostname. eg: 172.16.0.1 pdc.WINDOMAIN.domain.org.uk WINDOMAIN.domain.org.uk pdc /etc/network/interfaces to contains: * dns-nameservers 172.16.0.1 208.67.222.222 208.67.220.220 (Open
How prevent Windows Vista, 7 & 8 from automatically restarting after update
Windows Vista, Windows 7, and Windows 8 users Click the Start button or press the Windows Key and type gpedit.msc
Getting Vista to work with Samba
To get Vista to work with Samba follow the simple instructions below: 1. Open the Run command and type “secpol.msc”.
Joining Windows 7 PCs to Samba domain
On the Windows client add the following DWORDs with regedit: HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0 The