> I need to recover data on a botched domain (eg 60 users, 200 aliases, 10 > mailing lists) I have the users, think i have the mailing lists, but > dunno where the aliases are. Help? Is there any documentation on > recovering from such a crash (eg introducing manually saved data and the > correct way to deal with initialization commands, like if you need to > vadddomain, etc). The aliases are stored as .qmail-aliasname files and since they begin with a ., they are invisible to the normal directory listing. ls -la .qmail-* will show all of them, including .qmail-default. Now if you've lost the directory you will have lost the aliases as well. :- ( Regards, Andrew