JDT wrote:
I have a number of aliases on my email account. Example:
jdt.ebay@example.com goes straight to jdt@example.com
What is the best way to set this up?
You can add this alias in SQL table "vmail.alias", for example:
mysql> USE vmail;
mysql> INSERT INTO alias (address, goto, domain) VALUES ('jdt.ebay@example.com', 'jdt@example.com', 'example.com');
JDT wrote:
Is there a simple web-based way of administering this per user?
Check out our official web admin panel here:
http://www.iredmail.org/admin_panel.html
NOTE: It doesn't provide self-service for mail users, you have to login as domain admin.