Mailinglist Archive: opensuse (3784 mails)
| < Previous | Next > |
PRO-FTPD - virtual domains
- From: Luis Villaverde <luis@xxxxxxxxx>
- Date: Thu, 11 Oct 2001 10:12:50 +0200
- Message-id: <5.1.0.14.0.20011011100747.00a22a00@xxxxxxxxxxxxx>
I'm trying to setup my proftpd with virtual ftp servers......
I think I do it well, but don't work......
I have 3 domains
<virtualdomain domain1.com>
ServerAdmin luis@xxxxxxxxx
ServerName "FTP Archive-Domain1"
MaxLoginAttempts 2
DefaultRoot /home/www/domain1
AllowOverwrite yes
</virtualdomain>
<virtualdomain domain2.com>
ServerAdmin luis@xxxxxxxxx
ServerName "FTP Archive-Domain2"
MaxLoginAttempts 2
DefaultRoot /home/www/domain2
AllowOverwrite yes
</virtualdomain>
then I try
ftp domain2.com
and I get ...... connected ftp.domain1.com NOT domain2 ......... why??????
any idea???
***********************************************
** http://twips.com - info@xxxxxxxxx **
************************************************
I think I do it well, but don't work......
I have 3 domains
<virtualdomain domain1.com>
ServerAdmin luis@xxxxxxxxx
ServerName "FTP Archive-Domain1"
MaxLoginAttempts 2
DefaultRoot /home/www/domain1
AllowOverwrite yes
</virtualdomain>
<virtualdomain domain2.com>
ServerAdmin luis@xxxxxxxxx
ServerName "FTP Archive-Domain2"
MaxLoginAttempts 2
DefaultRoot /home/www/domain2
AllowOverwrite yes
</virtualdomain>
then I try
ftp domain2.com
and I get ...... connected ftp.domain1.com NOT domain2 ......... why??????
any idea???
***********************************************
** http://twips.com - info@xxxxxxxxx **
************************************************
| < Previous | Next > |