I am pretty new to SME server, so please forgive me if this is absolutely obvious, but I am really stuck on this problem. I do, however, have a number of years experience admin'ing Debian server systems, so I am not a complete linux newbie by any means.
My problem is that I want to move the FTP daemon running on the standard port 21 to another one - for arguments sake, let's say 680. What I have done up until now is - following the HOWTO on changing the SSHD port found here
http://wiki.contribs.org/SSH_Port and adapting it to ftp:
config setprop ftp TCPPort 680
config getprop ftp TCPPort - Returns 680
signal-event remoteaccess-update
service ftp restart
The problem is that there is still an FTP server running on port 21, and none on 680. Also using the following
config set ftp service TCPPort 680 access public status enable
doesn't change anything, except that I can see that the firewall rules are adapted to open port 680 after a signal-event remoteaccess-update is executed.
I hope somebody can solve this seemingly simple problem for me, as it really has me ground down.
Doing the very un-SME-like solution of changing /etc/proftpd.conf value of Port to 680 doesn't help either.
Any help or pointers at all would be very appreciated.