Friday, March 15, 2019

hMailServer Email + MX Records Configuration

Trying to make DNS changes to enable email to be sent using hMailServer.



My mail server is on a separate machine with a separate IP Address.



I have already added MyDomain.com and an email account



I have create a MX Record with the mail server being mail.domain.com an a priority on 20.



1) But the question is how do I now link this MX record for the domain to my mail server/ mail server IP Address?




2) What changes are needed in hMailServer to complete the process and be able to send emails for the domain?



3) In Settings > SMTP > Delivery of email: What should my configuration here look like?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...