[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] New user



Lista wrote:

> How can I find in wich Virtual Domain is one user.
> I'm trying to add a user but it already exist and I have to remove it
> (I don't want to use Alias. I have to remove this user but I don't know in
> wich Domain is)
> Thanks
> Luis Moraes
>

Luis,
In SSH/Telnet:

ls -Al /var/spool/mail/* | gawk {'print $4" "$9'} | sed 's~ .*/~ ~' | sort
(all on one line)

--
Regards,
Kul