Generate SSL For Postfix
We will need to generate SSL for Postfix.
So postfix will be able to using STARTSSL / SSL function.
#cd /etc/ssl
#openssl req -new -x509 -nodes -out smtpd.pem -keyout smtpd.pem -days 3650
This will create smtpd.pem in /etc/ssl