Yep, you are looking at it it the wrong way. You are sending mail. Look at it from the sender/client prospective. When you connect to a mail server to send mail, the way we have been discussing, you do so over port 25. Port 25 is the default port used by SMTP. In order to connect to a mail server on that port, the mail server has to be listening on that port. POP3 is what is used to pull mail down from a mail server. You can also pull mail from telnet using the same string except change the last bit to port 110. When you do that you will use a different set of commands. SMTP sends mail, pop3 retrieves mail.
As for the second question, no. A reverse record on an internal server is not a security problem because it is internal. No one from the outside will be able to connect to the 10. address. That is because of NAT and because it is no doubt behind a firewall appliance and/or a router doing ACL's. It is simply the way the DNS server was configured - with no reverse record. Everything probably works and nothing has needed it so it simply wasn't added. Many admins never added PTR records because DNS worked without them. Some admins are just slack, they do the minimum necessary to make it work and no more. Maybe they don't have them because their external security is an issue, who knows...
|