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. 2017-11-07, 21:09:36

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

0 Members and 1 Guest are viewing this topic.

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #315 on: 2013-02-13, 14:30:22 »
@spacedust

Thanks for sharing settings mate.. i will try them today with nginx and apache and run some beck's..

@mustafar

Is it possible to implement some nginx rewrite rules for nginx and opencart ?
I tested opencart yesterday with nginx and it seems that nginx cant define the language so all characters except english appears strange.. also seo urls wont work at all..
With apache everything works fine as it reads .htacess file..

If it helps i found those rules
Code: [Select]
  location / {
     if ($host != 'www.example.com') {
             rewrite ^/(.*)$ http://www.example.com/$1 permanent;
     }
     try_files $uri @opencart;
 }

 location @opencart {
     rewrite ^/(.+)$ /index.php?_route_=$1 last;
 }

     location /admin/ {
     index index.php;
     }

 location ~* (.(tpl|ini))$ {
       deny all;
 }

I havent test them yet i will do it when i got home, can you please guide me on where to apply them and if its compatible with kloxo mr nginx conf please ?
Thanks
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #316 on: 2013-02-13, 23:52:11 »
Mustafa I'm still using Qmail from lxcenter repo with Kloxo-MR and my customers are reporting that when they use forwarding to different mail servers mails are being rejected with message:

Quote
<xxx@poczta.fm>:
User and password not set, continuing without authentication.
217.74.65.64 does not like recipient.
Remote host said: 554 5.7.1 <xxx@poczta.fm>: Sender address rejected: Sender address rejected: Unknown domain
Giving up on 217.74.65.64.

What should I do ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #317 on: 2013-02-14, 00:42:36 »
I still cannot update to the new version.

dev.zip is not unpacking !

Sent PM with details.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #318 on: 2013-02-14, 09:01:08 »
At latest update, you can run 'sh /script/convert-to-qmailtoaster' to use Kloxo-MR qmail-toaster instead qmail-lxcenter
« 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: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #319 on: 2013-02-14, 16:39:47 »
Quote from: "MRatWork"
At latest update, you can run 'sh /script/convert-to-qmailtoaster' to use Kloxo-MR qmail-toaster instead qmail-lxcenter

I need to test this on VirtualBox. I don't want non-working emails for a few hours.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #320 on: 2013-02-14, 17:14:07 »
I've found another problem while installing:

Code: [Select]
Excluding Packages in global exclude list
Finished
Excluding Packages from Kloxo-MR - centalt - x86_64
Finished
Excluding Packages from Kloxo-MR - release-version-x86_64
Finished
Excluding Packages from Kloxo-MR - release-version-noarch
Finished
0 packages excluded due to repository protections
Setting up Install Process
Package httpd-2.2.23-3.el5.x86_64 already installed and latest version
No package courier-authlib-toaster available.
No package courier-imap-toaster available.
No package maildrop-toaster available.
No package qmail-pop3d-toaster available.
No package qmail-toaster available.
No package ripmime-toaster available.
No package vpopmail-toaster available.
Resolving Dependencies
--> Running transaction check
---> Package fetchmail.x86_64 0:6.3.6-4.el5 set to be updated
--> Processing Dependency: smtpdaemon for package: fetchmail
--> Running transaction check
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package            Arch            Version                 Repository     Size
================================================================================
Installing:
 fetchmail          x86_64          6.3.6-4.el5             base          536 k
Installing for dependencies:
 exim               x86_64          4.63-10.el5             base          1.2 M

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 1.8 M
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #321 on: 2013-02-14, 17:21:06 »
Something trouble with /etc/yum.repos.d/kloxo-mr.repo.

When update (but your Kloxo-MR still using qmail-lxcenter), kloxo-mr-dev.sh will be copy kloxo-mr_lxcenter.repo to kloxo-mr.repo and then continue installing process.

After this, run 'sh /script/convert-to-qmailtoaster' (Kloxo-MR will be copy kloxo-mr_mratwork.repo) and than continue converting process.
« 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: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #322 on: 2013-02-14, 17:37:14 »
Quote from: "MRatWork"
Something trouble with /etc/yum.repos.d/kloxo-mr.repo.

When update (but your Kloxo-MR still using qmail-lxcenter), kloxo-mr-dev.sh will be copy kloxo-mr_lxcenter.repo to kloxo-mr.repo and then continue installing process.

After this, run 'sh /script/convert-to-qmailtoaster' (Kloxo-MR will be copy kloxo-mr_mratwork.repo) and than continue converting process.

Now qmail conflicts with exim which should be removed too:

Quote
Resolving Dependencies
--> Running transaction check
---> Package autorespond-toaster.x86_64 0:2.0.5-1.4.0.mr.el5 set to be updated
---> Package clamav-toaster.x86_64 0:0.97.6-1.4.2.mr.el5 set to be updated
---> Package courier-authlib-toaster.x86_64 0:0.59.2-1.3.10.mr.el5 set to be updated
---> Package courier-imap-toaster.x86_64 0:4.1.2-1.3.10.mr.el5 set to be updated
---> Package daemontools-toaster.x86_64 0:0.76-1.3.6.mr.el5 set to be updated
---> Package ezmlm-toaster.x86_64 0:0.53.324-1.3.7.mr.el5 set to be updated
---> Package libdomainkeys-toaster.x86_64 0:0.68-1.3.6.mr.el5 set to be updated
---> Package libsrs2-toaster.x86_64 0:1.0.18-1.3.6.mr.el5 set to be updated
---> Package maildrop-toaster.x86_64 0:2.0.3-1.3.8.mr.el5 set to be updated
---> Package qmail-pop3d-toaster.x86_64 0:1.03-1.3.22.mr.el5 set to be updated
---> Package qmail-toaster.x86_64 0:1.03-1.3.22.mr.el5 set to be updated
---> Package ripmime-toaster.x86_64 0:1.4.0.6-1.3.6.mr.el5 set to be updated
---> Package simscan-toaster.x86_64 0:1.4.0-1.4.0.mr.el5 set to be updated
---> Package spamassassin-toaster.x86_64 0:3.3.2-1.4.3.mr.el5 set to be updated
---> Package ucspi-tcp-toaster.x86_64 0:0.88-1.3.9.mr.el5 set to be updated
---> Package vpopmail-toaster.x86_64 0:5.4.33-1.4.1.mr.el5 set to be updated
--> Processing Conflict: qmail-toaster conflicts exim
--> Finished Dependency Resolution
qmail-toaster-1.03-1.3.22.mr.el5.x86_64 from kloxo-mr-release-version-arch has depsolving problems
  --> qmail-toaster conflicts with exim
Error: qmail-toaster conflicts with exim
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #323 on: 2013-02-14, 17:41:52 »
exim is dependend on mdadm and fetchmail.

Is it safe to remove mdadm when having software RAID ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #324 on: 2013-02-14, 17:50:21 »
Running /script/cleanup will take ages. Is there any way to skip dns/web/ftp checking ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #325 on: 2013-02-14, 18:14:11 »
Try remove conflict 'rpm -e exim --nodeps' instead 'yum remove exim'.

I found something trouble remove vpopmail (from lxcenter) without 'rpm -e --noscripts vpopmail'
« 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: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #326 on: 2013-02-14, 18:26:58 »
Quote from: "MRatWork"
Try remove conflict 'rpm -e exim --nodeps' instead 'yum remove exim'.

I found something trouble remove vpopmail (from lxcenter) without 'rpm -e --noscripts vpopmail'

Removed, but found more issues: viewtopic.php?f=14&t=1161
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Need Kloxo-MR Tester
« Reply #327 on: 2013-02-14, 18:41:46 »
I found something trouble with qmail-lxcenter latest update (Danny update some packages).

Try force remove with 'yum remove vpopmail qmail spamassassin *-toaster'. And testing again still with 'yum list vpopmail qmail spamassassin *-toaster'.

If already not exists, run again 'sh /script/convert-to-qmailtoaster --force'.

I didn't found issue when convert my servers except server for this forum (because my fault before update).
« 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: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #328 on: 2013-02-14, 19:09:09 »
Is this ok ?

Quote
Available Packages
autorespond-toaster.x86_64        2.0.5-1.4.0.mr.el5       kloxo-mr-release-version-arch
clamav-toaster.x86_64             0.97.6-1.4.2.mr.el5      kloxo-mr-release-version-arch
courier-authlib-toaster.x86_64    0.59.2-1.3.10.mr.el5     kloxo-mr-release-version-arch
courier-imap-toaster.x86_64       4.1.2-1.3.10.mr.el5      kloxo-mr-release-version-arch
daemontools-toaster.x86_64        0.76-1.3.6.mr.el5        kloxo-mr-release-version-arch
ezmlm-toaster.x86_64              0.53.324-1.3.7.mr.el5    kloxo-mr-release-version-arch
libdomainkeys-toaster.x86_64      0.68-1.3.6.mr.el5        kloxo-mr-release-version-arch
libsrs2-toaster.x86_64            1.0.18-1.3.6.mr.el5      kloxo-mr-release-version-arch
maildrop-toaster.x86_64           2.0.3-1.3.8.mr.el5       kloxo-mr-release-version-arch
qmail-pop3d-toaster.x86_64        1.03-1.3.22.mr.el5       kloxo-mr-release-version-arch
qmail-toaster.x86_64              1.03-1.3.22.mr.el5       kloxo-mr-release-version-arch
ripmime-toaster.x86_64            1.4.0.6-1.3.6.mr.el5     kloxo-mr-release-version-arch
simscan-toaster.x86_64            1.4.0-1.4.0.mr.el5       kloxo-mr-release-version-arch
spamassassin.x86_64               1:3.3.2-7.el5.art        atomic
spamassassin-toaster.x86_64       3.3.2-1.4.3.mr.el5       kloxo-mr-release-version-arch
ucspi-tcp-toaster.x86_64          0.88-1.3.9.mr.el5        kloxo-mr-release-version-arch
vpopmail-toaster.x86_64           5.4.33-1.4.1.mr.el5      kloxo-mr-release-version-arch
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 3,944
  • Karma: +1/-0
    • View Profile
Re: Need Kloxo-MR Tester
« Reply #329 on: 2013-02-14, 19:10:39 »
error: package vpopmail is not installed
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


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

Page created in 0.042 seconds with 17 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM