- Exchange Server 2010 – Increase Number of Move Requests by the Mailbox Replication Service
- Exchange Server 2010 – Purge the Deleted Items (RecoverableItems) Folder
- Exchange Server 2010 – Shrink Database Size – OR – Reclaim Lost Database Storage Space
- Firefox – Version 33 Update Causes Certificate Error in Webmin
- Fixing 500 OOPS: vsftpd: refusing to run with writable root inside chroot ()
- Foxit Reader 7.0 – Disable Auto Updater via Group Policy
- Foxit Reader 7.0 – Set as the Default PDF Viewer via Group Policy
- Fuck You Microsoft, I Will Install the Cisco VPN Client on Windows 10 and Furthermore, You Can Suck It
- Hackintosh – Install UniBeast on a 128 GB PNY USB Thumb Drive
- How to Clone Windows with Clonezilla when the Destination Disk is Smaller than the Original – OR – Cloning a Large Drive to a Smaller SSD
- HP 280 G1 MT/Intel HD4600 Dual Monitor DVI Problem Finally Resolved
- HP Support Assistant – The Epitome of Spyware and How to Disable It
- IE10 Certificate Error Fix
- Install BackupExec 2012 Agent on Debian 3.0 Kernel
- Install MySQL Activity Report from Source
- Installing Logitech Webcam Software on Windows Server
- Java – How to Export Site Exceptions List to a Different Computer
- KB947222 – Addressing the User Profile Redirection Display Problem with a Different Approach
- Linux – Force Remote Reboot of System
- Linux – How to Backup or Restore a Disk Image from an FTP Server
- Linux – Policy-Based Routing Enables the Use of Multiple IP Default Gateways
- Logitech BCC950 Conference Cam – Bad Speakers, Blown Speakers, Defective Speakers
- Mac OS X – Export Google Chrome Browsing History to CSV File from the Terminal
- Mac OS X – Force Spotlight Search to Index a Network Folder
- Mac OS X – Install Yosemite/El Capitan via USB Thumb Drive or How to Get the DMG Image
Ubuntu Server 18.04 – Postfix 3.3.0 Issues
After doing a release upgrade to Ubuntu Server 18.04, Postfix stopped working with the following messages in the syslog:
Mar 11 09:56:02 servername postfix/master[1046]: warning: process /usr/lib/postfix/sbin/smtpd pid 12628 exit status 1 Mar 11 09:56:02 servername postfix/master[1046]: warning: /usr/lib/postfix/sbin/smtpd: bad command startup -- throttling Mar 11 09:57:02 servername postfix/smtpd[12650]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of: reject_unauth_destination, defer_unauth_destination, reject, defer, defer_if_permit or check_relay_domains
The fix:
postconf -e 'compatibility_level=2' systemctl restart postfix.service