Friday, December 21, 2012

exim4 remove all queues or pending emails

1. list all queues or pending emails or not sent emails
command: 
$ exim -bp

2. remove a specific queue
command:
$ exim -Mrm EmailID

3. remove all queues
command:
$ exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
or
$ exim -bp | exiqgrep -i | xargs exim -Mrm





Thursday, December 13, 2012

The VMware Authorization Service is not running

Problem: The VMware Authorization Service is not running

Solution:

1. Go to run and type services.msc
2. Look for Vmware Authorization Service
3. Right Click and Click "Start"