How to sell email only account without domain?

pcatlast

Member
Oct 26, 2004
5
0
151
Hi guys,

I've invested in a suite of geo domain names, and am gearing up to offer a range of geo specific services. Key among these are email addresses. Using a system like WHMCS, I can sell anything that can be at up as plan under WHM, but the X3 email only template doesn't do what I want.

I want to offer addresses in the form [email protected] but as far as I can see, WHM restricts me to selling [email protected]. I can set them up manually of course, as I don't want to give 100 clients access to the same cPanel account for location.com, but that would be an unrealistic workload for the expected return.

I don't need to offer cPanel access : clients can be restricted to pop3, smtp, and webmail only.

Is there a way to do it?

Thanks in anticipation.
 

simonas

Well-Known Member
Apr 21, 2013
141
0
16
Lithuania
cPanel Access Level
Root Administrator
Hi, you could simply block cpanel ports in firewall - 2083 and 2082.
Leaving 2087 - whm login.
If you need to login into their cpanel, whitelist your IP to allow connection to all ports.
 

storminternet

Well-Known Member
Nov 2, 2011
460
0
66
cPanel Access Level
Root Administrator
You can restrict client by providing them only pop3, smtp, and webmail by enabling selected options in your cPanel. You can do this by adding new feature list from feature manager and enable only email related options and webmail.
This way client can only be able to manage their email accounts.
 

pcatlast

Member
Oct 26, 2004
5
0
151
Thanks for the replies guys.

It seems I failed to explain my issue clearly. I have no problem restricting cPanel access... My issue is selling the email access without selling ANY (sub)domain. I own the licence for the geo domain names, and I want to offer for sale email addresses on MY domain names. I need to find a way to automate the creation of a new email account in a domain hosting package that already exists, and will not be offering clients who buy such email addresses any access to cPanel at all.

I hope that clears up the confusion I seem to have caused.


Thanks again
 
Last edited:

mhofer

Member
May 10, 2013
16
0
1
cPanel Access Level
Root Administrator
i dont think whmcs supports what you want, but it is entirely possible with the cpanel api, so you could create a whmcs addon which supports that (look at cPanel PHP API class)

Also i'm pretty sure there are scripts out there which offer this functionality, but not sure about billing.

Try googling for them, start developing yourself or hire someone.
 

palav0s

Well-Known Member
Jul 15, 2011
55
0
56
I need to find a way to automate the creation of a new email account in a domain hosting package that already exists, and will not be offering clients who buy such email addresses any access to cPanel at all.
Have you found a solution to this?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Have you found a solution to this?
I am not aware of any existing solutions that will automate such a task. However, you are welcome to develop a custom script utilizing the Email::addpop API function, as mentioned in the post before yours.

Thank you.