Portal Home > Knowledgebase > Articles Database > E-mail Server with Website
E-mail Server with Website
Posted by FliP0x, 01-22-2016, 01:19 PM |
Hello.
I'm running a Wordpress site on a VPS, and in order to send system e-mails and receive e-mails from users, I obviously need a mail server.
There are quite a few tutorials out there. However, the installations requires to enter the FQDN, and in this case I don't want the mail server to overwrite access instead of my actual website (because I had such experiences when I once installed a control panel that was supposed to be located at panel.domain.com, but it took over the entire domain).
How would I install a outgoing and incoming mail server without breaking access to my website?
|
Posted by NixUser, 01-22-2016, 01:26 PM |
Why don't you install Postfix server.
|
Posted by FliP0x, 01-22-2016, 01:58 PM |
I would like to. However, as stated above, I am not sure if it will override my website If I enter my domain name as FQDN during Postfix installation.
|
Posted by MightWeb-Greg, 01-22-2016, 02:04 PM |
Can you just backup your website and install the email part if you're just that worried about it?
|
Posted by FliP0x, 01-22-2016, 02:42 PM |
Could you direct me to proper tools or guides? Because I have moved wordpress sites before, and it always caused headaches because something would not work. Mostly it is not even the website in question, but some VPS configuration.
|
Posted by NodeBlade, 01-22-2016, 03:51 PM |
Are you worried about postfix deleting your content? It doesn't install anything to the web directory.
For a tutorial, just google "install postfix [operating system]"
|
Posted by FliP0x, 01-22-2016, 04:31 PM |
I'm worried about Postfix replacing my website with a webmail or something else if I install Postfix with FQDN as domain.com and not something else, for example email.domain.com.
I didn't mean that Postfix would delete content or files, but rather redirecting the domain to a webmail.
|
Posted by aapkaweb, 01-23-2016, 03:08 AM |
Another thought - have you considered using an external SMTP/mail provider like SparkPost or Postmarkapp? Depending on your email volume - these services are free or cost next to nothing. And, you don't need to worry about maintaining your own mail server.
|
Posted by FliP0x, 01-23-2016, 06:45 AM |
I tried Google SMTP, but out of countless attempts I only managed to get 1 e-mail sent. I would also like to use my domain name for my e-mails.
|
Posted by aapkaweb, 01-23-2016, 11:13 AM |
We have been using Postmarkapp for quite some time. It is fairly easy to setup and it sends emails out with your own domain name. You just need to remember to setup appropriate SPF and DKIM records (and the system tells you what entries to add to your DNS records and validates if you have done so correctly). Probably worth revisiting - basically it saves you the headache of maintaining and securing your own email server.
|
Posted by BigWillyStyle42, 01-23-2016, 10:24 PM |
Postfix does not include a webmail interface. If you wanted one you'd need to install your own.
|
Posted by FliP0x, 01-24-2016, 06:57 AM |
So the only reason Postfix requires to enter a FQDN is so it can use it as a name to send and receive e-mail?
|
Posted by BigWillyStyle42, 01-24-2016, 09:50 AM |
Correct. If you want your email to be accepted by anyone, there are some minimum requirements:
FQDN must resolve to your IPReverse DNS on your IP should be the FQDN (or something that resolves back to your IP)
|
Posted by FliP0x, 01-24-2016, 10:00 AM |
My Domain is pointed to my VPS per nameservers, so I suppose that is enough.
So under FQDN I should rather enter my IP than domain.com?
|
Posted by NodeBlade, 01-25-2016, 01:24 AM |
FQDN should be domain.tld.
The other user was saying that the reverse DNS from the FQDN should resolve to your server ip. You can check it with the tool below.
http://www.whatsmyip.org/whois-dns-lookup/
|
Posted by HWH-Jessica, 01-25-2016, 03:55 AM |
For example, if your hostname is server.domain.com and your IP is 1.2.3.4 , then RDNS on 1.2.3.4 should point to server.domain.com and the forward DNS on server.domain.com should point to 1.2.3.4
If you are not sure, I would recommend getting help from your support team or hiring a sysadmin to do the task
|
Posted by FliP0x, 01-26-2016, 06:52 AM |
Got it to work, thank you for the support.
|
Posted by woodben596, 01-26-2016, 08:26 AM |
You can even install a SMTP plugin to send emails from a remote smtp server. That is recommended cause your provider might not allow to send mass messages. SMTP service is even recommend cause one my friend able to deliver all messages in Inbox not spam folder.
|
Add to Favourites Print this Article
Also Read