MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: djscooby on 2013-02-03, 02:47:03

Title: Problem with imap
Post by: djscooby on 2013-02-03, 02:47:03
Hi Mustafar

I just did an installation before a couple of minutes and during installation i had this error :

Pattern 'include "/etc/kloxo.named.conf";' Already present in /var/named/chroot/etc/named.conf

Creating Vpopmail database...
/tmp/kloxo/kloxo-install/kloxo-linux/vpop.sh: line 46: /home/vpopmail/etc/vpopmail.mysql: No such file or directory
Prepare /home/kloxo/httpd...

Also tryed this script as last line of installation suggested : 'sh /script/convert-to-qmailtoaster'
i had also error : sh: /script/convert-to-qmailtoaster: No such file or directory

Webmail wont work, always give me imap error, tried restarting imap/reboot server still no luck..

courier.log has this errors : INFO: LOGIN FAILED, user=admin@xxxxxx.xx (http://mailto:user=admin@xxxxxx.xx), ip=[94.xx.xxx.x]
DEBUG: Disconnected, ip=[94.xx.xxx.x]
tcpserver: end 5377 status 0
tcpserver: status: 0/40


Can you please help me as mail system is not working for clients&admin

Thanks in advance..
Title: Re: Problem with imap
Post by: MRatWork on 2013-02-03, 03:08:11
Did you update or fresh install?.

convert-to-qmailtoaster not ready.
Title: Re: Problem with imap
Post by: djscooby on 2013-02-03, 03:29:25
nop just update...

I updated yesterday actually today realised this problem, tried again an update in case something went wrong..still mail wont work

OS : centos 5.8 x64
Title: Re: Problem with imap
Post by: MRatWork on 2013-02-03, 03:49:48
Try 'sh /script/cleanup'.
Title: Re: Problem with imap
Post by: djscooby on 2013-02-03, 03:56:59
Tried creating manually folder "/home/vpopmail/etc" then update again reboot and mail works fine, also file "vpopmail.mysql" created succesfully during the update process with no errors, and all acounts works fine now...

i hope i did right.. Could you please tell me the correct permisions and owner/group of vpopmail &etc subfolder to apply them.. now they are under root owner/group
Title: Re: Problem with imap
Post by: vinceent on 2013-02-03, 17:12:03
i created this: /home/vpopmail/etc  an try update but not worked imap conection,

tnx
Title: Re: Problem with imap
Post by: vinceent on 2013-02-03, 17:34:05
Quote from: "vinceent"
i created this: /home/vpopmail/etc  an try update but not worked imap conection,
What can I do? for solving imap and worked Email
tnx
Title: Re: Problem with imap
Post by: djscooby on 2013-02-03, 17:59:54
@vinceent

"etc" is also a folder, i created them with root as owner/group and 755 permision, and then run again the update and it worked in my case. i hope this helps you.
Title: Re: Problem with imap
Post by: vinceent on 2013-02-03, 20:55:21
Problem is SOLVED after update kloxo-MR

This issteps 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