Personal Achievements: Create a product what can win prices

Proud, proud to see that the product I have developed, (from idea to end (the whole product development )) finally wins a price in the category: Best Professional Storage Product. The Freecom SilverStore 2-Drive NAS wins over Promise, G-Tech, Synology and IOmega.. the MAC WORLD 2012 awards ..

Bummer …. and they had to let me go due to an internal reorganisation. I am Seeking a new job …. with this kind of achievement somebody must notice and see the potential not?

Okay what was my part in all of this:

Creating

Plesk Greylisting blocks ‘pool’ issue with outlook cloud services

Today I got an SMS that my mailserver was bouncing mail from someone. In first instance it was unclear to me why it was blocked, but after analyzing further I found out that by default the cloud outlook mailservice of microsoft is being blocked by many mailservers. Because the name of the server is using ‘pool’ in the domainname lookup:

greylisting filter[539]: list type: black, from: ch1outboundpool.messaging.microsoft.com, match string: dsl|pool|broadband|hsd

So missing important emails is a big failure and even a bigger bummer when you do not know exactly why. Ok I added the mail adres in the whitelist, but it would be better to allow such kind of domains sending mail.

So how to do this in plesk with greylisting?

See first with ./greylisting -i (info-Server) that it is indeed blocked

./grey_listing –update-server -domains-blacklist del:”dsl|pool|broadband|hsd”

this will remove it and with ./grey_listing -i you can see