Best Blackhat Forum

Full Version: [TUTORIAL] Install PowerMTA + VestaCP on CentOS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
yum -y install nano unzip

Installing Vesta CP
Code:
curl -O http://vestacp.com/pub/vst-install.sh
Code:
bash vst-install.sh --nginx no --apache yes --phpfpm no --named yes --remi no --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota yes --exim yes --dovecot yes --spamassassin no --clamav no --softaculous yes --mysql yes --postgresql no --hostname yourdomain.com --email info@yourdomain.com --password YOURPASSWD

After installing the panel, you can log in with your account at yourdomain:8083

Setting CentOS file limits
Code:
nano /etc/security/limits.conf
And add at the bottom :
* soft nofile 65535
* hard nofile 65535

reboot server

Installing the power MTA
Code:
chmod 755 /root/PowerMTA-4.5r11.rpm
rpm -ivh /root/PowerMTA-4.5r11.rpm

Code:
service pmta start
any site we can get the valid pmta (nulled/crack)?
Reference URL's