[solved] Install modules after installed VestaCP
-
- Posts: 3
- Joined: Tue May 03, 2016 12:24 am
[solved] Install modules after installed VestaCP
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.
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.
Last edited by franciscopk on Tue May 03, 2016 3:02 pm, edited 1 time in total.
Re: Install modules after installed VestaCP
http://forum.vestacp.com/viewtopic.php? ... sin#p43123
It's about uninstallation, but installation is reverse process.
It's about uninstallation, but installation is reverse process.
-
- Posts: 3
- Joined: Tue May 03, 2016 12:24 am
Re: Install modules after installed VestaCP
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
Nice solution, franciscopk!