- Batch Script – Sending Items to the Recycle Bin Without Calling Any Third-Party Applications
- Batch Script – Zip/Compress Files Without Calling Any Third-Party Applications
- Batch Script – How to Check if the Current User is a Member of a Group
- Cannot Log onto Windows – Trust Relationship Failed
- Carrier Access Adit 600 – Reset to Factory Defaults
- Cisco SPA Series IP Phones – How to Backup and Restore a Config
- Cisco SPA500S Excel Sidecar Template
- Cisco VPN Client Won’t Connect on Windows 7 x64 via 3g Modem
- Classic Shell – Pin Items to the Classic Start Menu via Group Policy
- Classic Shell – Registry Entries for Custom Windows 7 Style Start Menu
- Classic Shell – Remove First Run Wizard with Group Policy
- Configure NTP Peers for Windows Time Service
- CryptoWall 3.0 Ransomware – Ouch, It Hurts So Good…Get Out the Backup Tapes. You’ve Got Those Right?
- Enable Clock via Group Policy on a Terminal Server
- Exchange 2010 – Add Send As Permission for All Users/Future Users from a User Account
- Exchange 2010 OWA – Can’t Delete Messages
- Exchange 2010 OWA – Mailbox is Disabled
- Exchange 2010 OWA – Outgoing Attachments Not Visible in Compose New Message Window
- Exchange 2010 OWA – Remove Cached Email Recipients/Auto Complete Entries
- Exchange Server 2010 – Changing Message Tracking Log Retention Period
- Exchange Server 2010 – Export Message Tracking Log Results to CSV File
- Exchange Server 2010 – Get a List of All Mailbox Columns/Attribute Names
- Exchange Server 2010 – Get a List of Mailboxes by Creation Date
- Exchange Server 2010 – Get a List of Mailboxes by Size
- Exchange Server 2010 – Grant Full Access Rights for All Mailboxes
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