Page 1 of 1

Cant create new email accounts in some of domains

Posted: Wed Nov 10, 2021 9:21 am
by siavash
Hi, I've been using VestaCP for almost 3 years now, I've never had problem with creating and using email accounts in my domains, but a few days ago I tried to create new account and new domain, then I realized that the mail accounts that I create in this new domain not created, i get error "Login failed" in Roundcube, I've tried to compare permissions of /home/account/mail/ subfolders with my older working domain and checked them, they have same permissions.
Is there anything else I should check?

Re: Cant create new email accounts in some of domains

Posted: Wed Nov 10, 2021 10:47 am
by siavash
I've just noticed that in /etc/exim4/domains, new domains are not added. It may be the problem. But I'm figuring out why this happened and newly added domains doesn't show up here

Re: Cant create new email accounts in some of domains

Posted: Wed Nov 10, 2021 10:59 am
by siavash
Ok I've created symlink by this command:

Code: Select all

ln -s /home/account/conf/mail/domain.com/ /etc/exim4/domains/domain.com
And it's working now, but the main question is still on, why this doesn't work automatically?!