Thanks Keith, I ran the following in this order to get it to work. (I didn't run the EPEL code since I already installed it.). Everything seems to run perfect now!
Code:
yum install -y php-mcrypt php-imap
Code:
systemctl restart httpd.service
Code:
yum install -y proftpd proftpd-mysql
Code:
rm -f /etc/proftpd.conf
Code:
ln -s /etc/sentora/configs/proftpd/proftpd-mysql.conf /etc/proftpd.conf
Code:
systemctl enable proftpd.service
Code:
systemctl start proftpd.service