You must have a A-record within your DNS-records like this:
A - *.yourdomain.tld -IP-address of your server.
MX10 - yourdomain.tld - hostname.yourdomain.tld
If the A-record within the DNS-records at your provider point to your server at home you can do this to test your mailserver:
In your e-mailclient like Outlook:
pop3 server: your IP address of your server at home
smtp server: your IP address
Note:
use the Internal IP-address of your server, if the server is part of a LAN behind a router.
if you use not a router and your IP-address of your server is the same as the public IP-address, you use that.
If you can send/receive e-mail via your e-mailclient then you can create the DNS records at your provider like this:
CNAME - smtp.yourdomain.tld - hostname.yourdomain.tld
CNAME - pop3.yourdomain.tld - hostname.yourdomain.tld
When these CNAMES are active then you can do this within your e-mailclient:
pop3 server: pop3.mydomain.tld
smtp server: pop3.mydomain.tld
You do not have to worry about changing the CNAMES, as long as you have
this:
A - *.yourdomain.tld -IP-address of your server.
MX10 - yourdomain.tld - hostname.yourdomain.tld
Do not change these two, otherwise your server can not be reached anymore from outsite.
Hans
Recent comments
1 day 17 hours ago
1 day 20 hours ago
2 days 8 hours ago
2 days 10 hours ago
2 days 14 hours ago
2 days 21 hours ago
3 days 6 hours ago
3 days 8 hours ago
3 days 16 hours ago
3 days 17 hours ago