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-03-28, 18:32:21

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

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: SMTP no authentication.
« Reply #15 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
« 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 #16 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 ~]#
« 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 #17 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)?.
« 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 #18 on: 2013-02-06, 01:59:38 »
i not use webmail  problem with send outloock.
UCTServices solution not work for me
« 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 #19 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
« 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 #20 on: 2013-02-06, 02:50:28 »
@UCTServices i use Outlook 2013
webmail work fine
« 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 #21 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.
« 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 #22 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]#
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline djscooby

  • Valuable Member
  • *
  • Posts: 119
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #23 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: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..
« 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 #24 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
« 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 #25 on: 2013-02-09, 02:22:45 »
Try:
Code: [Select]
addgroup vchkpw
useradd vpopmail
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Miki

  • Senior Member
  • *
  • Posts: 183
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #26 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.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
"the freedom speak is expression to exchange knowledge"

Offline Miki

  • Senior Member
  • *
  • Posts: 183
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #27 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.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
"the freedom speak is expression to exchange knowledge"

Offline Miki

  • Senior Member
  • *
  • Posts: 183
  • Karma: +0/-0
    • View Profile
Re: SMTP no authentication.
« Reply #28 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..
« Last Edit: 1970-01-01, 01:00:00 by Guest »
"the freedom speak is expression to exchange knowledge"

 


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

Page created in 0.044 seconds with 22 queries.

web stats analysis