#1 (permalink)  
Old 08-11-2003, 02:31 AM
psw1's Avatar
Registered User
 
Join Date: Apr 2002
Posts: 29
psw1
Lightbulb Email Account list

I have had several resellers ask for two things...

1) A printable Email Account list by Domain

2) A printable account/domain list by owner/reseller

Anyone got any simple ideas on this?

Thanks in advance!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-16-2003, 10:05 PM
gsbe's Avatar
Registered User
 
Join Date: Jul 2003
Location: Nashville, TN
Posts: 39
gsbe
re: Email Account list

I'm also interested in utilizing a list like this...is it possible?

cPanel.net Support Ticket Number:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-07-2003, 08:40 PM
gsbe's Avatar
Registered User
 
Join Date: Jul 2003
Location: Nashville, TN
Posts: 39
gsbe
Again, anyone know of a way to list all email accounts on the server by domain?

Thanks.

cPanel.net Support Ticket Number:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-08-2003, 07:07 AM
Registered User
 
Join Date: Jun 2003
Posts: 396
asmithjr
get email accounts

Here is a shell I use. Execute as root.

Quote:
# get the emails accounts for each domain

cd /home
for i in `ls`
do
DOM=`grep $i /var/named/* | grep Zone | awk '{print $5}'`
if [ $DOM ]
then
echo Domain: $DOM
cd /home/$i/mail
find . -type d -maxdepth 1 -exec ls -ld {} \;| awk -F"./" '{print $2}'
echo "-----------------------------------------------"
fi
done
cPanel.net Support Ticket Number:

cPanel.net Support Ticket Number:
__________________
-Albert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-18-2003, 10:48 AM
gsbe's Avatar
Registered User
 
Join Date: Jul 2003
Location: Nashville, TN
Posts: 39
gsbe
script help

I'm unable to get this script to work correctly on my server. Is anyone else using this script with the proper results?

Thanks for your help...

cPanel.net Support Ticket Number:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-18-2003, 08:00 PM
Registered User
 
Join Date: Nov 2002
Posts: 1,755
anand is on a distinguished road
Re: script help

Quote:
Originally posted by gsbe
I'm unable to get this script to work correctly on my server. Is anyone else using this script with the proper results?

Thanks for your help...

cPanel.net Support Ticket Number:
The same script is working perfect for me. It displayed all the email ids for each domain.

Thx asmithjr.

cPanel.net Support Ticket Number:
__________________
:: Anand ::
Authorised cpanel Partner NOC

ssh root@
who the hell is root ???

Cpanelappz Support Forums are up now. Register Today
http://forums.cpanelappz.com

WHM/cPanel API : http://whmapi.cpanelappz.com
Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-24-2009, 10:32 PM
Registered User
 
Join Date: Jul 2002
Posts: 141
furquan
Question Complete list of email id's on the server !!!

Guys !!!

Sorry to bump this old thread, but i had a very similar request but with a twist.

I need to find out the total number of email id's on the server for all the domains hosted on a server.

Can any one assist me here ?

Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:25 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc