Author Topic: I can't create / add new e-mail on my CWP  (Read 58 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I can't create / add new e-mail on my CWP
« on: Today at 10:13:52 AM »


Hello, I connect to the cwp panel with root login. Here I open a mail with add new domain mail. But it gives an error like in the picture.

I switched from Centos7 to AlmaLinux 9.4. I uploaded the contents of the sql tables in the database to almalinux and then I feel like this happened.

Can't I solve this? Could you please spare your valuable time for me?

Offline
**
Re: I can't create / add new e-mail on my CWP
« Reply #1 on: Today at 10:27:26 AM »
Create an user account with a domain name you want to use, log into the user account and try to create an email account (address) there.

Offline
*
Re: I can't create / add new e-mail on my CWP
« Reply #2 on: Today at 10:38:31 AM »
It doesn't work that way. It was working properly as we see in the picture. It would be better if I could open it from there.

Offline
*
Re: I can't create / add new e-mail on my CWP
« Reply #3 on: Today at 10:46:44 AM »
Code: [Select]
*463 FastCGI sent in stderr: "PHP message: PHP Notice:  Undefined index: acc in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined index: acc in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: key in /usr/local/cwpsrv/htdocs/resources/admin/addons/ajax/ajax_mail_list.php on line 0PHP message: PHP Notice:  Undefined variable: hostname in /usr/local/cwpsrv/htdocs

Offline
**
Re: I can't create / add new e-mail on my CWP
« Reply #4 on: Today at 12:33:36 PM »
You need to create at least one user account with the domain name to be able to manage the email addresses.

Also, email account isn't just records in the postfix database. The mailbox structure and emails are physically located in the folder /var/vmail/

So you need to copy content of /var/vmail/ from the old server to the new server with access permission preserved.
« Last Edit: Today at 12:37:49 PM by cyberspace »