We have someone that wants a list of 700+ email addresses and passwords from Cpanel.
I found a way to list them but not the passwords.
Any wizards out there have a way to list the email address & password in a single domain
MJE
We have someone that wants a list of 700+ email addresses and passwords from Cpanel.
I found a way to list them but not the passwords.
Any wizards out there have a way to list the email address & password in a single domain
MJE
I'd like to know how to do this as well, so please enlighten me when you find a solution![]()
- cPanel :: Fantastico :: RVSkin :: WHM :: ModernBill
- Reseller Hosting :: SSL Certificates :: Domain Registrations :: Affiliate Program
- Blog Hosting :: CMS Hosting :: Forum Hosting :: E-Commerce Hosting
SoftDux- The Leaders in Software
Use the coupon: cpanel-06 to get 20% off our packages
You'd probably be better off writing a script that plugs into cPanel (say a PHP web script or something) - and stores the created email addresses and passwords in a SQL database.
Any creation or modification of email addresses should be done from the script and then updated back into the database.
You'd then always have a list of the addresses and passwords.
To my understanding, password encryptions used in cPanel are not reversible. Is that right cPanel?