Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
I recently purchased yet another VPS. I was wondering how I would go about setting up emails for my domain on my VPS?
I noticed in the admin panel there is a mail tab, however obviously this is for a website operating on your web server hosting packages (I have one of those also)
Any help would be much appreciated as the support staff have directed me here.
soja wrote:Why do you want email on your vds? Is there a feature that you need that isn't provided by NFO's email hosting?
What os is your vds? You need to set up a mail server, I use hMailserver for windows(with a self signed SSL certificate).
The outgoing mail port is blocked for the first 2 weeks(port 25) you own your VDS, to prevent spammers.
I am hosting my website on my VDS, doesn't it make sense that I host a mail server for my outgoing mail? IE) my phpbb forum installation can't send mail without one.
For new VDS installs we block port 25 for the first two weeks to prevent spam. This block will be automatically lifted after two weeks.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
kraze wrote:For new VDS installs we block port 25 for the first two weeks to prevent spam. This block will be automatically lifted after two weeks.
I have multiple servers with you guys (for months), including a 10 core and an 8 core as well as a web server and teamspeak. Would it be possible to have it lifted earlier if I put in a request in the control panel?
It is very possible, yes. Just contact us via the "help" tab in your control panel and we can look into doing so.
@Kraze^NFo> Juski has a very valid point
@Juski> Got my new signature, thanks!
@Kraze^NFo> Out of context!
@Juski> Doesn't matter!
@Juski> You said I had a valid point! You can't take it back now! It's out there!
Ah ok now I have a handle on what you are trying to do.
What OS are you using? Like I said hMailserver is a good one. If you get a self signed SSL certificate(you should) you wont need port 25 anyway(you can set the SMTP server to use a different port).
You need to create MX records as well, like I have here for my domain:
This is with namecheap, yours WILL look different.
DragonKyn wrote:Complicated for someone who has never done this before. I'll give it a shot
This was my first time too, hmailserver is pretty easy from what I've seen, and they have a test in the program to make sure everything works properly. Took me a while to get everything working, but it works great now.
Also, I think you can use gmail to send out emails from forum software, for example use gmail SMTP servers to send the mail, you should check that out if this is all you want a mail server for.
DragonKyn wrote:Complicated for someone who has never done this before. I'll give it a shot
This was my first time too, hmailserver is pretty easy from what I've seen, and they have a test in the program to make sure everything works properly. Took me a while to get everything working, but it works great now.
Also, I think you can use gmail to send out emails from forum software, for example use gmail SMTP servers to send the mail, you should check that out if this is all you want a mail server for.
I'd also like to be able to add my own emails, ie myname@mydomain.com - so I think my own mail server is the only solution.
I setup hmailserver as you suggested. Followed the config guide. Everything is looking great. However, how do I access the login page from my website to login to my email account?
There is, by default, no webmail. You need to use a email program such as mozilla thunderbird to access email.
As for sending email from your forum, find the setup section and put in the SMTP server information, along with the username and pass if you set one(you should).
Ah, no wonder I couldn't send mail when I attempted to set up a mail server a few weeks back! I was completely unaware that port 25 was blocked. Now it all makes sense.