Skip to content

Webuzo

User panel: <IP>:<2003|2002>

root    /usr/local/webuzo/web/enduser;

access_log      /usr/local/emps/var/log/web.access.log  main;
error_log       /usr/local/emps/var/log/error_log;

Emails DB

sqlite3 /var/webuzo/db/emails.db

sqlite> PRAGMA table_info(emails);
0|eid|INTEGER|0||1
1|emailuser|TEXT|0||0
2|domain|TEXT|0||0
3|email|TEXT|0||0
4|password|TEXT|0||0
5|home|TEXT|0||0
6|uid|TEXT|0||0
7|gid|TEXT|0||0
8|msg_total|INTEGER|0|0|0
9|msg_unseen|INTEGER|0|0|0
10|quota_used|INTEGER|0|0|0
11|quota_percent|INTEGER|0|0|0
12|quota_limit|INTEGER|0|0|0
13|tmp_password|TEXT|0||0
14|tmp_password_hash|TEXT|0||0
15|tmp_password_time|INTEGER|0||0
16|restricted|TEXT|0|"allow"|0

select email,password from emails;

Configs

/usr/local/webuzo/conf/webuzo

Nginx

include /usr/local/apps/nginx/etc/conf.d/*.conf 

suphp

# config
/usr/local/apps/php56/etc/suphp.conf
# log
/usr/local/apps/apache/logs/suphp56_log

Apache logs

/usr/local/apps/apache/logs/ 
#
/usr/local/apps/apache2/logs/ 

MySQL root password

/var/webuzo/my.conf

Issues:

1\. Error: SoftException in Application.cpp:404: Mismatch between target UID (1000) and UID (518) of file "/home/admin/domains/www/testsite.index.php

# solution
chowm -R username:username /home/username/www/testsite

Pure-FTPd

Do not install as root; install only as admin. Do not run pure-pw commands in the console as root: the pureftpd.passwd file is overwritten and becomes inconsistent with the panel data.

Correct contents of /usr/local/apps/pureftpd/etc/

# ls -lht /usr/local/apps/pureftpd/etc/
total 12K
-rw-r--r-- 1 root root  12K Sep 26 23:06 pure-ftpd.conf
lrwxrwxrwx 1 root admin  27 Sep 26 23:06 pureftpd.passwd -> /var/webuzo/pureftpd.passwd

In the panel, change the user password (currently admin) in the Set new Password for Webuzo user! section. image

Migrate Email accounts

Copy the files below from OLD server to the NEW server:

  - /var/webuzo/db/emails*.db  
  - /home/USER/.webuzo/mails  
  - /home/USER/mail/
  - /etc/exim/users/USER
Set the correct permissions!

Redirects:

/var/webuzo/users/{USER}/redirects

Encrypted passwords

Email:

/var/webuzo/db/emails*.db
/etc/exim/users/USER/DOMAIN/passwd

SSL

/var/webuzo/users/USER/ssl/