Qmail can't varify user

2001-05-16 Thread liu zhi




Hello everyone
After I installed Qmail on RedHat 6.2.I encountered 
follow problem.
 
1 On localhost: I type telnet localhost 25.and type 
"EHLO username"
and Qmail suspent to reply.and I type "quit",but it 
doen't work,no response.
[liuzhi@www liuzhi]$ telnet localhost 
25Trying 127.0.0.1...Connected to localhost.localdomain.Escape 
character is '^]'.EHLO 
liuzhieixtquitquitquitquit220 www3.imaginechina.com 
ESMTP250-www3.imaginechina.com250-PIPELINING250 8BITMIME502 
unimplemented (#5.5.1)502 unimplemented (#5.5.1)221 
www3.imaginechina.comConnection closed by foreign host.
It seems that it was very slow.
 
2 On another machine:
[liuzhi@WebServ liuzhi]$ telnet 
90.0.0.100 25Trying 90.0.0.100...Connected to 90.0.0.100.Escape 
character is '^]'.220 www3.imaginechina.com ESMTPEHLO 
WebServ250-www3.imaginechina.com250-PIPELINING250 8BITMIMEMAIL 
FROM:liuzhi@[90.0.0.3]250 okRCPT TO:aaa@[90.0.0.100]250 
okDATA354 go aheadasdfasd.250 ok 989996419 qp 
9848quit221 www3.imaginechina.comConnection closed by foreign 
host.[liuzhi@WebServ liuzhi]$ telnet 90.0.0.100 25Trying 
90.0.0.100...Connected to 90.0.0.100.Escape character is '^]'.220 
www3.imaginechina.com ESMTPEHLO 
WebServ250-www3.imaginechina.com250-PIPELINING250 8BITMIMEMail 
from:liuzhi@[90.0.0.3] 250 okRCPT to:liuzhi@[90.0.0.100]250 
okDATA354 go aheadasdfasdf.250 ok 989996500 qp 
14789quit221 www3.imaginechina.comConnection closed by foreign 
host.
PS:liuzhi is a real user.aaa is a false user on 
90.0.0.100.
It seems that the Qmail can't varify users on the 
system.
Can you help me.Thanks a 
lot.


Re: Qmail can't varify user

2001-05-16 Thread Roberto Marzialetti

Hi

> Connection closed by foreign host.

it seems that your qmail-smptd not running up.

i had your same problem.

my solution was been to add in inetd.conf this line

smtp  stream  tcp nowait  qmaild/var/qmail/bin/tcp-env   tcp-env
/var/qmail/bin/qmail-smtpd

you can start qmail-smtp by tcpserver too

hope this help

rob




Re: Qmail can't varify user

2001-05-16 Thread Frank Tegtmeyer

"liu zhi" <[EMAIL PROTECTED]> writes:

> It seems that the Qmail can't varify users on the system.

You were already advised to read the docs. Why don't you do it?
Qmails qmail-smtpd has no idea about local users.

Frank



Re: Qmail can't varify user

2001-05-16 Thread Ruprecht Helms

Hi,

>You were already advised to read the docs.

That's a standardtext.

>Qmails qmail-smtpd has no idea about local users.

That's right. A programm itself is not so intelligent to find what
the user mean, but for that are the configfiles.

I'm sure you can define the delivery for localdomains / -host in a file
under /var/qmail/control. The mailaccounts will be handle in a databasefile 
of qmail. For translating the /etc/passwd into the plaintext-userfile there 
is mentioned the command in the lwq. You should
edit the plaintextfile if not all unixuser should have a qmail-mailaccount.

Regards,
Ruprecht





Re: Qmail can't varify user

2001-05-16 Thread Uwe Ohse

On Wed, May 16, 2001 at 07:57:18PM +0800, liu zhi wrote:

> I installed Qmail use liuzhi.
> and I use liuzhi to receive .qmail-root .qmail-mail-deamon .qmail-postmaster
> But After I installed.
> Everyone except luizhi can't receive mail.

please clarify what you did. _Exactly_. Including the relevant 
configuration information. Including log-entries.
And what does "I installed Qmail use liuzhi" mean?


> PS:I use /var/spool/maili/files to receive mail.

Did you rename /var/spool/mail to /var/spool/maili or is this
just a typo?


please observe mail-followup-to, the log mailing list is
not the right place.

Regards, Uwe



Re: Qmail can't varify user

2001-05-16 Thread liu zhi



- Original Message - 
From: Uwe Ohse <[EMAIL PROTECTED]>
To: liu zhi <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, May 16, 2001 9:17 PM
Subject: Re: Qmail can't varify 
user
> On Wed, May 16, 2001 at 07:57:18PM 
+0800, liu zhi wrote:> > > I installed Qmail use 
liuzhi.> > and I use liuzhi to receive .qmail-root .qmail-mail-deamon 
.qmail-postmaster> > But After I installed.> > Everyone 
except luizhi can't receive mail.
I make a mistake.
I means "Every one can receive mail 
except liuzhi.";
 
> > please clarify what you did. _Exactly_. Including the 
relevant > configuration information. Including log-entries.> And 
what does "I installed Qmail use liuzhi" mean?I 
configured with ./configure-fast myDomainName
and I use /var/qmail/boot/proc(Mail 
format:/var/spool/mail/username)
as /var/qmail/rc
so the log file is /var/log/maillog
and I tail the log file.It say that message send 
successfully.
But I can't receive mail from 
/var/spool/mail/liuzhi
 
"I installed Qmail use liuzhi" is that I put the source 
tree under 
/home/liuzhi/Qmail.
 
> > > > PS:I use /var/spool/maili/files to receive 
mail.> > Did you rename /var/spool/mail to /var/spool/maili or is 
this> just a typo?
I don't rename the /var/spool/mail
And other user can receive their mail 
successfully
Such as /var/spool/mail/zan
After I type "echo 
to:zan|/var/qmail/bin/qmail-inject"
zan can receive the mail immediately> 
> > please observe mail-followup-to, the log mailing list 
is> not the right place.> > Regards, 
Uwe