Thank you Taco,<br><br>it shows exactly the list of usernames and their corresponding domains.<br><br>Best Regards,<br><br>Enid<br><br><br><div class="gmail_quote">On Mon, Dec 7, 2009 at 11:15 AM, Taco Scargo <span dir="ltr"><<a href="mailto:taco@scargo.nl">taco@scargo.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="word-wrap: break-word;"><div><span style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">Hi Enid,<br>
<br></span>
</div><div><br></div><div>For your first request:</div><div><br></div><div>clistuser -l | awk '{print $1}'</div><div><br></div><div>If you want to know which site the users belong to, please use:</div><div><br></div>
<div><div>for i in `clistuser -l | awk '{print $1}'`; do echo -n "$i : "; grep -e "^$i@.*###$i" /etc/mail/virtusertable| awk '{print $1}'; done</div><div><br></div><div>Please replace ### with a tab. You can insert a tab on the prompt by pressing CTRL+V and then hit tab</div>
<div><br></div><div>Regards,</div><div><br></div><div>Taco</div><div><br></div></div><div><br></div><div><br></div>
<br><div><div><div></div><div class="h5"><div>On 7 dec 2009, at 09:12, enid vx wrote:</div><br></div></div><blockquote type="cite"><div><div></div><div class="h5">Hello to all,<br><br>Is there a way to find all usernames existing in the BO server, in the form<br>
username1<br>username2<br>username3 ....<br><br>and/or<br><br><a href="mailto:username1@domain1.com" target="_blank">username1@domain1.com</a><br>
<a href="mailto:username2@domain2.com" target="_blank">username2@domain2.com</a><br><a href="mailto:username3@domain3.com" target="_blank">username3@domain3.com</a><br><br>etc.<br><br>Thanks,<br><br>Enid<br></div></div>
_______________________________________________<br>Blueonyx mailing list<br><a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br><a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br></div><br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div><br>