2

I have a dedicated Linux web server where my website is running like www.example.com. Now I want to start another service for my users and want to give mailing features like Gmail and Yahoo mail. I want to give facility to my users to create email IDs as they create on Gmail or Yahoo Mail and use it as their email address like XYZ@example.com or ABC@example.com. Is this possible for me to use my dedicated web server as mail server too, or I need to hire a new specific mail server for this purpose.

Also, if I can use my server as mail server and can give IMAP and POP like features then what are the PROs and CONs in that?

My hosting company says that I have facility to create unlimited email addresses and I have created a few for mt like support@example.com and feedback@example.com and I am getting emails on these IDs.

Is that mean, my hosting already have setup a mail server for me (the same I mentioned in my question and want to setup) Or this is just for me to use and manage my website and I can not share these email addresses with my users by giving an email service.

vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
Asker
  • 29
  • 1
  • 3

1 Answers1

2

Yes you can run simultaneously a web and mail server. Follow part 3 of this guide: http://mysql-apache-php.com/ to set up email. Just make sure that your router is fully capable (supports NAT etc.) - it should be able anyway

However it does appear from your question that your hosting company has set up its own mail server. Which does mean unlimited emails, however the only issue could be the amount of space they are willing to host for you (As in you can only have 2 GB of space on their mail server). Hope this helps.

Nightfa11
  • 121
  • 9
  • so if I ask my host to increase this limit, can I use that installed service for my users too and can run a service like Gmail by just setting configuration in email web client (may be some open source). – Asker Jan 02 '12 at 13:05
  • You can definitely add other users to it if you increase the space, however the provider should have a web client set up (most do). It would be difficult to implement your own web client if it is hosted by your hosting company. – Nightfa11 Jan 02 '12 at 13:13
  • that means, for configuring my own web client for my own users (public registration and login like Gmail... {as currently I do registration from admin panel}) DO I need to talk to my hosting company or I can do changes in server settings from control panel? can I install my own client and change settings done by host to redirect all emails to my email web client. and provide public registration and login page? – Asker Jan 02 '12 at 13:22