Pureftpd Shared Hosting
I've downloaded and installed Pureftpd successfully using a MySQL database as my authentication method. Everything is working fine and I can create users in the database and have them login successfully.I would like to use this method to handle multiple domains under a single (shared) IP address. It seems that in order to accomplish this I need to create a username which has the associated domain for the user ie: user@mydomain.com. This is very similar to how qmail or postfix handles virtual accounts.
Just wondering if I'm on the right track here, or if I've missed something in the PureFtpd docs. Thanks.