Number of FTP

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
hi all,
I am going to create a resller that can use only mail service on my server and hosting. In this case what could be no. of domains and no of ftp while creating reseller. They must be same ?

Shall i put no of ftp to 0, so that he cannot host any site on my server.
 
Try it :) .

Also changing the path at public_html to for example public_html_no in a script that runs after the account is created. And a custom skin as well.

Jeff
 
I tested that one by putting number of ftp to 0. but it shows error "Creating that many Ftp Accounts would put you over your limit of 0"

It must be same or greater as how many no of domains ur going to create.
And which is the script that executes after account gets created. ?


jlasman said:
Try it :) .

Also changing the path at public_html to for example public_html_no in a script that runs after the account is created. And a custom skin as well.

Jeff
 
prashantbhushan said:
I tested that one by putting number of ftp to 0. but it shows error "Creating that many Ftp Accounts would put you over your limit of 0"

It must be same or greater as how many no of domains ur going to create.
That's correct.
And which is the script that executes after account gets created. ?
If I knew the name off the top of my head I would have told you :) .

/usr/local/directadmin/scripts/custom/user_create_post.sh:

You'll have to create it yourself.

Jeff
 
Back
Top