On Sun, 2005-10-30 at 14:22, Aleksandar Milivojevic wrote:
All I need to do is maintain email address format firstname.lastname@domain, I do not need these as either unix/windows(samba) usernames. Currently these are a mixed bag of firstname, initiallastname & lastname. One step on the migration is to at least standardize the new ones.
Than simply use virtusertable (if you use sendmail, or whatever is postfix equivalent if you use postfix) to map email addresses in first.last@domain format to actual usernames.
Alises will work if all the names are unique. You only need virtusertable if there are identical first.last with different @domain portions that map to different actual destinations.