Hi
Vpopmail uses vchkpw file for authentication and u the service pop3 uses
/etc/passwd file.
So disable the pop3 service and smtp services from setup and edit the
file /var/qmail/supervise/qmail-pop3d/run
so as it look like..
#!/bin/sh
exec /usr/local/bin/softlimit -m 4000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\
erdcinoida.com /home/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d
Maildir
I am sure it will work definitely.
Let me know..
Manish Jain
Sys Admin
ERDCI Noida
On Fri, 2003-01-24 at 04:55, Víctor R. Ruiz wrote:
>
> Hi:
>
> I have installed qmail + vpopmail 5.2 in RedHat 7.3. qmail works fine,
> and I've successfully created varios virtual domains and accounts with
> vpopmail (via xinetd). They receive fine the incoming messages. However
> when I cannot authenticate in any of those accounts:
>
> [root@astronomia lib]# telnet localhost 110
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> +OK <[EMAIL PROTECTED]>
> USER [EMAIL PROTECTED]
> +OK
> PASS mypassword
> -ERR authorization failed
> Connection closed by foreign host.
>
> The xinetd file is this:
>
> service pop3
> {
> disable = no
> socket_type = stream
> protocol = tcp
> wait = no
> user = root
> server = /var/qmail/bin/qmail-popup
> server_args = astronomia.net /home/vpopmail/bin/vchkpw
> /var/qmail/bin/qmail-pop3d Maildir
> log_type = FILE /var/log/xinetd.log
> log_on_success = HOST
> log_on_failure = HOST RECORD
> }
>
> I don't know how and where to log the messages of vpopmail. There
> aren't any entry in /var/service/qmail-pop3d/log/ nor qmail/log about
> the authentification problem.
>
> Any help would be welcomed!
>
> --
> Víctor R. Ruiz | - Todos estos momentos se perderán, como
> http://infoastro.com/rvr | lágrimas en la lluvia.
>