on 3/2/01 12:11 PM, Arturo Dawe Gonzalez at [EMAIL PROTECTED] wrote:
> I've installed qmail with vpopmail to handle several domains, but i have
> some problems.
> I compile vpopmail with the following options
>
> ./configure --enable-logging=y --enable-vpopuser=vpopmail
> --enable-vpopgroup=vchkpw
> --enable-default-domain=webmail.sicomnet.edu.mx
> --enable-hardquota=7000000
> --enable-tcpserver-file=/home/vpopmail/etc/tcp.smtp.cdb
>
> My mail server is webmail.sicomnet.edu.mx with IP 10.21.1.139
>
> I created a domain called lozano2000.org.mx using
> ~vpopmail/bin/vadddomain lozano2000.org.mx
> and i added one users: ~vpopmail/bin/vadduser [EMAIL PROTECTED]
> and
>
> In my DNS i configured :
>
> lozano2000.org.mx. IN A 10.21.1.139
> lozano2000.org.mx. MX 1 lozano2000.org.mx.
>
> i'm using the same IP that my mail server
>
> Also i'm running smtp with tcpserver as follow:
>
> tcpserver -H -R -x /home/vpopmail/etc/tcp.smtp.cdb -c20 -u509
> -g504 0 smtp
> /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3
> &
>
> When i send an e-mail to [EMAIL PROTECTED] i get this message:
>
> [EMAIL PROTECTED] Connecting to lozano2000.org.mx via
> virtual.....
> [EMAIL PROTECTED] User unknown
>
> i don't know where is the problem
Sounds like the setup of your virtual domain might be awry. Check the
contents of /var/qmail/control/virtualdomains and /var/qmail/users/assign,
and make sure it's setup correctly.
-Bill