How do I create email addresses for all my users using my domain ([email protected])?
Posted
by user33012
on Server Fault
See other posts from Server Fault
or by user33012
Published on 2010-04-28T23:48:54Z
Indexed on
2010/04/30
3:58 UTC
Read the original article
Hit count: 247
My client wants to create email addresses for all their dotnetnuke users using their domain. The point is to keep the user's email addresses 'private' while still allowing communication through a public email address that they can control.
It's not necessary to have a full webmail interface (although that would be nice). I'm thinking it would be enough just to forward any mail on and just act as a gateway. So if an email was sent to [email protected], it would be forwarded on to the email address associated with the dotnetnuke account with username 'rwain'.
Is this possible to do in a shared hosting environment? Or do I need to create some custom mail server that does a conversion of the email address and forwards it?
© Server Fault or respective owner