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-29, 01:19:10

Author Topic: Need Kloxo-MR Tester  (Read 225194 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #375 on: 2013-02-15, 20:12:53 »
Manual starting send gives this:

Code: [Select]
[root@nowosci send]# ./run
alert: cannot start: unable to switch to queue directory
« 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: Need Kloxo-MR Tester
« Reply #376 on: 2013-02-15, 20:34:07 »
Look inside 'convert-to-qmailtoaster' how they work. user vpopmail and vchkpw fail to create if /home/vpopmail dir exist.

And if convert succeed (that mean all qmail-lxcenter removed and all qmail-toaster already installed), still need reboot. Why?. Don't ask me but ask to qmailtoaster.com why need restart after qmail-toaster installed.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #377 on: 2013-02-15, 21:25:56 »
Quote from: "MRatWork"
Look inside 'convert-to-qmailtoaster' how they work. user vpopmail and vchkpw fail to create if /home/vpopmail dir exist.

And if convert succeed (that mean all qmail-lxcenter removed and all qmail-toaster already installed), still need reboot. Why?. Don't ask me but ask to qmailtoaster.com why need restart after qmail-toaster installed.

I rebooted many times. It's probably because of supervise need to start it's services.
« 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: Need Kloxo-MR Tester
« Reply #378 on: 2013-02-15, 21:57:46 »
Try this trick:

1. remove all contents of '/var/qmail/supervise'
2. run 'yum reinstall *-toaster'
3. check with 'qmailctl stat' (all services must be 'up' status; if not all as 'up' need reboot')
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #379 on: 2013-02-15, 22:43:52 »
Quote from: "MRatWork"
@djscooby,

That mean only www. not work?

If yes, I think Httpd and Lighttpd the same issue.

Better use 'server_name example.tk http://www.example.tk;' instead "server_name '.example.tk';" because possible '.example.tk' equal to '*.example.tk'

@MRatWork

Tried also with httpd same issue... www.example.tk not working unless manual edit conf file..
If i use 'server_name' www.example.tk --> only www.example.tk / example.tk shows welcome to web server..
Only solution is to use (.)dot in server name..
Code: [Select]

## web for redirect 'example.tk'
server {
    listen *:80;

    server_name '.example.tk';

    if ($host != 'example.com') {
        rewrite ^/(.*) 'http://example.com/$1';
    }
}

« 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: Need Kloxo-MR Tester
« Reply #380 on: 2013-02-15, 22:46:54 »
How about 'server_name example.tk www.example.tk;'. 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 djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #381 on: 2013-02-15, 22:55:40 »
Quote from: "MRatWork"
How about 'server_name example.tk http://www.example.tk;'. Not work?

Sorry forgot to post about it..  ;)

Nop, it wont work.. Tried this
'server_name example.tk http://www.example.tk;'
&
'server_name example.tk http://www.example.tk'
&
'server_name example.tkhttp://www.example.tk;'
&
'server_name example.tkhttp://www.example.tk'

None is working.. if i use this then neither example.tk & http://www.example.tk works.. Only welcome to web server.. Also nginx gives me this error
Code: [Select]
nginx: [warn] server name "xxxxxxx.tk http://www.xxxxxxx.tk;" has suspicious symbols in /home/nginx/conf/domains/xxxxxxxxx.com.conf:44


KloxoMR Current Version:   6.5.0.c.2013021101
« 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: Need Kloxo-MR Tester
« Reply #382 on: 2013-02-15, 23:00:22 »
Remember, without http:// on 'server_name example.tk www.example.tk;' (this forum using phpbb automatically convert to http://... when found www....)
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #383 on: 2013-02-15, 23:15:27 »
Quote from: "MRatWork"
Remember, without http:// on 'server_name example.tk http://www.example.tk;' (this forum using phpbb automatically convert to http://... when found http://www....)

Yes i know... ;)  no it doesnt work.. Both example.tk and www.example.tk says welcome to web server..
Tried this
Code: [Select]
server_name 'example.tk www.example.tk;';and also this :
Code: [Select]
server_name 'example.tk www.example.tk';
Still no luck sorry.. only with the (.)dot seems to work fine..
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #384 on: 2013-02-15, 23:20:07 »
Quote from: "MRatWork"
Try this trick:

1. remove all contents of '/var/qmail/supervise'
2. run 'yum reinstall *-toaster'
3. check with 'qmailctl stat' (all services must be 'up' status; if not all as 'up' need reboot')

Rebooted, all working but send is down:

Code: [Select]
authlib: up (pid 2641) 55 seconds
clamd: up (pid 2696) 54 seconds
imap4: up (pid 2681) 55 seconds
imap4-ssl: up (pid 2635) 55 seconds
pop3: up (pid 2693) 54 seconds
pop3-ssl: up (pid 2628) 55 seconds
send: up (pid 4606) 0 seconds
smtp: up (pid 2634) 55 seconds
spamd: up (pid 2691) 54 seconds
submission: up (pid 2630) 55 seconds
authlib/log: up (pid 2632) 55 seconds
clamd/log: up (pid 2698) 54 seconds
imap4/log: up (pid 2694) 54 seconds
imap4-ssl/log: up (pid 2647) 55 seconds
pop3/log: up (pid 2697) 54 seconds
pop3-ssl/log: up (pid 2633) 55 seconds
send/log: up (pid 2646) 55 seconds
smtp/log: up (pid 2631) 55 seconds
spamd/log: up (pid 2695) 54 seconds
submission/log: up (pid 2638) 55 seconds
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #385 on: 2013-02-16, 01:05:17 »
I'm testing on a clean CentOS 5.9 64-bit install right now.

It seems switching from qmail-lxcenter to qmail-toaster will be really hard :/
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #386 on: 2013-02-16, 01:15:26 »
Tested on Outlook 2003 and:

sending mail on port 25 failed - prompts for password
sending mail on port 587 failed - prompts for password
receving mail on port 110 ok
receving mail on port 143 ok

It failes with the same reason:

Code: [Select]
Feb 15 20:11:06 nowosci vpopmail[4965]: vchkpw-pop3: (PLAIN) login success admin@nowosci.org:62.21.xx.xx
Feb 15 20:13:45 nowosci vpopmail[4985]: vchkpw-smtp: vpopmail user not found admin@nowosci.org:62.21.xx.xx

Services works ok:

Code: [Select]
authlib: up (pid 4281) 591 seconds
clamd: up (pid 4311) 591 seconds
imap4: up (pid 4280) 591 seconds
imap4-ssl: up (pid 4307) 591 seconds
pop3: up (pid 4277) 591 seconds
pop3-ssl: up (pid 4273) 591 seconds
send: up (pid 4271) 591 seconds
smtp: up (pid 4276) 591 seconds
spamd: up (pid 4263) 591 seconds
submission: up (pid 4267) 591 seconds
authlib/log: up (pid 4275) 591 seconds
clamd/log: up (pid 4272) 591 seconds
imap4/log: up (pid 4269) 591 seconds
imap4-ssl/log: up (pid 4278) 591 seconds
pop3/log: up (pid 4266) 591 seconds
pop3-ssl/log: up (pid 4274) 591 seconds
send/log: up (pid 4268) 591 seconds
smtp/log: up (pid 4270) 591 seconds
spamd/log: up (pid 4264) 591 seconds
submission/log: up (pid 4282) 591 seconds
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #387 on: 2013-02-16, 01:23:06 »
Also clamd is doing something all the time, each /etc/init.d/clamd start is adding another process !

Code: [Select]
4953 clamav    25   0  142m 116m 1224 R 95.8  0.4   0:07.88 /usr/sbin/clamd
 4958 clamav    25   0  125m 101m 1224 R 95.8  0.3   0:06.35 /usr/sbin/clamd
 4970 clamav    25   0 79668  55m 1136 R 95.8  0.2   0:03.10 /usr/sbin/clamd
 4975 clamav    25   0 79924  56m 1136 R 95.8  0.2   0:02.85 /usr/sbin/clamd
 4980 clamav    22   0 70956  47m 1136 R 95.8  0.1   0:02.52 /usr/sbin/clamd
 4950 clamav    25   0  149m 122m 1224 R 95.1  0.4   0:08.79 /usr/sbin/clamd
 4965 clamav    25   0 95392  70m 1224 R 95.1  0.2   0:03.53 /usr/sbin/clamd

Update: It ended after few minutes and working now in background:

Code: [Select]
[root@nowosci ~]# ps aux | grep clamd
root      4278  0.0  0.0   3680   368 ?        S    20:19   0:00 supervise clamd
qmaill    4287  0.0  0.0   3692   360 ?        S    20:19   0:00 /usr/bin/multilog t s1000000 n100 /var/log/qmail/clamd
clamav    4950 12.1  0.5 206196 168552 ?       Sl   20:22   0:12 /usr/sbin/clamd
root      5000  0.0  0.0  63260   884 pts/0    S+   20:23   0:00 grep clamd

I've tested different Qmail port that might work on dynamic IP's like 23 or 6666 and Kloxo isn't working at all on them:

Code: [Select]
[root@nowosci ~]# telnet localhost 23
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
[root@nowosci ~]# telnet localhost 6666
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #388 on: 2013-02-16, 01:43:16 »
I changed all users from vpopmail to root and got sending on port 25 ok.

So we've got something working.

Sending on port 587 doesn't work. Prompts for password...

Forwarding works ok ;)
« Last Edit: 2013-02-16, 01:48:04 by Spacedust »

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #389 on: 2013-02-16, 01:43:50 »
After update to version 6.5.0.c.2013021503 again mails stoped working (SMTP) cant send again... (rouncube sends/receives fine)
similar problem as spacedust has with smtp.

Quote
**I had the same problem before on version 6.5.0.c.2013021101 -(it was after a clean install of kloxo wih qmail toaster from the begining on a clean vps, but cant remeber what i did and fixed it... sorry)

Now What works with mails :

-outlook (can receive mails but can't send with smtp)
error:
Code: [Select]
Feb 15 21:27:24 mail vpopmail[20139]: vchkpw-smtp: vpopmail user not found admin@xxxxxxxxxx.com:94.xx.xx.xx
-webmail (rouncude tested works fine send/receive fine)
-remote mail works
-mail redirects works

Other thing thats not working form previous version..
-backups (it just backups database only..)

I run as admin and as a client.. Backup doesnt work on both cases// It creates the backup and inside all files when you extract them are size smaller then 180bytes and contains this field when opened with notepad "lxblank_file"


Any suggestions are greatly welcomed :)

PS: domain redirection now works.. I saw you removed (' ') from server_name :)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.028 seconds with 18 queries.

web stats analysis