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-28, 23:51:23

Author Topic: Need Kloxo-MR Tester  (Read 225182 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 #360 on: 2013-02-15, 17:49:23 »
I know what's wrong :/

451 http://www.spamhaus.org/query/bl?ip=<my dynamic IP>

I'm trying port 587 ;)
« 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 #361 on: 2013-02-15, 17:51:55 »
For Afterlogic, you must disable (uncheck) 'Use SMTP authentication'

[attachment=0:3cno2x9f]afterlogic_settings_emailaccounts_properties.png[/attachment:3cno2x9f]
« 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 #362 on: 2013-02-15, 17:56:26 »
Quote from: "MRatWork"
For Afterlogic, you must disable (uncheck) 'Use SMTP authentication'

[attachment=0:6ni4j0qe]afterlogic_settings_emailaccounts_properties.png[/attachment:6ni4j0qe]

No, this works well with Qmail from lxcenter.

I'm trying to send via Outlook 2003 on port 587 and it prompts for password while it's correct already:



Logs:

Code: [Select]
Feb 15 12:58:58 nowosci vpopmail[12882]: vchkpw-pop3: (PLAIN) login success admin2@nowosci.org:62.21.xx.xx
Feb 15 12:59:21 nowosci vpopmail[12995]: vchkpw-submission: vpopmail user not found admin2@nowosci.org:62.21.xx.xx
« 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 #363 on: 2013-02-15, 18:05:44 »
You didn't give info this issue also the same with other webmail (roundcube for example).

And your info just related to Afterlogic.

And then you give info login via 587 for different product (Kloxo and Kloxo-MR as different product especially in context email because using different variant of qmail; qmail-lxcenter vs qmail-toaster).

FYI, port 587 not work for my account on lxcenter.org.

So?.
« 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 #364 on: 2013-02-15, 18:14:07 »
Quote from: "MRatWork"
You didn't give info this issue also the same with other webmail (roundcube for example).

And your info just related to Afterlogic.

And then you give info login via 587 for different product (Kloxo and Kloxo-MR as different product especially in context email because using different variant of qmail; qmail-lxcenter vs qmail-toaster).

FYI, port 587 not work for my account on lxcenter.org.

So?.

Ok, so let's just try making this usable at least on Outlook 2003.

Logging to POP3 ok,
Logging to IMAP ok,
Sending via SMTP needs testing on static IP,
Sending via SMTP on port 587 not possible - login error
Receving mails via POP3 not working - different server reports that mail is delivered successfully, but it's gone...

Port 587 is a must have, port 25 blocked is blocked in most polish ISP's due to SPAM.
« 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 #365 on: 2013-02-15, 18:29:34 »
1. What information inside '/var/log/qmail/submission/current'
2. Try another way:
- Modified '/var/qmail/supervise/smtp/run'
from
Code: [Select]
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 64000000
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

to:
Code: [Select]
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
BLACKLIST=`cat /var/qmail/control/blacklists`
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
RBLSMTPD="/usr/bin/rblsmtpd"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 64000000
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1

exec /usr/bin/softlimit -m 64000000
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
     -u "$QMAILDUID" -g "$NOFILESGID" 0 465
     $RBLSMTPD $BLACKLIST $SMTPD $VCHKPW /bin/true 2>&1
and then run 'qmailctl restart' or 'service qmail restart'.

And then try setup smtp with 465 with possiblity variations (ssl, non-ssl or others) in your mail client
« 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 #366 on: 2013-02-15, 18:40:32 »
Quote from: "MRatWork"
1. What information inside '/var/log/qmail/submission/current'

Code: [Select]
@40000000511e28cf090fa614 CHKUSER accepted sender: from <admin2@nowosci.org::> remote <MacPro:unknown:62.21.xx.xx> rcpt <> : sender accepted
@40000000511e28d0134e9aa4 CHKUSER accepted sender: from <admin2@nowosci.org::> remote <MacPro:unknown:62.21.xx.xx> rcpt <> : sender accepted
@40000000511e28d23271799c tcpserver: end 20223 status 0
@40000000511e28d2327194f4 tcpserver: status: 0/100
@40000000511e28e238543444 tcpserver: status: 1/100
@40000000511e28e2385ffbe4 tcpserver: pid 20324 from 62.21.xx.xx
@40000000511e28e2386059a4 tcpserver: ok 20324 nowosci.org:192.168.1.8:587 :62.21.xx.xx::35251
@40000000511e28e800496ed4 tcpserver: end 20324 status 256
@40000000511e28e800498a2c tcpserver: status: 0/100
@40000000511e28e90e106cfc tcpserver: status: 1/100
@40000000511e28e90e1435bc tcpserver: pid 20358 from 62.21.xx.xx
@40000000511e28e90e156e3c tcpserver: ok 20358 nowosci.org:192.168.1.8:587 :62.21.xx.xx::45338
@40000000511e28ee0f417abc tcpserver: end 20358 status 256
@40000000511e28ee0f419614 tcpserver: status: 0/100
@40000000511e28f0350d69cc tcpserver: status: 1/100
@40000000511e28f0351086ac tcpserver: pid 20400 from 62.21.xx.xx
@40000000511e28f03511d2b4 tcpserver: ok 20400 nowosci.org:192.168.1.8:587 :62.21.xx.xx::43460
@40000000511e28f610cf8144 tcpserver: end 20400 status 256
@40000000511e28f610cf98b4 tcpserver: status: 0/100

I'm trying to upgrade to latest version again and run convert to qmail-toaster.
« 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 #367 on: 2013-02-15, 18:51:25 »
And I found a bug:

Code: [Select]
Pattern 'include "/etc/kloxo.named.conf";' Already present in /var/named/chroot/etc/named.conf

Creating Vpopmail database...
/usr/local/lxlabs/kloxo/bin/misc/vpop.sh: line 23: /home/vpopmail/etc/vpopmail.mysql: No such file or 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 #368 on: 2013-02-15, 18:56:49 »
Quote from: "Spacedust"
And I found a bug:

Code: [Select]
Pattern 'include "/etc/kloxo.named.conf";' Already present in /var/named/chroot/etc/named.conf

Creating Vpopmail database...
/usr/local/lxlabs/kloxo/bin/misc/vpop.sh: line 23: /home/vpopmail/etc/vpopmail.mysql: No such file or directory
It's ok. It's because vpopmail-toaster not exist before execute vpop.sh. But, you can run 'sh /script/cleanup' or 'sh /usr/local/lxlabs/kloxo/bin/misc/vpop.sh' after update finished.
« 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 #369 on: 2013-02-15, 18:57:59 »
Quote from: "MRatWork"
Quote from: "Spacedust"
And I found a bug:

Code: [Select]
Pattern 'include "/etc/kloxo.named.conf";' Already present in /var/named/chroot/etc/named.conf

Creating Vpopmail database...
/usr/local/lxlabs/kloxo/bin/misc/vpop.sh: line 23: /home/vpopmail/etc/vpopmail.mysql: No such file or directory
It's ok. It's because vpopmail-toaster not exist before execute vpop.sh. But, you can run 'sh /script/cleanup' or 'sh /usr/local/lxlabs/kloxo/bin/misc/vpop.sh' after update finished.

Quote
[root@nowosci /]# sh /usr/local/lxlabs/kloxo/bin/misc/vpop.sh
/usr/bin/mysql: option '-u' requires an argument
/usr/local/lxlabs/kloxo/bin/misc/vpop.sh: line 23: /home/vpopmail/etc/vpopmail.mysql: No such file or 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 #370 on: 2013-02-15, 19:02:56 »
Abandon above error but run 'sh /script/convert-to-qmailtoaster'
« 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 #371 on: 2013-02-15, 19:39:49 »
Quote from: "MRatWork"
Abandon above error but run 'sh /script/convert-to-qmailtoaster'

And it's even worse:

Code: [Select]
Total download size: 6.9 M
Downloading Packages:
(1/15): autorespond-toaster-2.0.5-1.4.0.mr.el5.x86_64.rpm        |  15 kB     00:00
(2/15): qmail-pop3d-toaster-1.03-1.3.22.mr.el5.x86_64.rpm        |  34 kB     00:00
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos5/x86_64/libsrs2-toaster-1.0.18-1.3.6.mr.el5.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
(4/15): libdomainkeys-toaster-0.68-1.3.6.mr.el5.x86_64.rpm       |  45 kB     00:00
(5/15): simscan-toaster-1.4.0-1.4.0.mr.el5.x86_64.rpm            |  62 kB     00:00
(6/15): daemontools-toaster-0.76-1.3.6.mr.el5.x86_64.rpm         |  82 kB     00:00
(7/15): ripmime-toaster-1.4.0.6-1.3.6.mr.el5.x86_64.rpm          |  91 kB     00:00
(8/15): ucspi-tcp-toaster-0.88-1.3.9.mr.el5.x86_64.rpm           | 112 kB     00:00
(9/15): maildrop-toaster-2.0.3-1.3.8.mr.el5.x86_64.rpm           | 259 kB     00:00
(10/15): courier-authlib-toaster-0.59.2-1.3.10.mr.el5.x86_64.rpm | 307 kB     00:00
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos5/x86_64/qmail-toaster-1.03-1.3.22.mr.el5.x86_64.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
(12/15): courier-imap-toaster-4.1.2-1.3.10.mr.el5.x86_64.rpm     | 829 kB     00:00
(13/15): ezmlm-toaster-0.53.324-1.3.7.mr.el5.x86_64.rpm          | 929 kB     00:00
(14/15): spamassassin-toaster-3.3.2-1.4.3.mr.el5.x86_64.rpm      | 972 kB     00:00
(15/15): clamav-toaster-0.97.6-1.4.2.mr.el5.x86_64.rpm           | 2.6 MB     00:01


Error Downloading Packages:
  qmail-toaster-1.03-1.3.22.mr.el5.x86_64: failure: qmail-toaster-1.03-1.3.22.mr.el5.x86_64.rpm from kloxo-mr-release-version-arch: [Errno 256] No more mirrors to try.
  libsrs2-toaster-1.0.18-1.3.6.mr.el5.x86_64: failure: libsrs2-toaster-1.0.18-1.3.6.mr.el5.x86_64.rpm from kloxo-mr-release-version-arch: [Errno 256] No more mirrors to try.
« 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 #372 on: 2013-02-15, 19:48:10 »
Something trouble with github. Maybe overload or else. And or your network.

In 5 minutes ago, I was update my testing server and no issue like yours.
« 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 #373 on: 2013-02-15, 19:53:48 »
Quote from: "MRatWork"
Something trouble with github. Maybe overload or else. And or your network.

In 5 minutes ago, I was update my testing server and no issue like yours.

Reinstalled, added group vchkpw and user vpopmail to it.

Code: [Select]
[root@nowosci ~]# qmailctl stat
authlib: up (pid 2626) 214 seconds
clamd: up (pid 2634) 214 seconds
imap4: up (pid 2623) 214 seconds
imap4-ssl: up (pid 2632) 214 seconds
pop3: up (pid 2630) 214 seconds
pop3-ssl: up (pid 2624) 214 seconds
send: up (pid 10530) 0 seconds
smtp: up (pid 10268) 43 seconds
spamd: up (pid 2633) 214 seconds
submission: up (pid 2629) 214 seconds
authlib/log: up (pid 2620) 214 seconds
clamd/log: up (pid 2637) 214 seconds
imap4/log: up (pid 2635) 214 seconds
imap4-ssl/log: up (pid 2638) 214 seconds
pop3/log: up (pid 2625) 214 seconds
pop3-ssl/log: up (pid 2622) 214 seconds
send/log: up (pid 2636) 214 seconds
smtp/log: up (pid 2627) 214 seconds
spamd/log: up (pid 2631) 214 seconds
submission/log: up (pid 2639) 213 seconds

Send is down. It seems removing old Qmail packages removes vpopmail user group too. Then when installing new packages this user doesn't exist so it is using root account which is not properly configured that's why it doesn't work.

Solution might be to add group vchkpw and user vpopmail to the group before installing new packages !
« 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 #374 on: 2013-02-15, 20:03:16 »
Another found:

Code: [Select]
sh: /var/qmail/bin/update-simscan: No such file or directory
But this might be a warning

Send doesn't work because of this:

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

 


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

Page created in 0.033 seconds with 19 queries.

web stats analysis