Web Hosting Talk







View Full Version : Cpanel - ProFTPD


lup
11-22-2002, 01:02 PM
Hello!

I am admin of a new Cpanel server. I would like to know if someone can help me with a simple ProFTPD config.

I have a reseller, so it needs that i am be anonymous.

When its customers goes to ftp.domain.com
proftpd show .."ProFTPD Version..." "cpserver1.mydomain.com" ...

I would like my domain was not displayed in this section. How to do that?

I saw another Cpanel server showing ftp.domain.com in this section, thus leaving anonymous the server owner.

Anyone can help me?

Thanks,

Luciano Greiner

fusion
11-22-2002, 06:32 PM
there should be options for customization and the welcome message in whm

yourdomain.com/whm
or
yourdomain.com:2086

HostInspect
11-23-2002, 12:57 AM
Add or change "ServerIdent" this in your /etc/proftpd.conf file:


ServerIdent on "ProFTPD FTP Server ready."


And that should take care of it ;)

Ciao