Sorry for any confusion.
The problem is that I can't get the service to start. I get the following error.
Error: The provided license key is invalid.
I was hoping that restarting the service or restarting plesk would help but neither of these restarts fixed the problem. I even tried to re-install the license from key administrator as well.
Presently I am all the way up to micro-update #23 and I was wondering if there was something else I needed to do besides installing the micro-update.
Looks like license was not correctly uploaded into Parallels Premium Outbound Antispam config file.
To fix the issue use the following steps (it is just example!):
1. Find current license code:
# cat /etc/ctasd/ctasd-out.conf |grep License_key_code
License_key_code = xxxxxxxxxxxxxxxxxxxx
2. Find uploaded PPOA license:
# ll /etc/sw/keys/keys/
total 24
-rw-rw---- 1 root swkey-data 2686 Sep 18 12:58 keyXXCbByWW
-rw-rw---- 1 psaadm swkey-data 4773 Sep 26 15:55 keyXXkqwm5S
-rw-rw---- 1 psaadm swkey-data 11878 Sep 26 15:54 keyXXt2rvYy
# grep aps-3:key-body /etc/sw/keys/keys/keyXXkqwm5S
<aps-3:key-body core:encoding="base64" core:type="binary">MDAwMVEwMjBWMDQxMlowNDFIMDY6MUUwMjM1QTgxNUM1MkJDNjxxxxxx</aps-3:key-body>
3. Decode PPOA license code:
# perl -MMIME::Base64 -le 'print decode_base64($ARGV[0])' MDAwMVEwMjBWMDQxMlowNDFIMDY6MUUwMjM1QTgxNUM1MkJDNjxxxxxx
0001Q020V0412Z041H06:1E0235A815Cxxxxxxxxx
4. Put correct license code to Parallels Premium Outbound Antispam config file:
# cat /etc/ctasd/ctasd-out.conf |grep License_key_code
License_key_code = 0001Q020V0412Z041H06:1E0235A815Cxxxxxxx