Perfect! I was not aware that the default CentOS is running an mailserver by default:
If someone else has the same problem.
To get a look:
netstat -tulpn
netstat -tulp
In my case to get rid of it:
systemctl stop postfix
yum remove postfix
Thank you.