Seth Sanchez wrote: > What would happen if I deleted the user 'mail' from /etc/passwd and created > another user with the same name? > you need to use 'userdel' as root from the command line. Usage: userdel [username] Then it's safe to go and remove everything under /home/[username] and start fresh.