Автор: golova Категория: IT блог
Печать

Миграция с kloxo 6.1.19 (centOS 5.9) на kloxoMR 6.5.0.f (centOS 6.6) on digitalocean. Проблемы переноса и их решения!

1. установка kloxo-MR - https://github.com/mustafaramadhan/kloxo/tree/release

2. Проблемы при миграции:

2.1. digitalocean and kloxo - DNS not working

 

 

2.2. kloxo backup/restore on kloxo MR

Just enough backup from Kloxo 6.1.12 and then restore in Kloxo-MR.

The step on Kloxo:
1. Download https://github.com/mustafaramadhan/klox ... ckup-patch and place inside '/script' directory on Kloxo server
2. Run 'sh /script/backup-patch; sh /script/restart' and then from Kloxo panel go to 'backup home' for backup process

Note:
1. backup-patch make Kloxo backup process without possible appear 'Could_not_zip_dir' (that mean backup fail)
2. For Centos 6, don't use MariaDB instead MySQL (no matter mysql/mysql51/mysql55)
3. имя клиента не более 12 знаков!

http://backuprestorekloxomr.wordpress.com/
http://mediabisnisonline.com/install-control-panel-kloxo-mr-di-centos-6/

 

 

2.3. digitalocean centos 6.5 error hostname: Unknown host

hostname host.example.com

after reboot - on default "имя_хоста"

1.

/etc/sysconfig/network

2. Setting the Fully Qualified Domain Name (FQDN)

In a terminal or shell, execute:

sudo /etc/hosts

Then, tap on the i key and use the arrow keys on your keyboard to navigate the text area. Modify your hosts file so that it resembles the following (obviously, substituting the hostname, yourdomain, tld, and YourIP values with your own):

127.0.0.1 localhost.localdomain localhost
127.0.1.1 hostname.yourdomain.tld hostname
YourIP hostname.yourdomain.tld hostname
To save & exit, tap the Esc key, on your keyboard, followed by these keystrokes: :, w, q, and, finally, Enter.

You can verify that the FQDN was properly set by, again, executing:

hostname -f

[[Setting the Hostname & Fully Qualified Domain Name (FQDN) on Ubuntu 12.04 or CentOS 6.4]https://github.com/DigitalOcean-User-Projects/Articles-and-Tutorials/blob/master/set_hostname_fqdn_on_ubuntu_centos.md]

 

2.4. Qmail-toaster
- [[How to setup Qmail on Kloxo-MR]http://forum.mratwork.com/kloxo-mr-tips-and-tricks/%28tip%29-how-to-setup-qmail-on-kloxo-mr/]
 1. не работают протоколы шифрования на исходящей почте - 454 TLS connection failed: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate (#4.3.0)?
- просто забить или отключить
Qmailtoaster smtp disable ssl v3
https://www.digitalocean.com/community/tutorials/how-to-protect-your-server-against-the-poodle-sslv3-vulnerability

3. Spamdyke - ERROR@configuration.c:4370): Unknown configuration file option in file /etc/spamdyke.conf on line 51: reject-missing-sender-mx
Вариант1  обновить
Updated:
spamdyke.i386 0:5.0.0-6.mr.el6

Вариант 2  - если не помогло

New spamdyke problems: Unknown configuration file option in file /etc/spamdyke.conf on line 380: local-domains-file
http://forum.mratwork.com/kloxo-mr-bugs-and-requests/new-spamdyke-problems/
problem solved in /etc/spamdyke.conf
problem: local-domains-file=/var/qmail/control/rcpthosts
change to: qmail-rcpthosts-file=/var/qmail/control/rcpthosts

 

Дополнительные материалы:

- настройка и дополнения - http://2centos.ru/stat/section/10 

Обновлено 12.07.2016 06:29
;