Hi All, Mario is good Help.

I have oulook express configured with authentication for smtp, but I saw 
that maillog is not logging

vchkpw-smtp: (PLAIN) login success

is only logging

vchkpw-pop3: (PLAIN) login success

so I think SMTP-AUTH is not working, but I can not find how to enable this 
in the server.

This is my /var/qmail/supervise/smtp/run (I had to increase softlimit after 
normal installation):

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/local/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0

exec /usr/bin/softlimit -m 85000000 \
     /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
     -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
     $SPAMDYKE --config-file $SPAMDYKE_CONF \
     $SMTPD $VCHKPW /bin/true 2>&1

Any idea ?
regards
Gabriel





----- Original Message ----- 
From: "Hostmaster" <[EMAIL PROTECTED]>
To: <qmailtoaster-list@qmailtoaster.com>
Sent: Thursday, August 07, 2008 5:25 PM
Subject: Re: [qmailtoaster] relaying in Centos5


Hi,

The log you sent:

@40000000489b412a281c97c4 CHKUSER rejected relaying: from <[EMAIL PROTECTED]::>
remote <GabyK:unknown:xxx.xxx.xxx.xxx> rcpt <[EMAIL PROTECTED]> : client not
allowed to relay

Tells about no using smtp auth.

checking if you (or your customer) are using smtp auth

Atentamente,


Mario Ochoa
Prompt de Venezuela c.a.
---------------------------------
http://www.prompt-ven.com
Tele/Fax: (58 291) 644.22.22
Celular: (58 414) 767.09.86



----- Mensaje original ----- 
De: "Gaby Kule" <[EMAIL PROTECTED]>
Para: <qmailtoaster-list@qmailtoaster.com>
Enviado: Jueves, 07 de Agosto de 2008 02:16 p.m.
Asunto: [qmailtoaster] relaying in Centos5


Hi all,

I installed las week latest versions of qmt + spamdyke on Centos5 updated,
x86_64,

My problem is than I can not send outgoing emails from this server, I get
5.5.3 error.
I can do pop3 login,
I can send email from localhost (squirredmail)
I can telnet from localhost and smtp auth looks good.

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 Welcome to Bob Esponja ESMTP ESMTP
ehlo localhost
250-Welcome to Bob Esponja ESMTP
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN CRAM-MD5
quit
221 Welcome to Bob Esponja ESMTP
Connection closed by foreign host.

If I telnet from other host, it opens connection but does not prints welcome
message.
It prints:

telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 **************************



This is my /etc/tcprules.d/tcp.smtp

127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private"
:allow,BADMIMETYPE="",BADLOADERTYPE="M",CHKUSER_RCPTLIMIT="50",CHKUSER_WRONGRCPTLIMIT="10",DKVERIFY="DEGIJKfh",QMAILQUEUE="/var/qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-queue.orig",DKSIGN="/var/qmail/control/domainkeys/%/private",NOP0FCHECK="1"

This is my tail /var/log/qmail/smtp/current
@40000000489b41282bec2dc4 CHKUSER accepted sender: from <[EMAIL PROTECTED]::>
remote <GabyK:unknown:xxx.xxx.xxx.xxx> rcpt <> : sender accepted
@40000000489b412a281c97c4 CHKUSER rejected relaying: from <[EMAIL PROTECTED]::>
remote <GabyK:unknown:xxx.xxx.xxx.xxx> rcpt <[EMAIL PROTECTED]> : client not
allowed to relay
@40000000489b412b2b1e816c tcpserver: end 26060 status 0
@40000000489b412b2b1e8554 tcpserver: status: 0/100

I have another server with an older version working on Centos4 and this
works good. I dont know what else to check. Do you have some ideas ?
best regards
Gabriel


---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.138 / Virus Database: 270.5.12/1597 - Release Date: 07/08/2008
5:54




---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to