Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-20, 09:06:24

Author Topic: webmail issue  (Read 39164 times)

0 Members and 1 Guest are viewing this topic.

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #15 on: 2013-02-19, 13:58:12 »
I sent you my server login details.

If this issue + FTP issue + djbdns issue can be resolved, today I can move my old server to new by kloxo-mr on it! :P
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #16 on: 2013-02-19, 14:04:19 »
Sorry for djbdns. I will change this djbdns to powerdns. On your issue, change djbdns to bind/named via 'switch applications'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #17 on: 2013-02-19, 14:06:55 »
For pureftp, change /etc/xinetd.d/pureftp to:
Code: [Select]
service ftp                                                                          
{                                                                                    
disable = no                                                                
socket_type     = stream                                                    
wait            = no                                                        
user            = root                                                      
server          = /usr/sbin/pure-ftpd                                  
server_args     = -A -c5000 -C8 -D -fftp  -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lunix -L2000:8 -m4 -s -p30000:50000 -U133:022 -u100 -Oclf:/var/log/kloxo/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y 1
groups          = yes                                                        
flags           = REUSE                                                      
}  

and then restart xinetd with 'service xinetd restart'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #18 on: 2013-02-19, 14:24:11 »
Quote from: "MRatWork"
For pureftp, change /etc/xinetd.d/pureftp to:
Code: [Select]
service ftp                                                                          
{                                                                                    
disable = no                                                                
socket_type     = stream                                                    
wait            = no                                                        
user            = root                                                      
server          = /usr/sbin/pure-ftpd                                  
server_args     = -A -c5000 -C8 -D -fftp  -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lunix -L2000:8 -m4 -s -p30000:50000 -U133:022 -u100 -Oclf:/var/log/kloxo/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y 1
groups          = yes                                                        
flags           = REUSE                                                      
}  

and then restart xinetd with 'service xinetd restart'
Unfortunately, the pureftp issue lingers on!
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #19 on: 2013-02-19, 15:08:59 »
What' you mean 'lingers on!'.

In all my servers, I can access via ftp client (filezilla) to all my servers within protocol FTP (SFTP not work) with 'plain text' or 'Require explicit FTP over TLS' ('Require implicit FTP over TLS' not work).
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #20 on: 2013-02-19, 15:19:43 »
My english is not good! Sometimes I get help from google translate. My mean was "The problem still remains"

I have not any problem by connecting via ftp. As I said on This topic, The problem occurs when I try to change FTP port.

When I try to change FTP port from 21 by this instruction: (http://forum.lxcenter.org/index.php?t=msg&goto=86473&amp ;amp ;:) get follow email notification every 5min by koloxo System Monitor:
Code: [Select]
Host: xxx
Date: Feb-19 06:18
Port: 21
Action: /etc/init.d/xinetd restart
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #21 on: 2013-02-19, 15:25:55 »
Changing port may not work because watchdog detect pureftp via port 21.

You can access ftp via 'require explicit ftp via tls' authentication. What's the meaning for this?. We know ftp, sftp and ftps. But pureftp only able for ftp but your authentication able with ssl via 'require explicit ftp via tls'. So, connection still non-ssl but authentication use ssl.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #22 on: 2013-02-19, 15:49:38 »
Quote from: "MRatWork"
Changing port may not work because watchdog detect pureftp via port 21.
There isn't any way for changing FTP port from 21 to another in watchdog?

Many time ago I changed default FTP port in kloxo without any problem. (by this instruction)
I want to change it to prevent the penetration of hackers.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #23 on: 2013-02-19, 16:11:04 »
If you think ftp work with another port on Kloxo official, that mean watchdog not work.

Again, it's because watchdog detect ftp via port 21. You can change port in watchdog inside /usr/local/lxlabs/kloxo/etc/watchdog.conf.

You can see:
Code: [Select]
s:4:"port";s:2:"21";s:6:"action";s:26:"/etc/init.d/xinetd restart"
If want change port 21 to 21000 you must change to:
Code: [Select]
s:4:"port";s:5:"21000";s:6:"action";s:26:"/etc/init.d/xinetd restart"
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #24 on: 2013-02-19, 16:17:34 »
wow! I think I've found the solution!

After changing FTP port, I disabled port 21 from watchdog by click on Servicename and uncheck Status without any problem and did not get anothe System Monitor email!
Is there any problem with my action?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #25 on: 2013-02-19, 16:29:18 »
Quote from: "WISTFUL"
wow! I think I've found the solution!

After changing FTP port, I disabled port 21 from watchdog by click on Servicename and uncheck Status without any problem and did not get anothe System Monitor email!
Is there any problem with my action?
It's ok. Disadvantage, your ftp not monitoring by watchdog.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #26 on: 2013-02-19, 16:33:30 »
Thanks mustafa!

Just one issue remains!
Why I can not login to my webmail?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #27 on: 2013-02-19, 16:45:15 »
Again, nothing problem on my servers after running 'sh /script/fixwebmail'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline WISTFUL

  • Senior Member
  • *
  • Posts: 247
  • Karma: +0/-0
    • View Profile
Re: webmail issue
« Reply #28 on: 2013-02-19, 20:28:27 »
Quote from: "MRatWork"
Again, nothing problem on my servers after running 'sh /script/fixwebmail'.
I try all instruction on this topic (http://forum.lxcenter.org/index.php?t=msg&th=16280) other than 'sh /script/upcp' that I think has conflict by kloxo-mr but none of them helped me.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: webmail issue
« Reply #29 on: 2013-02-19, 20:49:43 »
Information from lxcenter forum irrelevant for Kloxo-MR  because too old and not the same approach.

You can try 'yum reinstall kloxomr-webmail*; sh /script/fixwebmail'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix

Page created in 0.036 seconds with 21 queries.

web stats analysis