Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Wed Mar 07, 2018 1:48 pm
- Forum: Mail Server
- Topic: imap dovecot blocking my login from the desktop client
- Replies: 1
- Views: 2631
Re: imap dovecot blocking my login from the desktop client
Same problem here:
https://github.com/serghey-rodin/vesta/issues/1499
I verified if you change passwords using v-change-mail-account-password it will work again, but you need to do this for every mail account.
Any kind of imap login will not work. No answers from any dev.
https://github.com/serghey-rodin/vesta/issues/1499
I verified if you change passwords using v-change-mail-account-password it will work again, but you need to do this for every mail account.
Any kind of imap login will not work. No answers from any dev.
- Tue May 03, 2016 3:02 pm
- Forum: General Discussion
- Topic: [solved] Install modules after installed VestaCP
- Replies: 3
- Views: 6573
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
- Tue May 03, 2016 12:28 am
- Forum: General Discussion
- Topic: [solved] Install modules after installed VestaCP
- Replies: 3
- Views: 6573
[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 ...
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 ...