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-05-07, 21:06:53

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

0 Members and 2 Guests are viewing this topic.

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #345 on: 2013-02-15, 01:42:30 »
Found error with nginx and parket/redirected domain...

When a domain is parket/redirected then only "example.tk" is redirected and not also "www.example.tk" - (it shows 'welcome to web server')

Problem is inside /home/nginx/domains/"example.com.conf" and in this line :
Code: [Select]
## web for redirect 'example.tk'
server {
    listen *:80;

    server_name 'example.tk';

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

Solution is very simple, for enable both "example.tk" & "www.example.tk"
Just add a dot (.) in this line : server_name '.example.tk';
So the proper code is :

Code: [Select]
## web for redirect 'example.tk'
server {
    listen *:80;

    server_name '.example.tk';

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

I beleive problem is inside /home/nginx/tpl/domains.conf.tpl line: 511
Code: [Select]
server_name '<?php echo $redirdomainname?>';
But i dont know what to change sorry :) I hope i helped..
« 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 #346 on: 2013-02-15, 02:17:54 »
@djscooby,

That mean only www. not work?

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

Better use 'server_name example.tk www.example.tk;' instead "server_name '.example.tk';" because possible '.example.tk' equal to '*.example.tk'
« 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 #347 on: 2013-02-15, 02:32:16 »
Quote from: "MRatWork"
Inform '/etc/sysconfig/spamassassin' content. If different with
Code: [Select]
SPAMDOPTIONS=" -v -d -p 783 -u vpopmail"change it.

To make user vpopmail and group vchkpw exist and pointing to '/home/vpopmail' dir.

Change it to what ?

Code: [Select]
[root@localhost ~]# cat /etc/sysconfig/spamassassin
cat: /etc/sysconfig/spamassassin: No such file or directory
« 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 #348 on: 2013-02-15, 02:34:59 »
Changed to:
Code: [Select]

SPAMDOPTIONS=" -v -d -p 783 -u vpopmail"

and still not working:

Code: [Select]
vpopmail: No such user
so I've added user:

Code: [Select]
adduser vpopmail
« 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 #349 on: 2013-02-15, 02:41:49 »
Quote from: "Spacedust"
Changed to:
Code: [Select]

SPAMDOPTIONS=" -v -d -p 783 -u vpopmail"

and still not working:

Code: [Select]
vpopmail: No such user
so I've added user:

Code: [Select]
adduser vpopmail
It's great to execute adduser for vpopmail because in installer execute for this as disable. In latest upload this issue already fixed.
« 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 #350 on: 2013-02-15, 02:51:59 »
Quote from: "MRatWork"
Quote from: "Spacedust"
Changed to:
Code: [Select]

SPAMDOPTIONS=" -v -d -p 783 -u vpopmail"

and still not working:

Code: [Select]
vpopmail: No such user
so I've added user:

Code: [Select]
adduser vpopmail
It's great to execute adduser for vpopmail because in installer execute for this as disable. In latest upload this issue already fixed.

Still having a lot of troubles, but I forgot to rename back vpopmail2 to vpopmail ;)
« 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 #351 on: 2013-02-15, 02:57:16 »
Still there is something wrong. I can't send e-mails and receiving doesn't work at all, but my production server responds that mail was delivered ok. Any ideas ?

I'm on CentOS 5.9 64-bit.
« 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 #352 on: 2013-02-15, 02:58:46 »
Quote
Feb 14 22:00:36 localhost vpopmail[10976]: vchkpw-smtp: vpopmail user not found admin2@nowosci.org:127.0.0.1
« 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 #353 on: 2013-02-15, 03:04:08 »
What's wrong ?

Code: [Select]
[root@nowosci /]# cat /etc/passwd | grep vpopmail
vpopmail:x:7797:7797::/home/vpopmail:/bin/bash
« 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 #354 on: 2013-02-15, 16:40:42 »
Mustafa please reply what should I do to fix mail ?
« 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 #355 on: 2013-02-15, 17:13:57 »
Nothing wrong with your vpopmail.

Email password save by qmail inside vpopmail database. Every imap/pop3 client (webmail) ask email account and password to vpopmail. So, you will be not any information when running 'at /etc/passwd | grep vpopmail'.

Vpopmail know how to connect to vpopmail database via information inside '/home/vpopmail/etc/vpopmail.mysql'. For sync, imap/pop3/smtp know where email data save via information inside '/var/qmail/users/assign'. Running 'sh /script/fix-qmail-assign' to make inform on vpopmail database sync with inform need by qmail (for imap/pop3/smtp need).

To know what email account you can run '/home/vpopmail/bin/vdominfo'
« 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 #356 on: 2013-02-15, 17:19:38 »
Quote from: "MRatWork"
Nothing wrong with your vpopmail.

Email password save by qmail inside vpopmail database. Every imap/pop3 client (webmail) ask email account and password to vpopmail. So, you will be not any information when running 'at /etc/passwd | grep vpopmail'.

Vpopmail know how to connect to vpopmail database via information inside '/home/vpopmail/etc/vpopmail.mysql'. For sync, imap/pop3/smtp know where email data save via information inside '/var/qmail/users/assign'. Running 'sh /script/fix-qmail-assign' to make inform on vpopmail database sync with inform need by qmail (for imap/pop3/smtp need).

To know what email account you can run '/home/vpopmail/bin/vdominfo'

E-mails are not receving and I cannot send any e-mails via Afterlogic !!!
« 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 #357 on: 2013-02-15, 17:23:52 »
Testing mail again...
« 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 #358 on: 2013-02-15, 17:30:03 »
Quote from: "Spacedust"
Quote from: "MRatWork"
Nothing wrong with your vpopmail.

Email password save by qmail inside vpopmail database. Every imap/pop3 client (webmail) ask email account and password to vpopmail. So, you will be not any information when running 'at /etc/passwd | grep vpopmail'.

Vpopmail know how to connect to vpopmail database via information inside '/home/vpopmail/etc/vpopmail.mysql'. For sync, imap/pop3/smtp know where email data save via information inside '/var/qmail/users/assign'. Running 'sh /script/fix-qmail-assign' to make inform on vpopmail database sync with inform need by qmail (for imap/pop3/smtp need).

To know what email account you can run '/home/vpopmail/bin/vdominfo'

E-mails are not receving and I cannot send any e-mails via Afterlogic !!!
If you can login to webmail (roundcube or others) that mean nothing wrong with vpopmail. Afterlogic need special 'treatment' ('Use SMTP authentication' must disable) for send mail.

In your case, how about roundcube. The same issue like afterlogic?.
« 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 #359 on: 2013-02-15, 17:39:44 »
Quote from: "MRatWork"
Quote from: "Spacedust"
Quote from: "MRatWork"
Nothing wrong with your vpopmail.

Email password save by qmail inside vpopmail database. Every imap/pop3 client (webmail) ask email account and password to vpopmail. So, you will be not any information when running 'at /etc/passwd | grep vpopmail'.

Vpopmail know how to connect to vpopmail database via information inside '/home/vpopmail/etc/vpopmail.mysql'. For sync, imap/pop3/smtp know where email data save via information inside '/var/qmail/users/assign'. Running 'sh /script/fix-qmail-assign' to make inform on vpopmail database sync with inform need by qmail (for imap/pop3/smtp need).

To know what email account you can run '/home/vpopmail/bin/vdominfo'

E-mails are not receving and I cannot send any e-mails via Afterlogic !!!
If you can login to webmail (roundcube or others) that mean nothing wrong with vpopmail. Afterlogic need special 'treatment' ('Use SMTP authentication' must disable) for send mail.

In your case, how about roundcube. The same issue like afterlogic?.

Not working:



I use the same config like on my production server so it should work !

« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.053 seconds with 23 queries.

web stats analysis