Install httpd
dnf install httpd
Configure as mentioned in: https://www.server-world.info/en/note?os=Fedora_20&p=httpd&f=1
install squirellMail
dnf -y install squirrelmail
Configure as mentioned in : https://www.server-world.info/en/note?os=Fedora_20&p=httpd&f=12
used sendmail instead of SMTP as mentioned in above article
install mod_ssl openssl
firewall-cmd --permanent --add-service=https
firewall-cmd --permanent --add-service=http
open ports 80 & 143 in firewall
systemctl restart httpd