On a centos 8 server wich was initially installed with pureftpd during first installation, I am now converting it to proftpd doing this:
	
	
	
		
After compiling proftd it seems to be running:
	
	
	
		
However the file /etc/proftpd.vhosts.conf is missing!
Also it does not work to connect to ftp from any clients accounts
	
	
	
		
Is this a bug in custombuild when converting from pure-ftpd to proftpd? Or could it be a bug related to centos 8? Maybe @smtalk you look into this?
				
			
		Code:
	
	cd /usr/local/directadmin/custombuild
./build update
./build set ftpd proftpd
./build update
./build proftpdAfter compiling proftd it seems to be running:
		Code:
	
	Active: active (running) since Sat 2020-04-18 23:00:51 CEST; 5s agoHowever the file /etc/proftpd.vhosts.conf is missing!
Also it does not work to connect to ftp from any clients accounts
		Code:
	
	Status:    Resolving address of server.hostname.com
Status:    Connecting to XXXXXX...
Status:    Connection established, waiting for welcome message...
Status:    Initializing TLS...
Status:    Verifying certificate...
Status:    TLS connection established.
Status:    Logged in
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/" is the current directory
Command:    TYPE I
Response:    200 Type set to I
Command:    PASV
Response:    227 Entering Passive Mode (XXXXXX,137,48).
Command:    MLSD
Response:    150 Opening BINARY mode data connection for MLSD
Response:    425 Unable to build data connection: Operation not permitted
Error:    Failed to retrieve directory listingIs this a bug in custombuild when converting from pure-ftpd to proftpd? Or could it be a bug related to centos 8? Maybe @smtalk you look into this?
 
 
		 The problem is that I've used 1.3.7rc3, and it seems to be a bug in 1.3.6c.. Please try:
 The problem is that I've used 1.3.7rc3, and it seems to be a bug in 1.3.6c.. Please try: