By waqleh
How to setup VPS server to send and receive emails without using 3rd party services (e.g. gmail, hotmail…).
I have a website hosted on my VPS that is using LAMP (Ubuntu 14.04 and PHP 7.1) I installed Postfix and was successfully able to send emails using PHP, however what I want is to be able to read and reply to emails that users send to my website email (e.g. contact@example.com) so I googled on how to do this and most of the answers I was able to find was used some external SMTP like gmail.
My DNS Records look something like this with the exception of using the proper server IP and proper domain name:
|Type | Name | Value | TTL |
|-----|---------------------|------------------------------------------|------------|
|A | @ | 127.0.0.1 | 600 seconds|
|CNAME| * | @ | 600 seconds|
|CNAME| email | email.example.com | 1 Hour |
|CNAME| ftp | @ | 1 Hour |
|CNAME| www | @ | 1 Hour |
|MX | @ | mail.example.com (Priority: 10) | 1 Hour |
|SRV | _autodiscover._tcp.@| 0 0 443 autodiscover.int.secureserver.net| 1 Hour |
|NS | @ | ns45.domaincontrol.com | 1 Hour |
|NS | @ | ns46.domaincontrol.com | 1 Hour |
I don’t want to use gmail, I want to host and to be able to send and receive email from my own server, and maybe connect contact@example.com to thunderbird or outlook.
Note that my problem is not if I did setup my server correctly but how to setup my server correctly to accomplish sending and receiving emails without relying on services supplied by gmail and others like it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, your question is wide to answer here, I have two suggestions for you here, hope they help you:
Hope these help.
Hi, i see that you have a problem what i had before :)
I advice you to install a free web hosting control panels like “Sentora” “CentOS Web Panel”
You can choose any of them
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.