View Full Version : Do your packages offer Plesk?
Guest
10-09-2009, 07:19 AM
Do your packages offer Plesk? It would look something like this: http://tutorials.ausweb.com.au/web/Tutorials/Windows-Plesk-ASP.NET/Plesk---Email-Aliases/
As the link shows, I'd be using it to create email aliases.
Thanks.
No, we do not use third party solutions to power our shared hosting platform. We built our own hosting automation system and control panel. We do our own product development here. We don't rely on a third party to develop our product for us.
Guest
10-09-2009, 08:20 AM
Thanks for your post.
I need to be able to create email aliases on the fly with the web application we'd be setting up in our web hosting account.
Basically, we'de receive many emails with different aliases (1221@mysite.com, 1222@mysite.com, 20193@mysite.com) where the number at the beginning would be the transaction ID. We wanted to forward all those emails to a specific email address, and then forward them to the user's real email address.
So for example, an email to 1221@mysite.com would actually be sent to myrealaddress@mysite.com.
An asp.net expert suggested we used Plesk. What other way can that be possible?
We're using asp.net 2, and c sharp.
CrystalCMS
10-09-2009, 08:32 AM
Since you're developing your own .NET web application, how about implementing your own anonymous email address <-> real email address relationship in one (or more) database table(s)?
Guest
10-09-2009, 09:04 AM
Thanks for the post.
I can do that, but how will I able to intercept the incoming email address?
Let's say 3 users send emails to five different addresses (123@mysite.com, 438@mysite.com, 2194@mysite.com). How can I retrieve those emails in order to process them in the application?
The problem is the actual email being sent, and how I can get a hold of it in order to find its real email address.
CrystalCMS
10-09-2009, 09:32 AM
Yes I see your problem now. This could be a valid solution to your problem:
1) Setup a single 'system' mailbox on the DASP smartermail email platform that is intended to receive all inbound emails.
2) Configure this email account to be a catch-all account - this will enable users to send to 123@yoursite.com, 456@yoursite.com and the mail will be successfully stored in the mailbox
3) Create a web page that is effectively an email pop3 client and also an email sender. This web page performs the task of retrieving emails from the single catch all account, parses the 'transaction id' from the front of the email address, finds the real email address in the database and then forwards the content of the email onwards.
4) Create a scheduled job in the DASP scheduler to hit this page at regular intervals so that emails are retreived and forwarded automatically.
Do you think that this could work?
I need to be able to create email aliases on the fly with the web application we'd be setting up in our web hosting account.
What other way can that be possible?You could also use the Control Panel API (http://community.discountasp.net/forumdisplay.php?f=30) to create aliases (and then run a cleanup script periodically to delete them if they are only for temporary use).
(API page on the main site (http://www.discountasp.net/sp_opencontrolpanelinitiative.aspx).)
CrystalCMS
10-10-2009, 01:14 AM
A great suggestion mjp and I am interested to know how many permanent aliases are supported/allowed in a single account on smartermail. I'm sure that between this one and the catch-all suggestion that there must be a viable solution here for the OP.
bruce
10-12-2009, 09:51 AM
i would create a catch all and create a client to pull the email and send it to different location.
I am interested to know how many permanent aliases are supported/allowed in a single account on smartermail.I don't believe there is a limit.
But I have to defer to Bruce's suggestion, he's smarter than I am. ;)
bruce
10-13-2009, 05:46 PM
alias per domain is limited to 1000.
vBulletin® ©Jelsoft Enterprises Ltd.