Steve,
I have ran mail servers, but I do not currently run one on AMPRNet; my last attempt was to setup a home server was an IPv6-only server for the purposes of passing a certification exam. There are many reasons for not maintaining it (some of which may be why you're having issues, hope this helps):
- The domain you're using for email must have an MX record - That MX record must point to a valid A Record (it doesn't have to be the same domain) - Your mail server must be configured with the hostname name noted in the A Record - The IP noted in the A record must have a PTR record that returns the same hostname in the A Record (this can only be done by one of our friendly Brians, this has to be done in 44.in-addr.arpa)
also make sure that
- you have configured the SMTP server to receive email for the domain in which you created a global MX record entry - make sure that email account exists on the server - if it is multi-homed, make sure the gateway/default route is over 44NET
While mail servers should work with the first two, many ISPs configure their servers only to "talk" with mail servers who also have the PTR record in place.
-Lynwood KB3VWG
I have ran mail servers, but I do not currently run one on AMPRNet;
At the very least shouldn't AMPRnet folks be able to send and receive email from other AMPRnet stations? I'd think that would be a good first step for dealing with EMail. A bit easier and safer than dealing with the whole Internet.
Bill
Nigel,
In my first email on the topic, I noted:
"- Your mail server must be configured with the hostname name noted in the A Record"
For example if the domain you are establishing email for is foo.com and your server is mail.example.com, and the IP of this server is 44.128.0.1
You must have:
- MX Record in FOO.COM pointing to MAIL.EXAMPLE.COM - an A record in EXAMPLE.COM for the host MAIL with an IP of 44.128.0.1 - 1.0.128.44.in-addr.arpa PTR's record should be MAIL.EXAMPLE.COM
Likewise, I agree that a mail server can handle mail for multiple domains, I noted to make sure that:
"- you have configured the SMTP server to receive email for the domain in which you created a global MX record entry"
-KB3VWG