Hello,
The username that you login to DA with will be unaffected for ftp. These are the ones that exist by default when the DA user account is created. They will *not* be affected.
The only usernames that will matter are created ftp accounts (User Level -> FTP Management -> Create FTP Account) which are on the main domain (usually the first domain created under the User), and where the User is on an "owned" IP address. These created ftp accounts have the login format "username", since they've got their own IP, with proftpd they can have their own ftp.passwd file, so they don't need the @domain.com to be unique, since only that User has access to the the file. Additional domains on that owned IP already use the
[email protected] format, so they don't matter. Both the username and
[email protected] ftp accounts from Users on owned IPs will be moved into the main proftpd.passwd file. Since the
[email protected] format is already distinct enough, they're fine, no change needed. Only the main domain ftp accounts from owned IPs need to be changed.
If you want to see which accounts will be affected, you can run with the simulation=yes mode, and DA will tell you everyone that will be affected.
For example, in the above post #44, only 3 accounts are affected on that test system.
Note, that without using this method of unifying the ftp password files, DA will disable the multi-IP per user/domain tool. Both the multi-ip and old ftp account systems are complex, too much so to have both together. Hence this is a one-or-the-other type scenario. The loss of the "username" format is quite minor as compared to the number of positives that will come out of the change.
New DA installs will use the unified ftp password setup by default, thus they'll also have multi-ip enabled.
It will be recommended (after testing and release) that everyone make this conversion.
John