admin

December 15, 2014

Repair Plesk Mailboxes

~# /usr/local/psa/admin/sbin/mchk --help Restore settings for all mailboxes. Usage: /usr/local/psa/admin/sbin/mchk [OPTION] OPTIONS: --without-spam restore all settings except for SpamAssassin configuration --with-spam restore all settings --spam-only restore […]
July 4, 2014

Postfix Remove Emails

To specific address postqueue -p | tail -n +2 | awk ‘BEGIN { RS = “” } / user@domain\.com/ { print $1 }’ | tr -d […]
January 21, 2013

Mainboad Change on Windows 7 PC causes BSOD

Even though Windows 7 is very hardware compatible, upgrading to a new main board can lead to you to an unbootable OS. The problem: Incompatible drivers […]