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-27, 00:55:33

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MRatWork

Pages: 1 ... 1008 1009 [1010] 1011 1012 ... 1037
15136
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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

15137
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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?.

15138
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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]

15139
Kloxo-MR Technical Helps / Re: mail forwarding not working
« on: 2013-02-15, 17:32:35 »
Quote from: "lupetalo"
so i just yum update?
No, update your Kloxo-MR (read again viewtopic.php?f=4&t=644 because different install/procedure; more simple).

15140
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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?.

15141
Kloxo-MR Technical Helps / Re: mail forwarding not working
« on: 2013-02-15, 17:17:19 »
Quote from: "lupetalo"
Quote from: "Spacedust"
Quote from: "lupetalo"
I want to move production server to Kloxo MR but there is heavy use of forwarding and this is the only thing that i need.

I've already moved, but only local forwarding is working with Qmail from lxcenter.
I know, but is it not wise to first take care of all bugs and then add features, half things from official Kloxo was not working after separation....
Latest update already have convert old qmail-lxcenter to qmail-toaster.

All my servers (including server for this forum) now using qmail-toaster after convert and no issue I found until now.

15142
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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'

15143
Kloxo-MR Releases / Re: Kloxo-MR Install (for Dev step)
« on: 2013-02-15, 08:33:56 »
Quote from: "MRatWork"
A. Install for Kloxo-MR dev (taken from http://forum.lxcenter.org/index.php?t=msg&th=18842) with adjustment for latest update

How to install:

A.1. pre-install -- better for fresh install
Code: [Select]
cd /

# update centos to latest version
yum update -y
# install some packages like package-cleanup, etc
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet -y

setenforce 0
echo 'SELINUX=disabled' > /etc/selinux/config


A.2. Install/reinstall/upgrade -- data not destroyed with this fork - for existing kloxo (6.1.x), run 'sh /script/update' first.
Code: [Select]
# go to and remove old script
cd /tmp; rm -f kloxo-mr-dev.sh


# get kloxo packer from github
wget https://github.com/mustafaramadhan/kloxo/raw/dev/kloxo/install/kloxo-mr-dev.sh --no-check-certificate

# install kloxo
sh ./kloxo-mr-dev.sh

Attention:
- Please update to Kloxo-MR 6.5.0.c.2013021502 or higher (if ready) because previous upload have critical bug (viewtopic.php?f=14&t=1185)

15144
Kloxo-MR Releases / Re: Critical bug in Kloxo-MR
« on: 2013-02-15, 08:31:38 »
Already fix on Kloxo-MR 6.5.0.c.2013021502 upload

This issue appear because call 'this->createPhpFpm()' not work when add/delete domain (certainly create/delete client). So, change to call 'sh /script/fixphpfpm'.

15145
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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.

15146
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« 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'

15147
Indonesia Users / Re: ioncube loader problem kloxo-mr
« on: 2013-02-14, 23:29:26 »
Ya ngawur jika pakai 'yum install ioncube'. Yang benar 'yum install php53u-ioncube-loader' (jika pilih php53u pada 'php branch' di 'webserver config' Kloxo-MR panel).

15148
Indonesia Users / Re: ioncube loader problem kloxo-mr
« on: 2013-02-14, 23:06:33 »
Quote from: "INDTEAM"
ternyata tidak ad pak ioncube di = /lib64/php/modules
Berarti belum diinstall dong.

15149
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-14, 23:04:54 »
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.

15150
Indonesia Users / Re: ioncube loader problem kloxo-mr
« on: 2013-02-14, 22:40:11 »
Kalau install Kloxo-MR berjalan normal, Kloxo-MR akan buat symlink /usr/lib/php/ dari /usr/lib/php64/ (tentunya di Centos 64bit).

Sehingga isian '/usr/lib/php/modules/ioncube_loader_lin_5.3.so' dan '/usr/lib64/php/modules/ioncube_loader_lin_5.3.so' sama saja.

Masalah lain, apa sudah yakin php53u-ioncube-loader sudah terinstall?

Pages: 1 ... 1008 1009 [1010] 1011 1012 ... 1037

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.057 seconds with 17 queries.

web stats analysis