MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: UCTServices on 2013-02-05, 01:33:05

Title: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 01:33:05
When sending email from outlook I get this message.

Sending reported error (0x800CCC80) : "None of the authentication methods supported by this client are supported by your server.

Was running  6.5.0.c.2013020104 upgraded to 6.5.0.c.2013020402
still having same problem.

OS Centos 5.9 32Bit
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-05, 03:34:18
have same problem
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-05, 05:07:45
That mean no-ssl or other secure method used.

Yes, by default on Kloxo-MR just using non-ssl port (port 25).
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 05:15:38
Thats all I set it up for.
Port 25 no encrypion.

I have a found a way around it by using my Additional Smtp Port which is 587.
works fine on 587 but gets that error on 25.
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-05, 05:29:11
Inform here:
Code: [Select]
yum list qmail* |grep installed
dir /etc/xinetd.d
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-05, 05:32:36
Problem with sending mail.
port 25 error
port 587 error
non ssl

Quote
[root@CentOS-63-32-minimal ~]# yum list qmail* |grep installed
[root@CentOS-63-32-minimal ~]# dir /etc/xinetd.d
chargen-dgram   daytime-stream  echo-dgram   rsync          time-stream
chargen-stream  discard-dgram   echo-stream  tcpmux-server
daytime-dgram   discard-stream  pureftp      time-dgram
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 05:33:07
[root@ucthosting1 ~]# yum list qmail* |grep installed
qmail-pop3d-toaster.i386              1.03-1.3.22.mr.el5               installed
qmail-toaster.i386                    1.03-1.3.22.mr.el5               installed

[root@ucthosting1 ~]# dir /etc/xinetd.d
chargen-dgram   daytime-dgram   discard-dgram   echo-dgram   finger  pureftp  talk           time-dgram
chargen-stream  daytime-stream  discard-stream  echo-stream  ntalk   rsync    tcpmux-server  time-stream
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-05, 20:54:06
Sorry, for Centos 6 use 'yum list qmail* |grep @' instead 'yum list qmail* |grep installed'
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 21:43:43
541 ?        S      0:00 /usr/bin/tcpserver -v -R -H -l ucthosting1.jacksonville-services.com -x /etc/tcprules.d/tcp.smtp.cdb -c 100 -u  -g  0 587 /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true


15611 ?        S      0:00 /usr/bin/tcpserver -v -R -H -l ucthosting1.jacksonville-services.com -x /etc/tcprules.d/tcp.smtp.cdb -c 100 -u  -g  0 smtp /usr/bin/rblsmtpd -r zen.spamhaus.org /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true

I can send out on 587 since I enabled it. the only time I see differently between 25 & 587  is that on 25 its using rbl with zen.
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-05, 22:35:29
Quote from: "UCTServices"
541 ?        S      0:00 /usr/bin/tcpserver -v -R -H -l ucthosting1.jacksonville-services.com -x /etc/tcprules.d/tcp.smtp.cdb -c 100 -u  -g  0 587 /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true


15611 ?        S      0:00 /usr/bin/tcpserver -v -R -H -l ucthosting1.jacksonville-services.com -x /etc/tcprules.d/tcp.smtp.cdb -c 100 -u  -g  0 smtp /usr/bin/rblsmtpd -r zen.spamhaus.org /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true

I can send out on 587 since I enabled it. the only time I see differently between 25 & 587  is that on 25 its using rbl with zen.
What you mean 'enabled it'?.
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 22:44:59
the secondary port is not enabled by default.
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-05, 22:49:37
I mean where config you change.

I know config for Qmail-toaster but not sure for Qmail-Lxcenter.
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 22:53:42
I enabled in in Kloxo --> Server --> Server Mail Settings --> Additional Smtp Port --> 587
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-05, 23:00:22
Ok it has to do with RBL

I edited /var/qmail/supervise/smtp/run

took out $RBLSMTPD $BLACKLIST
and now I can send mail on 25
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-06, 01:16:00
Quote
[root@CentOS-63-64-minimal ~]# yum list qmail* |grep @' instead 'yum list qmail* |grep installed
grep: list: No such file or directory
grep: qmail*: No such file or directory
[root@CentOS-63-64-minimal ~]#
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-06, 01:33:17
Must running in ssh:
Code: [Select]
yum list qmail* |grep @
or
Code: [Select]
yum list qmail* |grep installed
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-06, 01:40:43
Quote
[root@CentOS-63-64-minimal ~]# yum list qmail* |grep @
qmail-pop3d-toaster.x86_64   1.03-1.3.22.mr.el6   @kloxo-mr-release-version-arch
qmail-toaster.x86_64         1.03-1.3.22.mr.el6   @kloxo-mr-release-version-arch
[root@CentOS-63-64-minimal ~]#
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-06, 01:57:54
@loder,

So, what's your problem?. The same like UCTServices?.

Not able send and receive on webmail (like from roundcube) or on your email-client (like thunderbird or MS Outlook)?.
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-06, 01:59:38
i not use webmail  problem with send outloock.
UCTServices solution not work for me
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-06, 02:45:47
loder
I use outlook 2007 not webmail. Even thou i did check webmail (horde) and it did work fine
before my little patch
Title: Re: SMTP no authentication.
Post by: loder on 2013-02-06, 02:50:28
@UCTServices i use Outlook 2013
webmail work fine
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-06, 04:25:07
Quote from: "loder"
@UCTServices i use Outlook 2013
webmail work fine

I know Outlook uses smtp which isn't working. Webmail uses php so it bypasses the local smtp server which is why it works.
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-07, 01:31:37
No sure if this has anything to do with this or not.

When starting qmail from command line I get user errors.

[root@ucthosting1 bin]# /etc/init.d/qmail stop
Stopping qmail-toaster: svscan qmail logging.
[root@ucthosting1 bin]

[root@ucthosting1 bin]# /etc/init.d/qmail start
Starting qmail-toaster: svscan.
id: vpopmail: No such user
id: vpopmail: No such user
id: vpopmail: No such user
id: vpopmail: No such user
[root@ucthosting1 bin]#
Title: Re: SMTP no authentication.
Post by: djscooby on 2013-02-07, 20:48:49
I tried what UCTservices suggested but still i have authentification failures... here is maillog output...

vchkpw-smtp: vpopmail user not found admin@xxxxxxxx.com (http://mailto:admin@xxxxxxxx.com):79.xxx.xx.xxx  <---This is the same user..as above

So pop3 works but smtp authentification doesn't..
Tried removing the rbl check form qmail.. no error regarding ip blacklisted is gone but still doesnt send...

PS: In my case "/etc/init.d/qmail start" works fine with no errors..
Title: Re: SMTP no authentication.
Post by: UCTServices on 2013-02-09, 02:17:57
here is my /var/qmail/supervise/smtp/run file

#!/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 120000000
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD"
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
     $SMTPD $VCHKPW /bin/true 2>&1
Title: Re: SMTP no authentication.
Post by: MRatWork on 2013-02-09, 02:22:45
Try:
Code: [Select]
addgroup vchkpw
useradd vpopmail
Title: Re: SMTP no authentication.
Post by: Miki on 2013-03-30, 16:40:21
saya mengalami kesulitan pada outlook 2007..
send mail via webmail baik ke yahoo maupun ke google sudah berjalan dengan normal..
terima mail via outlook normal
send mail via outlook None of the authentication..

Mohon pencerahaan..

Terima kasih.
Title: Re: SMTP no authentication.
Post by: Miki on 2013-03-30, 16:48:57
Help... how to fix outlook 2007
Code: [Select]
Send test e-mail message: Outlook cannot connect to your outgoing (SMTP) e-mail server. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).
thx.
Title: Re: SMTP no authentication.
Post by: Miki on 2013-03-30, 23:51:18
iyes.. akhirnya bisa juga.. mungkin ISP yang dimaksud adalah provider yang kita gunakan memblokir port 25.. jadi port 25 pada outlook harus dirubah menjadi 587
sedangkan Additional Smtp Port tetap menggunakan port 25 dengan nilai Max Smtp Instances 7
=======> tidak lupa memberi izin kepada Add Whitelist Ip for localhost pada tab server mail setting dari pada pusing ip berubah terus kasih aja nilai '*' biar egk capek..