etc/e-smith/templates/etc/services
change (template-begin) file:
ftp-data change this into, for example, 3000
ftp change this, for example, 3001
and:
etc/e-smith/templates/etc/proftpd.conf. Filename 05port.
Change 21 into 3001. Now your ftp listens at 3001.
Also in the template-begin file you have to change your www and http port.
Change 80 into 5080 (or another number)
www en http port:
etc/e-smith/templates/etc/httpd/conf/httpd.conf
35Listen80 and 80Aliases00. Change in these files 80 into 5080.
Restart.
Now your webaddress should be:
http://www.yourdomain.xxx:5080Good luck.