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, 17:09:34

Author Topic: SMTP no authentication.  (Read 18248 times)

0 Members and 1 Guest are viewing this topic.

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
SMTP no authentication.
« 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
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline loder

  • Junior Member
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #1 on: 2013-02-05, 03:34:18 »
have same problem
« 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: SMTP no authentication.
« Reply #2 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).
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #3 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.
« 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: SMTP no authentication.
« Reply #4 on: 2013-02-05, 05:29:11 »
Inform here:
Code: [Select]
yum list qmail* |grep installed
dir /etc/xinetd.d
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline loder

  • Junior Member
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #5 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
« Last Edit: 2013-02-05, 05:35:06 by loder »

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #6 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
« 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: SMTP no authentication.
« Reply #7 on: 2013-02-05, 20:54:06 »
Sorry, for Centos 6 use 'yum list qmail* |grep @' instead 'yum list qmail* |grep installed'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #8 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.
« 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: SMTP no authentication.
« Reply #9 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'?.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #10 on: 2013-02-05, 22:44:59 »
the secondary port is not enabled by default.
« 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: SMTP no authentication.
« Reply #11 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.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #12 on: 2013-02-05, 22:53:42 »
I enabled in in Kloxo --> Server --> Server Mail Settings --> Additional Smtp Port --> 587
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline UCTServices

  • Junior Member
  • *
  • Posts: 28
  • Karma: +0/-0
    • View Profile
    • http://www.uctservices.com
Re: SMTP no authentication.
« Reply #13 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
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline loder

  • Junior Member
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #14 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 ~]#
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.076 seconds with 18 queries.

web stats analysis