Page 1 of 1

Problem with packages

Posted: Thu Mar 10, 2022 6:19 am
by donwynne
I have a vesta where I've created mailboxes for a few customers but now one customer wants access to his own panel. I can do this via packages but the mailboxes have already been created in the main admin panel I have for other customers too. Is there a way to move his mailboxes and other settings into a package he has access to?

Re: Problem with packages

Posted: Tue Mar 15, 2022 5:04 am
by clementishutin
As far as i know there are ways to do that but i am not familiar with the correct procedure to follow here.

Re: Problem with packages

Posted: Wed Mar 16, 2022 1:09 pm
by sandro
It is possible to do this, however you need to have experience as a sysadmin.

In short, you need to create all mailboxes in the customer account and then copy the entire directory structure from /home/admin/mail/domain to /home/customer/mail.

Finally, you will need to set the permissions of directories and files for the client user. You do this with the "chown" command. For example: chown -R customer.mail /home/customer/mail/domain

The best way to do this is with the SMTP (Exim) service stopped.

Test everything to ensure emails are being delivered to the correct location. You do this by viewing the /var/log/exim/mail.log file.

Re: Problem with packages

Posted: Tue Mar 22, 2022 11:16 am
by clementishutin
Can't one request to someone who is a sysadmin?