Page 1 of 1

[solved] Install modules after installed VestaCP

Posted: Tue May 03, 2016 12:28 am
by franciscopk
I already installed my VestaCP with only php+apache+mysql.

Now I need mail server (exim+spamassasin+clamav).

(1) VestaCP have easy way to do that? If not, how that can be done? Install packages and configure whch VestaCP files?

I looked official docs, forum search and google and I not found this questions, but I know that someone already had this problem and know how to proceed.

Thank you.

Re: Install modules after installed VestaCP

Posted: Tue May 03, 2016 8:13 am
by skurudo
http://forum.vestacp.com/viewtopic.php? ... sin#p43123

It's about uninstallation, but installation is reverse process.

Re: Install modules after installed VestaCP

Posted: Tue May 03, 2016 3:02 pm
by franciscopk
Thank you, but I solved doing this:

Code: Select all

echo "MAIL_SYSTEM='exim'
IMAP_SYSTEM='dovecot'
ANTIVIRUS_SYSTEM='clamav'
ANTISPAM_SYSTEM='spamassassin'" >> /usr/local/vesta/conf/vesta.conf

yum -y install spamassassin clamav exim dovecot

/etc/init.d/vesta restart

Re: [solved] Install modules after installed VestaCP

Posted: Tue May 03, 2016 3:24 pm
by skurudo
Nice solution, franciscopk!