[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] New user
- Subject: Re: [cobalt-users] New user
- From: Kul <Webmaster@xxxxxxx>
- Date: Thu May 3 05:38:10 2001
- Organization: Qax
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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