MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: vinceent on 2013-02-03, 07:25:11

Title: problem with IMAP and ROUNDCUBE autentification after UPDATE
Post by: vinceent on 2013-02-03, 07:25:11
Hello
I did update to my centos now rules CentOS release 5.9 (Final) and after update i try to autentificate in roundcume but i recive error : Connection to IMAP server failed

i try to run: /script/cleanup but not resolve error
i try run this: /script/fix-chownchmod but not resolve
and run /script/webmail and /script/roundcube but result is :-( not resolve this problem

I wait messages.
Tnx all
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: MRatWork on 2013-02-03, 10:37:57
read viewtopic.php?f=5&t=884 (http://forum.mratwork.com/viewtopic.php?f=5&t=884)
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: vinceent on 2013-02-03, 17:40:27
I did not work  imap conection and email autentification
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: MRatWork on 2013-02-03, 18:59:49
Try 'sh /script/fix-qmail-assign'.

For sure, inform here:
Code: [Select]
/home/vpopmail/bin/vdominfo
rpm -q vpopmail-toaster

/home/lxadmin/mail/bin/vdominfo
rpm -q vpopmail
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: vinceent on 2013-02-03, 20:25:30
[root@srv ~]# sh /script/fix-qmail-assign
sh: /script/fix-qmail-assign: No such file or directory

------------
[root@srv ~]# cd /home/vpopmail/bin/
-bash: cd: /home/vpopmail/bin/: No such file or directory

[root@srv ~]# rpm -q vpopmail-toaster
package vpopmail-toaster is not installed


[root@srv ~]# cd /home/lxadmin/mail/bin/
[root@srv bin]# rpm -q vpopmail
vpopmail-5.4.17-1.6.4
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: MRatWork on 2013-02-03, 20:29:07
look like you not using latest upload of Kloxo-MR that why fix-qmail-assign script missing from /script
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: vinceent on 2013-02-03, 20:30:42
and how to update latest kloxo-mr ?
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: MRatWork on 2013-02-03, 20:32:39
viewtopic.php?f=19&t=644 (http://forum.mratwork.com/viewtopic.php?f=19&t=644)
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: vinceent on 2013-02-03, 20:34:32
Ok mustafa   now i try to update and after install update kloxo specifically if everything is ok
Title: Re: problem with IMAP and ROUNDCUBE autentification after UP
Post by: vinceent on 2013-02-03, 20:51:32
Problem is SOLVED after update KLOXO

To update kloxo-MR:

# delete if exist
rm -rf /tmp/kloxo

# create kloxo temp dir
mkdir /tmp/kloxo ; cd /tmp/kloxo

# get kloxo packer from github
wget https://github.com/mustafaramadhan/klox ... -packer.sh (https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo-install/kloxo-packer.sh) --no-check-certificate

# get kloxo fork from github
sh kloxo-packer.sh --fork=mustafaramadhan --branch=dev

# install kloxo
sh kloxo-installer.sh --type=master

# better reboot
reboot