Create the database % mysqladmin -u root --password='<your password>' create postfix These columns are used to make your life easier together with Postfix Admin: created modified active The "active" column is not used at the moment. Create the Alias table # # Table structure for table alias # USE postfix; CREATE TABLE `alias` ( `address` varchar(255) NOT NULL default '', `goto` text NOT NULL, `d