Here,
Take a look at the qmail startup.
#!/bin/sh
/usr/local/bin/tcpserver -x/etc/tcp.smtp.cdb -u1026 -g1005 0 25
/var/qmail/bin/qmail -smtpd &
exec /usr/local/bin/softlimit -m 2000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
server.domain.com.br /bin/checkpassword /var/qmail/bin/qmail-pop3d
Maildir 2>&1
exec env - PATH="/var/qmail/bin:$PATH" \
/var/qmail/bin/qmail-start ./Maildir/ splogger qmail
(PS.I know that server.domain is my machine!)
tks.
Daniel
-----Mensagem original-----
De: David Gartner [mailto:[EMAIL PROTECTED]]
Enviada em: Terça-feira, 24 de Julho de 2001 16:41
Para: Daniel Abad
Cc: [EMAIL PROTECTED]
Assunto: Re: Telnet fail!
Daniel,
Something I would check would be the script you call qmail with. If you
were using standalone qmail before, you might have it using something
other than vhckpw for the password authentication. *shrug* Just a
thought.
David
Daniel Abad wrote:
> Hi folks,
>
> I have a problem... I made all the installation as the documentation.
> Now when I try to telnet localhost 110, a fail happens.
>
> I'm using tcpserver with qmail + vpopmail...
>
> su-2.03# telnet localhost 110
> Trying 127.0.0.1...
> Connected to localhost.cidadeinternet.com.br.
> Escape character is '^]'.
> +OK <[EMAIL PROTECTED]>
> user [EMAIL PROTECTED]
> +OK
> pass teste
> -ERR authorization failed
> Connection closed by foreign host.
>
> What should I do??
>
> Tks.
>
> Daniel